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