Module:Copied: Difference between revisions

Content deleted Content added
Avoid accidentally transcluding categories when linking pages for Merged-from
Tag: Reverted
Undid revision 1305308250 by Aidan9382 (talk). Causes double-colon Linter errors at pages like Talk:Deltona, Florida. Category links need to use a leading colon.
Line 34:
to = mw.title.getCurrentTitle().subjectPageTitle.fullText
end
text = string.format("%s [[:%s]]", text, to)
local diff = args["diff"] or args["diff1"]
local to_diff = args["to_diff"] or args["to_diff1"]
Line 91:
to = mw.title.getCurrentTitle().subjectPageTitle.fullText
end
text = string.format("%s[%s history]) → [[:%s]]",text,tostring(mw.uri.fullUrl(from, {action = "history"} )), to)
local diff = args["diff" .. i]