Content deleted Content added
Restore mergedFrom image (and continue to protest against god modules and in favor of simple wikitext) |
Avoid accidentally transcluding categories when linking pages for Merged-from Tag: Reverted |
||
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]
|