We'll be deploying 1.43 to ShoutWiki sites this weekend. Staff will be working all weekend to deal with any unforeseen bugs that crop up.
CreateWiki will not be available immediately after the upgrade; however, we expect the rewrite to be completed during this release cycle.
Template:Cat handler/blacklist
Actual code of this blacklist:
</noinclude>{{if pagename
<!-- Start of blacklist -->
| Eureka Wiki:Template messages/* = hide <!-- Don't categorise on its subpages -->
| /archiv* = hide <!-- Don't categorise on /archive pages -->
<!-- Don't categorise on centralised cascade page or its subpages -->
| Eureka Wiki:Cascade-protected items/+ = hide
| Main Page = hide <!-- Don't categorise the main page -->
<!-- End of blacklist -->
| page = {{{page|}}} <!-- Never change this one, see the doc -->
}}<noinclude>
This is the {{cat handler/blacklist}} sub-template.
Do not use this template directly, use {{cat handler}} instead. This template is called from {{cat handler}}, see user documentation there.
But if you came here to see or update the category suppression blacklist, then you are in the right place.
Updating the blacklist[edit source]
This template contains a blacklist of the pages and page types where templates should not auto-categorize. This blacklist is used by Template:Tlf to decide when not to categorize. To update the blacklist, edit this template.
This template uses {{if pagename}} to do the pagename-detection, thus see {{if pagename}} for the syntax to use for the blacklist rules.
When this template is placed on a page that should not categorize, then it should return "hide". And when placed on any other page it should return an empty string.
Testing the blacklist[edit source]
There are two ways you can test what this blacklist returns for a page:
You can put this template on the page you want to test, and see what output it produces. You can use edit preview, no need to save. Like this:
+{{cat handler/blacklist}}+
Which here on this page returns this:
The ++ used here is a simple way to make it visible when a template returns an empty string.
Or you can feed the pagename you want to test to this template. Then you can do all the testing for instance on the [[Template:Pgn/testcases|/testcases]] subpage of this template. Like this:
+{{cat handler/blacklist| page = User:Example }}++{{cat handler/blacklist| page = User:Example/Archive 5}}+
Which returns this:
Technical details[edit source]
Currently this template is only called from {{cat handler}}, and indirectly from all templates that use Template:Tlf. But in the future this template might also be directly called from other templates similar to Template:Tlf. This means we can update the category suppression blacklist in one place.
See also[edit source]
- Eureka Wiki:Category suppression – The how-to guide.
- Eureka Wiki:WikiProject Category Suppression – The WikiProject.
| The above documentation is transcluded from Template:Cat handler/blacklist/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |


