Content deleted Content added
Indigopari (talk | contribs) Added optional extra Help class that would be automatically categorised based on name space when marked yes Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
Indigopari (talk | contribs) made redirect auto-categorisation apply only to Talk namespace Tags: Reverted Mobile edit Mobile web edit Advanced mobile edit |
||
Line 31:
if args.ignorenamespace then
return nil
return resolveExtraGrade('redirect',args)▼
end
local ns = title.namespace
if ns==1 then -- Talk
if
▲ return resolveExtraGrade('redirect',args)
elseif require('Module:Disambiguation').isDisambiguation(title.subjectPageTitle:getContent()) then
return resolveFQSgrade('disambig',args)
else
|