Module:Category handler: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
fix default parameter main namespace bug
(pass through page parameter to Module:Namespace detect, tweak comments a bit)
(fix default parameter main namespace bug)
Line 85:
}
 
-- This is a table of namespaces to categorise by default. They
-- should be in the format of parameter names accepted by
-- [[Module:Namespace detect]].
cfg.defaultNamespaces = {
0'main', -- Main
6'file', -- File
12'help', -- Help
14 -- Category'category'
}
 
Line 195 ⟶ 197:
if needsBlacklistCheck( args ) and not findBlacklistMatch( pageObject ) then
if not nsParamsExist( mappings, args ) then
-- No namespace parameters exist; basic usage. Pass args[1] to
-- [[Module:Namespace detect]] using the default namespace
-- parameters, and return the result.
local ndargs = {}
for _, nsidndarg in ipairs( cfg.defaultNamespaces ) do
ndargs[ mw.ustring.lower( mw.site.namespaces[ nsid ].name ) ndarg] = args[1]
end
ndargs.page = args.page
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu