Module:Shortcut: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu