Content deleted Content added
link wp:merging to match template:merged-from |
omit talk ns |
||
Line 72:
local to = args["to".. i] or ""
if (to == "") then -- If no target given assume current page is the target
▲ -- text = string.format("%s",text,to)
to = string.format("%s:%s",mw.title.getCurrentTitle().nsText,mw.title.getCurrentTitle().text)
end
end
text = string.format("%s[%s history]) → [[%s]]",text,tostring(mw.uri.fullUrl(from, {action = "history"} )), to)
|