Content deleted Content added
Trialpears (talk | contribs) test |
Trialpears (talk | contribs) test |
||
Line 17:
text = text .. "[[" .. from .."]]"
text = text .. " was copied or moved into "
text = text .. "[[" .. to .. "]] "
if not (diff == "") then
text = text .. "
elseif not (to_oldid == "") then
text = text .. "with [" .. tostring(mw.uri.fullUrl(to,{diff=to_diff, oldid=to_oldid} )) .. "
end
if not (date == "") then
Line 30:
end
text = text .. ". The former page's "
text = text .. "[" .. tostring(mw.uri.fullUrl(from,{action="history"} )) .. "
text = text .. "now serves to [[WP:Copying within Wikipedia|provide attribution]] for that content in the latter page, and it must not be deleted so long as the latter page exists."
return text
|