Module:Category handler/blacklist: Difference between revisions

m
2 revisions imported from w:en:Module:Category_handler/blacklist
m (2 revisions imported from w:Module:Category_handler/blacklist: import code for updated template)
m (2 revisions imported from w:en:Module:Category_handler/blacklist)
Line 8:
-- Don't categorise the following pages or their subpages.
-- "%f[/\0]" matches if the next character is "/" or the end of the string.
'^WikisourceWikipedia:Cascade%-protected items%f[/\0]',
'^User:UBX%f[/\0]', -- The userbox "template" space.
'^User talk:UBX%f[/\0]',
Line 14:
-- Don't categorise subpages of these pages, but allow
-- categorisation of the base page.
'^WikisourceWikipedia:Template messages/.*$',
'/[aA]rchive' -- Don't categorise archives.
'/[aA]rchive%f[/\0]',
'/[aA]rchives%f[/\0]'
}
Anonymous user