Content deleted Content added
Add more check cases (6 length OR chain, man i dont like doing that) |
Weird string.format 1var usage, concat exists? |
||
Line 17:
text = string.format("%s [[%s]]",text,from)
if (merge == "yes") or not (afd == "") then
text =
else
text =
end
if (merge == "yes") and (to == "") then
Line 44:
end
end
text =
text = string.format("%s The former page's [%s history] now serves to [[WP:Copying within Wikipedia|provide attribution]] for that content in the latter page, and it must not be deleted so long as the latter page exists.",text,tostring(mw.uri.fullUrl(from,{action="history"}) or ""))
return text
Line 140:
local text = "[[Category:Wikipedia pages using copied template]]"
if ((not from_oldid) or (not to_oldid)) and not multiUsed then
text =
end
return text
|