Modul:Category handler/config: Unterschied zwischen den Versionen
Modul:Category handler/config (Quelltext anzeigen)
Version vom 7. April 2014, 17:03 Uhr
, vor 11 Jahrenreturn the cfg table
(copy config data from Module:Category handler to try and make the separation between config and code clearer) |
(return the cfg table) |
||
| Zeile 4: | Zeile 4: | ||
---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ||
local cfg = {} | local cfg = {} -- Don't edit this line. | ||
---------------------------------------------------------------------------------------------------------- | |||
-- Start configuration data -- | |||
---------------------------------------------------------------------------------------------------------- | |||
-- The following config values set the names of parameters that suppress categorisation. They are used | -- The following config values set the names of parameters that suppress categorisation. They are used | ||
| Zeile 81: | Zeile 85: | ||
-- End configuration data -- | -- End configuration data -- | ||
---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ||
return cfg -- Don't edit this line. | |||