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
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
text = string.format(text, pageType, historyList)
return text
|