Module:Copied: Difference between revisions

Content deleted Content added
frameless|upright=0.23|link=|alt=
Copy from sandbox per request
Line 45:
end
text = text .. "." -- Finish first sentance
text = string.format("%s The former page's [%s history] now serves to [[WP:Copying within Wikipedia|provide attribution]] for that content in the latter page, and it must not be deleted soas long as the latter page exists.",text,tostring(mw.uri.fullUrl(from,{action="history"}) or ""))
return text
end
Line 126:
end
 
local text = "Text has been copied to or from this %s; see the list below. The source pages now serve to [[WP:Copying within Wikipedia|provide attribution]] for the content in the destination pages and must not be deleted soas long as the copies exist. For attribution and to access older versions of the copied text, please see the history links below. %s"
text = string.format(text, pageType, historyList)
return text