Module:Shortcut: Difference between revisions

use wikilinks rather than URLs, as it would change the redlink behaviour, and that's better done after it is discussed
(allow output if no shortcuts are set but msg is present)
(use wikilinks rather than URLs, as it would change the redlink behaviour, and that's better done after it is discussed)
Line 73:
:tag('ul')
for i, shortcut in ipairs(shortcuts) do
shortcutList:tag('li'):wikitext(link)string.format(
local url = mw.uri.fullUrl(shortcut, {redirect = 'no'})
'[[%s]]',
url = tostring(url)
shortcut
local link = string.format('[%s %s]', url, shortcut)
))
shortcutList:tag('li'):wikitext(link)
end
if options.msg then