Module:Namespace detect/config:修订间差异
外观
导入 mworg 版 Namespace detect/config |
撤销注释添加,恢复原始内容 标签:撤销 |
||
| (未显示同一用户的1个中间版本) | |||
(没有差异)
| |||
2026年6月21日 (日) 14:55的最新版本
--------------------------------------------------------------------------------
-- 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