Difference between revisions of "Template:Category handler"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Adding "subpage=no/only".)
 
(14 intermediate revisions by 7 users not shown)
Line 4: Line 4:
 
   }}{{#ifeq: {{lc: {{{categories|}}} }} | no
 
   }}{{#ifeq: {{lc: {{{categories|}}} }} | no
 
   | dontcat
 
   | dontcat
   }}{{#switch: {{lc: {{{category|¬}}} }}
+
   }}{{#switch: {{lc: {{{category2|¬}}} }}
   | no
+
   | yes
   |   = dontcat   <!--"category =", defined but empty-->
+
   | ¬  =  <!--Not defined-->
      <!--Else "category = ¬/'not defined'/yes/'anything'"-->
+
  | #default = dontcat  <!--"category2 = no/'defined but empty'/'anything'"-->
 
   }}{{#switch: {{lc: {{{subpage|}}} }}
 
   }}{{#switch: {{lc: {{{subpage|}}} }}
 
   | no =  
 
   | no =  
Line 29: Line 29:
 
     | {{#ifeq: {{lc: {{{categories|}}} }} | yes
 
     | {{#ifeq: {{lc: {{{categories|}}} }} | yes
 
       |  <!--Skip blacklist check-->
 
       |  <!--Skip blacklist check-->
       | {{#ifeq: {{lc: {{{category|}}} }} | yes
+
       | {{#ifeq: {{lc: {{{category2|}}} }} | yes
 
         |  <!--Skip blacklist check-->
 
         |  <!--Skip blacklist check-->
 
         | {{cat handler/blacklist| page = {{{page|}}} }}  <!--Check blacklist-->
 
         | {{cat handler/blacklist| page = {{{page|}}} }}  <!--Check blacklist-->
Line 38: Line 38:
 
   | #default  =  
 
   | #default  =  
 
     <!--Check if any namespace parameter is defined-->
 
     <!--Check if any namespace parameter is defined-->
     {{#ifeq: h0#384!5nea+w9 | {{{all| {{{main| {{{talk| {{{user| {{{wikipedia| {{{file| {{{mediawiki| {{{template| {{{help| {{{category| {{{portal| {{{other| h0#384!5nea+w9 }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}}
+
     {{#ifeq: h0#384!5nea+w9 | {{{all| {{{main| {{{talk| {{{user| {{{wikipedia| {{{file| {{{mediawiki| {{{template| {{{help| {{{category| {{{portal| {{{book| {{{other| h0#384!5nea+w9 }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}} }}}
 
     | <!--No namespace parameters fed, basic usage-->
 
     | <!--No namespace parameters fed, basic usage-->
 
       {{namespace detect
 
       {{namespace detect
Line 46: Line 46:
 
       | category = {{{1|}}}
 
       | category = {{{1|}}}
 
       | portal = {{{1|}}}
 
       | portal = {{{1|}}}
 +
      | book = {{{1|}}}
 
       | page = {{{page|}}}  <!--For testing and demonstration-->
 
       | page = {{{page|}}}  <!--For testing and demonstration-->
 
       }}
 
       }}
Line 76: Line 77:
 
         | category = {{{category| {{{other|}}} }}}
 
         | category = {{{category| {{{other|}}} }}}
 
         | portal = {{{portal| {{{other|}}} }}}
 
         | portal = {{{portal| {{{other|}}} }}}
 +
        | book = {{{book| {{{other|}}} }}}
 
         | other = {{{other|}}}  <!--Namespace special or a new namespace-->
 
         | other = {{{other|}}}  <!--Namespace special or a new namespace-->
 
         | page = {{{page|}}}  <!--For testing and demonstration-->
 
         | page = {{{page|}}}  <!--For testing and demonstration-->

Latest revision as of 06:29, 15 March 2016


Documentation icon Template documentation[create]