Module:Copied: Difference between revisions

Content deleted Content added
fix
test
Line 31:
if not (diff == "") then
text = string.format("%s with [%s this edit]",text,diff)
elseif not (to_oldid == "") or not (to_diff == "") then
text = string.format("%s with [%s this edit]",text,tostring(mw.uri.fullUrl(to, {diff=to_diff, oldid = to_oldid} )))
end