Module:Category handler/blacklist

From TotalFreedom Wiki
Jump to navigation Jump to search

Documentation for this module may be created at Module:Category handler/blacklist/doc

return {
	'^Main Page$', -- don't categorise the main page.
	
	'^User:UBX%f[/\0]', -- The userbox "template" space.
	'^User talk:UBX%f[/\0]'
}