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