Module:Namespace detect/config:修订间差异
外观
删除的内容 添加的内容
创建 Namespace detect/config 标签:已被回退 |
撤销注释添加,恢复原始内容 标签:撤销 |
||
| 第34行: | 第34行: | ||
return cfg |
return cfg |
||
-- 创建于 test.zybkcn.com |
|||
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