Content deleted Content added
Add more aliases to "sig" |
|||
Line 390:
local current = t.current
local new = t.new
local msg = '\n%s[[:%s]] → '
if new ~= defaultNewPagename then
else
msg = msg .. '%s'
end
local item = string.format(
msg,
▲ '\n%s[[:%s]] → {{no redirect|%s}}',
multi and '* ' or '', -- Don't make a list for single page moves.
current,
|