Content deleted Content added
Trialpears (talk | contribs) test |
Trialpears (talk | contribs) test |
||
Line 70:
text = text .. " [" .. tostring(mw.uri.fullUrl(from,{redirect="no"} )) .. " " .. from .. "]"
text = text .. " ("
if not (from_oldid == "") then
text = text .. "[" .. tostring(mw.uri.fullUrl(from, {oldid=from_oldid} )) .. " oldid], "
end
|