Modul:Category handler/config: Unterschied zwischen den Versionen

return 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.
Anonymer Benutzer