Module:Category handler/config:修订间差异
外观
删除的内容 添加的内容
创建 Category handler/config(适配中医百科命名空间) 标签:已被回退 |
撤销注释添加,恢复原始内容 标签:撤销 |
||
| 第27行: | 第27行: | ||
return cfg |
return cfg |
||
-- 创建于 test.zybkcn.com |
|||
2026年6月21日 (日) 14:55的最新版本
local cfg = {}
cfg.parameters = {
nocat = 'nocat',
categories = 'categories',
category2 = 'category2',
subpage = 'subpage',
all = 'all',
other = 'other',
demopage = 'page',
}
cfg.category2Yes = 'yes'
cfg.category2Negative = '\172'
cfg.subpageNo = 'no'
cfg.subpageOnly = 'only'
-- 适配:主空间 + 文件 + 模板(关键) + 分类
cfg.defaultNamespaces = {
[ 0] = true, -- main
[ 6] = true, -- file
[10] = true, -- template
[14] = true, -- category
}
cfg.wrappers = 'Template:Category handler'
return cfg