Module:Shortcut: Difference between revisions

prevent links linking back to the current page, see Template_talk:Shortcut#Direct_link
Enwikipedia>Mr. Stradivarius
(remove the first parameter error category per Template talk:Shortcut#The cleanup category should be removed)
Enwikipedia>MSGJ
(prevent links linking back to the current page, see Template_talk:Shortcut#Direct_link)
Line 37:
local listItems = {}
for i, shortcut in ipairs(shortcuts) do
listItems[i] = string.format('[[%s]]', shortcut)frame:expandTemplate{
title = 'No redirect',
args = {shortcut}
}
end
table.insert(listItems, options.msg)
Anonymous user