Module:Copied: Difference between revisions

Content deleted Content added
test
fix
Line 19:
end
text = string.format("%s [[%s]]",text,from)
if (merge == "yes") or not (afd == "") then
text = string.format("%s was merged into",text)
else
Line 30:
end
if not (diff == "") then
text = string.format("%s with [%s this edit] DIFF",text,diff)
elseif not (to_oldid == "") then
text = string.format("%s with [%s this edit]",text,tostring(mw.uri.fullUrl(to, {diff=to_diff, oldid = to_oldid} )))