Module:Copied: Difference between revisions

Content deleted Content added
test
test
Line 17:
text = text .. "[[" .. from .."]]"
text = text .. " was copied or moved into "
text = text .. "[[" .. to .. "]] "
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
Line 30:
end
text = text .. ". The former page's "
text = text .. "[" .. tostring(mw.uri.fullUrl(from,{action="history"} )) .. "|action=history}} 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