Modul:Citation/utilities: Unterschied zwischen den Versionen
K
link
K (Datum) |
K (link) |
||
| Zeile 3: | Zeile 3: | ||
suite = 'Citation', | suite = 'Citation', | ||
sub = 'utilities', | sub = 'utilities', | ||
serial = '2020-04- | serial = '2020-04-05', | ||
} | } | ||
| Zeile 204: | Zeile 204: | ||
function cu.makeLink( url, text ) | function cu.makeLink( url, text ) | ||
return '[' | return mw.ustring.format( '[%s %s]', url, text ) | ||
end | end | ||