Difference between revisions of "Template:Category handler"
Jump to navigation
Jump to search
(Created page with "__HIDDENCAT__ {{ambox | text = This is a box used in articles. }}{{category handler | Category:Somecat | nocat = {{{nocat|}}} <!--So "nocat=true/false" works--> }}<noinc...") |
m (Changed protection level for "Template:Category handler": protection no longer required ([Edit=Allow only autoconfirmed users] (expires 20:15, 1 February 2023 (UTC)) [Move=Allow only autoconfirmed users] (expires 20:15, 1 February 2023 (UTC)))) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <noinclude> | |
− | {{ | + | {{Modal needs documentation}} |
− | | | + | </noinclude> |
− | }}{{ | + | {{#if: |
− | | | + | {{#ifeq: {{lc: {{{nocat|}}} }} | true |
− | | | + | | dontcat <!--"nocat=true", don't categorize--> |
+ | }}{{#ifeq: {{lc: {{{categories|}}} }} | no | ||
+ | | dontcat | ||
+ | }}{{#switch: {{lc: {{{category2|¬}}} }} | ||
+ | | yes | ||
+ | | ¬ = <!--Not defined--> | ||
+ | | #default = dontcat <!--"category2 = no/'defined but empty'/'anything'"--> | ||
+ | }}{{#switch: {{lc: {{{subpage|}}} }} | ||
+ | | no = | ||
+ | {{basepage subpage | ||
+ | | | ||
+ | | dontcat <!--"subpage=no" and on a subpage--> | ||
+ | | page = {{{page|}}} <!--For testing--> | ||
+ | }} | ||
+ | | only = | ||
+ | {{basepage subpage | ||
+ | | dontcat <!--"subpage=only" and not on a subpage--> | ||
+ | | page = {{{page|}}} <!--For testing--> | ||
+ | }} | ||
+ | }} | ||
+ | |||
+ | | <!--Don't categorise (result was "dontcat" or "dontcatdontcat" and so on)--> | ||
+ | | <!--Check blacklist--> | ||
+ | {{#switch: | ||
+ | {{#ifeq: {{lc: {{{nocat|}}} }} | false | ||
+ | | <!--"nocat=false", skip blacklist check--> | ||
+ | | {{#ifeq: {{lc: {{{categories|}}} }} | yes | ||
+ | | <!--Skip blacklist check--> | ||
+ | | {{#ifeq: {{lc: {{{category2|}}} }} | yes | ||
+ | | <!--Skip blacklist check--> | ||
+ | | {{category handler/blacklist| page = {{{page|}}} }} <!--Check blacklist--> | ||
+ | }} | ||
+ | }} | ||
+ | }} | ||
+ | | hide = <!--Blacklist returned "hide", don't categorize--> | ||
+ | | #default = | ||
+ | <!--Check if any namespace parameter is defined--> | ||
+ | {{#ifeq: h0#384!5nea+w9 | {{{all| {{{main| {{{talk| {{{user| {{{project| {{{file| {{{mediawiki| {{{template| {{{help| {{{category| {{{portal| {{{book| {{{other| h0#384!5nea+w9 }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} | ||
+ | | <!--No namespace parameters fed, basic usage--> | ||
+ | {{namespace detect | ||
+ | | main = {{{1|}}} | ||
+ | | file = {{{1|}}} | ||
+ | | help = {{{1|}}} | ||
+ | | category = {{{1|}}} | ||
+ | | portal = {{{1|}}} | ||
+ | | book = {{{1|}}} | ||
+ | | page = {{{page|}}} <!--For testing and demonstration--> | ||
+ | }} | ||
+ | | <!--Namespace parameters fed, advanced usage. | ||
+ | If "data" is a number, return the corresponding | ||
+ | numbered parameter, else return "data". --> | ||
+ | {{{all|}}}{{category handler/numbered | ||
+ | | 1 = {{{1|}}} | ||
+ | | 2 = {{{2|}}} | ||
+ | | 3 = {{{3|}}} | ||
+ | | 4 = {{{4|}}} | ||
+ | | 5 = {{{5|}}} | ||
+ | | 6 = {{{6|}}} | ||
+ | | 7 = {{{7|}}} | ||
+ | | 8 = {{{8|}}} | ||
+ | | 9 = {{{9|}}} | ||
+ | | 10 = {{{10|}}} | ||
+ | | data = | ||
+ | <!--Check what namespace, and return the data for it. | ||
+ | Respecting empty parameters on purpose. --> | ||
+ | {{namespace detect | ||
+ | | main = {{{main| {{{other|}}} }}} | ||
+ | | talk = {{{talk| {{{other|}}} }}} | ||
+ | | user = {{{user| {{{other|}}} }}} | ||
+ | | project = {{{project| {{{other|}}} }}} | ||
+ | | file = {{{file| {{{image| {{{other|}}} }}} }}} | ||
+ | | mediawiki = {{{mediawiki| {{{other|}}} }}} | ||
+ | | template = {{{template| {{{other|}}} }}} | ||
+ | | help = {{{help| {{{other|}}} }}} | ||
+ | | category = {{{category| {{{other|}}} }}} | ||
+ | | portal = {{{portal| {{{other|}}} }}} | ||
+ | | book = {{{book| {{{other|}}} }}} | ||
+ | | other = {{{other|}}} <!--Namespace special or a new namespace--> | ||
+ | | page = {{{page|}}} <!--For testing and demonstration--> | ||
+ | }} | ||
+ | }} | ||
+ | }} | ||
+ | }} | ||
}}<noinclude> | }}<noinclude> | ||
− | |||
{{documentation}} | {{documentation}} | ||
− | <!--Add categories and interwikis to the /doc subpage--> | + | <!-- Add categories and interwikis to the /doc subpage, not here! --> |
</noinclude> | </noinclude> | ||
− |
Latest revision as of 19:15, 1 February 2023
This page has been marked as needing documentation of its function and purpose. You can help RimWorld Wiki by creating it here |
Template documentation[create]
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |