Template:Category handler: Difference between revisions
From All Skies Encyclopaedia
imported>Davidgothberg (Added blacklist check.) |
imported>Davidgothberg (Added some code comments.) |
||
Line 1: | Line 1: | ||
{{#ifeq: {{lc: {{{nocat|}}} }} | true |
{{#ifeq: {{lc: {{{nocat|}}} }} | true |
||
| <!--"nocat=true", don't categorise--> |
| <!--"nocat=true", don't categorise--> |
||
| <!--If "data" is a number, return the corresponding |
|||
⚫ | |||
numbered parameter, else return "data"--> |
|||
⚫ | |||
| 1 = {{{1|}}} |
| 1 = {{{1|}}} |
||
| 2 = {{{2|}}} |
| 2 = {{{2|}}} |
||
Line 19: | Line 21: | ||
}} |
}} |
||
| <!--Blacklist returned "hide", don't categorise--> |
| <!--Blacklist returned "hide", don't categorise--> |
||
| |
| <!--Check what namespace, and return the data for it--> |
||
{{namespace detect |
|||
| main = {{{main| {{{other| 1 }}} }}} |
| main = {{{main| {{{other| 1 }}} }}} |
||
| talk = {{{talk| {{{other|}}} }}} |
| talk = {{{talk| {{{other|}}} }}} |