한국   대만   중국   일본 
Modulo:Category handler/blacklist - Wikinoticias Saltar para o conteudo

Modulo : Category handler/blacklist

Fonte: Wikinoticias
Documentação Documentacao de modulo
== Descricao ==

Este Modulo implementa a predefinicao {{ Cat handler }} . Por favor consulte a predefinicao para mais instrucoes.

Uso

Esta documentacao se encontra na subpagina Modulo:Category handler/blacklist/doc ( editar | historico )
Por favor inclua as categorias a subpagina /doc . Subpaginas deste modulo .

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

	'^Pagina Principal$'
,
 '^Wikipedia:Pagina principal$'
,
 -- 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.

	
	-- Don't categorise subpages of these pages, but allow

	-- categorisation of the base page.

	'^Wikipedia:Lista de predefinicoes/.*$'
,


	-- Don't categorise archives.

	'/[aA]rchive'
,

	'/[aA]rquivo'
,

}