新詞查詢
檢視 模組:Category handler/blacklist 的原始碼
←
模組: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 { '^Main Page$', -- 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. '^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', "^Wikipedia:Administrators' noticeboard/IncidentArchive%d+$", }
此頁面使用了以下模板:
模組:Category handler/blacklist/doc
(
檢視原始碼
)
返回到「
模組:Category handler/blacklist
」。
Cookies 幫助我們給予服務內容。依您有使用我們的服務,代表您同意我們使用 cookies。
確定
Edit 模組