Module:Category handler/blacklist

From TotalFreedom Wiki
Revision as of 20:40, 20 August 2023 by Video (talk | contribs) (Created page with "return { '^Main Page$', -- don't categorise the main page. '^User:UBX%f[/\0]', -- The userbox "template" space. '^User talk:UBX%f[/\0]' }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]'
}