Content deleted Content added
test row 'to' default |
try fix row 'to' |
||
Line 72:
local to = args["to".. i] or ""
if (to == "") then
text = string.format("
else
text = string.format("%s
end
text = string.format("%s[%s history]) → [[%s]]",text,tostring(mw.uri.fullUrl(from, {action = "history"} )), to)
|