Content deleted Content added
Trialpears (talk | contribs) test |
Trialpears (talk | contribs) 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
|