Content deleted Content added
Trialpears (talk | contribs) test |
Trialpears (talk | contribs) test |
||
Line 13:
local text = "Text and/or other creative content from "
if not (from_oldid == "") then
text = text .. "[" .. tostring(mw.uri.fullUrl(from, {
end
text = text .. "[[" .. from .."]]"
Line 21:
text = text .. " with [" .. diff .. "|this edit]"
elseif not (to_oldid == "") then
text = text .. "with [
end
if not (date == "") then
Line 30:
end
text = text .. ". The former page's "
text = text .. "[
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
|