打开/关闭菜单
打开/关闭个人菜单
未登录
登录即可进行编辑

模块:Category handler/blacklist

出自Tardis百科,中文神秘博士维基
胡大夫讨论 | 贡献2024年5月26日 (日) 03:30的版本 (创建页面,内容为“-- 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 { -- Don't categorise the main page. '^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. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UB…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

可在Module:Category handler/blacklist/doc创建此模块的帮助文档

-- 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 {
	-- Don't categorise the main page.
	'^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.
	'^Wikipedia:Cascade%-protected items%f[/\0]',
	'^User:UBX%f[/\0]', -- The userbox "template" space.
	'^User talk:UBX%f[/\0]',

	-- Don't categorise subpages of these pages, but allow
	-- categorisation of the base page.
	'^Wikipedia:Template index/.*$',

	-- Don't categorise archives.
	'/[aA]rchive',
	'/存档',
}
我们提供服务需要使用Cookie。您使用我们的服务,即表示您同意我们使用Cookie。