---------------------------------------------------------------------------------- configuration data ---- Language-specific parameter names and values can be set here. ---- For blacklist config, see . ----------------------------------------------------------------------------------
local cfg = -- Don't edit this line.
---------------------------------------------------------------------------------- Start configuration data ----------------------------------------------------------------------------------
---------------------------------------------------------------------------------- Parameter names ---- These configuration items specify custom parameter names. ---- To add one extra name, you can use this format: ---- ---- foo = 'parameter name', ---- ---- To add multiple names, you can use this format: ---- ---- foo =, ----------------------------------------------------------------------------------
cfg.parameters =
---------------------------------------------------------------------------------- Parameter values ---- These are set values that can be used with certain parameters. Only one ---- value can be specified, like this: ---- ---- cfg.foo = 'value name' -- ----------------------------------------------------------------------------------
-- The following settings are used with the cfg.category2 parameter. Setting-- cfg.category2 to cfg.category2Yes skips the blacklist, and if cfg.category2-- is present but equal to anything other than cfg.category2Yes or-- cfg.category2Negative then it supresses cateogrisation.cfg.category2Yes = 'yes'cfg.category2Negative = '¬'
-- The following settings are used with the cfg.subpage parameter.-- cfg.subpageNo is the value to specify to not categorise on subpages;-- cfg.subpageOnly is the value to specify to only categorise on subpages.cfg.subpageNo = 'no'cfg.subpageOnly = 'only'
---------------------------------------------------------------------------------- Default namespaces ---- This is a table of namespaces to categorise by default. The keys are the ---- namespace numbers. ----------------------------------------------------------------------------------
cfg.defaultNamespaces =
---------------------------------------------------------------------------------- Wrappers ---- This is a wrapper template or a list of wrapper templates to be passed to ---- . ----------------------------------------------------------------------------------
cfg.wrappers = 'Template:Category handler'
---------------------------------------------------------------------------------- End configuration data ----------------------------------------------------------------------------------
return cfg -- Don't edit this line.