Content deleted Content added
No edit summary Tag: Reverted |
m sync with main Tags: Manual revert Reverted |
||
Line 24:
frame = frame or mw.getCurrentFrame()
cfg = cfg or mw.loadData(CONFIG_MODULE)
local isCategorized = yesno(options.category) ~= false
Line 33 ⟶ 32:
end
end
-- Make the list items. These are the shortcuts plus any extra lines such
Line 39 ⟶ 37:
local listItems = {}
for i, shortcut in ipairs(shortcuts) do
▲ if yesno(options.target) then
▲ or string.format("[[%s]]", shortcut)
else
listItems[i] = frame:expandTemplate{
title = 'No redirect',
args =
}
end
end
|