Module:Copied: Difference between revisions

Content deleted Content added
Copy from sandbox per request
per talk page
Line 15:
text = string.format("%s [%s this version] of", text, tostring(mw.uri.fullUrl(from, {oldid=from_oldid} )))
end
if from then
text = string.format("%s [[%s]]",text,from)
text = string.format("%s <span class='plainlinks'>[%s %s]</span>",text, tostring(mw.uri.fullUrl(from, {redirect="no"} )), from)
else
text = text .. '[[]]'
end
if (merge == "yes") or not (afd == "") then
text = text .. " was merged into"