Módulo:Category handler/blacklist: diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
nova página: -- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categori...
 
mSem resumo de edição
 
Linha 5:
return {
'^Main Page$', -- don't categorise the main page.
'^Página Principal$', '^Wikisource:Página principal$', -- don't categorise the main page.
-- Don't categorise the following pages or their subpages.
Linha 15 ⟶ 16:
-- categorisation of the base page.
'^Wikisource:Template messages/.*$',
'^Wikisource:Predefinições/.*$',
-- Don't categorise archives.
'/[aA]rchive%f[/\0]',
'/[aA]rchivesrquivo%f[/\0]',
'/[aA]rchives%f[/\0]',
'/[aA]rquivos%f[/\0]'
}