Module:Copied: Difference between revisions

Content deleted Content added
Aha that's the issue
test
Line 46:
text = string.format("%s.",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 so long as the latter page exists.",text,tostring(mw.uri.fullUrl(from,{action="history"}) or ""))
text= text ..tostring(mw.uri.fullUrl(to,{diff=to_diff, oldid=to_oldid} ))
return text
end