模块:Category handler/blacklist

求闻百科,共笔求闻
待春留言 | 贡献2023年2月4日 (六) 18:38的版本 (已保护“Module:Category handler/blacklist”([编辑=仅允许模板编辑员](无限期)[移动=仅允许模板编辑员](无限期)))
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
文档图示 模块文档[创建] [跳转到代码]

本模块还没有文档页面。

您可以创建文档以让用户更好地理解本模块的用途。
编者可以在本模块的沙盒创建 | 镜像和测试样例创建页面进行实验。
请将模块自身所属的分类添加在文档中。本模块的子页面
-- This module contains the blacklist used by [[Module:Category handler]].
-- Pages that match Lua patterns in this list will not be categorised unless
-- categorisation is explicitly requested.

return {
    '^Qiuwen:首页$', -- don't categorise the main page.
 
    -- Don't categorise the following pages or their subpages.
    -- "%f[/\0]" matches if the next character is "/" or the end of the string.
    '^Template:User%f[/\0]', -- The userbox "template" space.
    '^Template talk:User%f[/\0]',
 
    -- Don't categorise subpages of these pages, but allow
    -- categorisation of the base page.
    '^Qiuwen:模板消息/.*$',
 
    '/存档' -- Don't categorise archives.
}