模块:Category handler:修订间差异

imported>Quest for Truth
 
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 = {
     '^Main Page$', -- don't categorise the main page.
     '^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:Template messages/.+$',
     '^Wikipedia:模板消息/.+$',
      
      
     '/[aA]rchive' -- Don't categorise archives.
     -- Don't categorise archives.
    '/存檔',
    '/存档',
    '/[aA]rchive'
}
}