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

模块:Category handler/blacklist

出自Tardis百科,中文神秘博士维基

可在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。