Module:Copied: Difference between revisions

Content deleted Content added
test
more backwards compatibility
Line 33:
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} )))
elseif not (to_diff == "") then
text = string.format("%s with [%s this edit]",text,tostring(mw.uri.fullUrl(to, {oldid=to_diff} )))
end
if not (date == "") then