Content deleted Content added
Jackmcbarn (talk | contribs) don't double-index |
Jackmcbarn (talk | contribs) m Reverted edits by Jackmcbarn (talk) to last version by Le Deluge |
||
(41 intermediate revisions by 2 users not shown) | |||
Line 1:
local getTarget = require('Module:Redirect').getTarget
local p = {}
local function
return nsText == '' and 'articles' or (mw.ustring.lower(nsText) .. ' pages')
end▼
end
function p.main(frame)
local
local
if target then
local currentNsText, targetNsText = currentTitle.nsText, mw.title.new(target).nsText
if currentNsText ~= targetNsText then
return string.format('[[:Category:Cross-namespace redirects from %s]][[:Category:Cross-namespace redirects to %s]]', pagetype(currentNsText), pagetype(targetNsText))
▲ end
return '[[:Category:Pages incorrectly tagged as cross-namespace redirects]]'
end
|