模块:Category handler:修订间差异
imported>Quest for Truth copy from en:Module:Category handler |
imported>Quest for Truth 无编辑摘要 |
||
| 第64行: | 第64行: | ||
-- Other parts of the title can have either underscores or spaces. | -- Other parts of the title can have either underscores or spaces. | ||
cfg.blacklist = { | cfg.blacklist = { | ||
'^ | '^Wikipedia:首页$', -- don't categorise the main page. | ||
-- Don't categorise the following pages or their subpages. | -- Don't categorise the following pages or their subpages. | ||
| 第76行: | 第76行: | ||
-- Don't categorise subpages of these pages, but allow | -- Don't categorise subpages of these pages, but allow | ||
-- categorisation of the base page. | -- categorisation of the base page. | ||
'^Wikipedia: | '^Wikipedia:模板消息/.+$', | ||
-- Don't categorise archives. | |||
'/存檔', | |||
'/存档', | |||
'/[aA]rchive' | |||
} | } | ||