Modul:Category handler/blacklist

A Wikiforrásból

A modult a Modul:Category handler/blacklist/doc lapon tudod dokumentálni

-- 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 {
	'^Kezdőlap', -- don't categorise the main page.

	'^Wikiforrás:Sablonok listája*$', -- don't categorize the template list.

	-- Don't categorise archives.
	'/[aA]rchív',
}