Module:Category handler/config: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(copy config data from Module:Category handler to try and make the separation between config and code clearer)
 
(return the cfg table)
Line 4: Line 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
Line 81: Line 85:
-- End configuration data --
-- End configuration data --
----------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------

return cfg -- Don't edit this line.