Modul:Category handler/config: Unterschied zwischen den Versionen
Modul:Category handler/config (Quelltext anzeigen)
Version vom 8. Juli 2014, 06:27 Uhr
, vor 11 Jahrenupdate comments
(add wrappers config) |
(update comments) |
||
| Zeile 13: | Zeile 13: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- Parameter names -- | -- Parameter names -- | ||
-- These configuration items specify custom parameter names. | -- These configuration items specify custom parameter names. -- | ||
-- To add one extra name, you can use this format: -- | -- To add one extra name, you can use this format: -- | ||
-- -- | -- -- | ||
| Zeile 30: | Zeile 29: | ||
-- | -- | ||
-- cfg.nocat: | -- cfg.nocat: | ||
-- Result of yesno( | -- Result of yesno() Effect | ||
-- true Categorisation is suppressed | -- true Categorisation is suppressed | ||
-- false Categorisation is allowed, and | -- false Categorisation is allowed, and | ||
| Zeile 37: | Zeile 36: | ||
-- | -- | ||
-- cfg.categories: | -- cfg.categories: | ||
-- Result of yesno( | -- Result of yesno() Effect | ||
-- true Categorisation is allowed, and | -- true Categorisation is allowed, and | ||
-- the blacklist check is skipped | -- the blacklist check is skipped | ||
| Zeile 62: | Zeile 61: | ||
-- The parameter name used to specify a page other than the current page; | -- The parameter name used to specify a page other than the current page; | ||
-- used for testing and demonstration | -- used for testing and demonstration. | ||
demopage = 'page', | demopage = 'page', | ||
} | } | ||
| Zeile 72: | Zeile 70: | ||
-- value can be specified, like this: -- | -- value can be specified, like this: -- | ||
-- -- | -- -- | ||
-- cfg.foo = 'value name' -- | -- cfg.foo = 'value name' -- -- | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
| Zeile 93: | Zeile 88: | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
-- Default namespaces -- | -- Default namespaces -- | ||
-- This is a table of namespaces to categorise by default. | -- This is a table of namespaces to categorise by default. The keys are the -- | ||
-- | -- namespace numbers. -- | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||