(Translated by https://www.hiragana.jp/)
モジュール:Category handler/blacklist - Wikipedia コンテンツにスキップ

モジュール:Category handler/blacklist

半永久的に保護されているモジュール

このモジュールはモジュール:Category handlerのブラックリスト(特記とっきのないかぎり、カテゴリをつけないべきページ)モジュールです。モジュール:Category handler/dataまれます。

現時点げんじてんのブラックリストには下記かきのページがふくまれています。

-- 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.

	-- 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. -- [[:en:Wikipedia:Userbox migration]]が日本語にほんごばんおこなわれていないためコメントアウト
	--'^User talk:UBX%f[/\0]', -- [[:en:Wikipedia:Userbox migration]]が日本語にほんごばんおこなわれていないためコメントアウト

	-- Don't categorise subpages of these pages, but allow
	-- categorisation of the base page.
	'^Wikipedia:Template メッセージの一覧いちらん/.*$',

	-- Don't categorise archives.
	'/過去かこログ',
}