Content deleted Content added
Trialpears (talk | contribs) test |
Trialpears (talk | contribs) test |
||
Line 30:
end
if (diff) then
text = string.format("%s with [%s this edit] DIFF",text,diff)
elseif (to_oldid) then
text = string.format("%s with [%s this edit]",text,tostring(mw.uri.fullUrl(to, {diff=to_diff, oldid = to_oldid} )))
end
if (date) then
|