--------------------------------------------------------------------------------
--                    Namespace detect configuration data                     --
--                                                                            --
-- This module stores configuration data for Module:Namespace detect. Here    --
-- you can localise the module to your wiki's language.                       --
--                                                                            --
-- To activate a configuration item, you need to uncomment it. This means     --
-- that you need to remove the text "-- " at the start of the line.           --
--------------------------------------------------------------------------------

local cfg = {}

---- This parameter displays content for the main namespace:
-- cfg.main = 'main'

---- This parameter displays in talk namespaces:
-- cfg.talk = 'talk'

---- This parameter displays content for "other" namespaces:
-- cfg.other = 'other'

---- subjectns parameter for talk page behaviour:
-- cfg.subjectns = 'subjectns'

---- demospace parameter:
-- cfg.demospace = 'demospace'

---- demopage parameter:
cfg.demopage = 'page'

---- Table configuration headers:
-- cfg.wikitableNamespaceHeader = 'Namespace'
-- cfg.wikitableAliasesHeader = 'Aliases'

return cfg