Template:Category handler: Difference between revisions

From SEG Wiki
Jump to navigation Jump to search
imported>Davidgothberg
(Adding "project" as alias for "wikipedia" namespace. Just like "image" is already an alias for "file".)
m (26 revisions from wikipedia:Template:Category handler: imported from WP)
 
(23 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{#ifeq: {{lc: {{{nocat|}}} }} | true
{{#if:
| <!--"nocat=true", don't categorise-->
  {{#ifeq: {{lc: {{{nocat|}}} }} | true
| <!--If "data" is a number, return the corresponding
  | dontcat    <!--"nocat=true", don't categorize-->
      numbered parameter, else return "data"-->
   }}{{#ifeq: {{lc: {{{categories|}}} }} | no
   {{cat handle/numbered
   | dontcat
  | 1 = {{{1|}}}
  }}{{#switch: {{lc: {{{category2|¬}}} }}
   | 2 = {{{2|}}}
  | yes
   | 3 = {{{3|}}}
   | ¬  =   <!--Not defined-->
   | 4 = {{{4|}}}
   | #default = dontcat  <!--"category2 = no/'defined but empty'/'anything'"-->
   | 5 = {{{5|}}}
  }}{{#switch: {{lc: {{{subpage|}}} }}
  | 6 = {{{6|}}}
   | no =  
   | 7 = {{{7|}}}
    {{basepage subpage
  | 8 = {{{8|}}}
    |
  | 9 = {{{9|}}}
    | dontcat    <!--"subpage=no" and on a subpage-->
   | 10 = {{{10|}}}
    | page = {{{page|}}}  <!--For testing-->
   | data =
    }}
    {{#if:
   | only =  
      {{#ifeq: {{lc: {{{nocat|}}} }} | false
    {{basepage subpage
      | <!--"nocat=false", force categorise, skip blacklist check-->
    | dontcat    <!--"subpage=only" and not on a subpage-->
       | {{cat handle/blacklist| page = {{{page|}}} }}  <!--Check blacklist-->
    | 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-->
        }}
       }}
       }}
     | <!--Blacklist returned "hide", don't categorise-->
     }}
     | <!--Check what namespace, and return the data for it-->
  | hide = <!--Blacklist returned "hide", don't categorize-->
  | #default  =
    <!--Check if any namespace parameter is defined-->
    {{#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-->
       {{namespace detect
       {{namespace detect
       | main = {{{main| {{{other| 1 }}} }}}
       | main = {{{1|}}}
      | talk = {{{talk| {{{other|}}} }}}
       | file = {{{1|}}}
      | user = {{{user| {{{other|}}} }}}
       | help = {{{1|}}}
      | wikipedia = {{{wikipedia| {{{project| {{{other|}}} }}} }}}
       | category = {{{1|}}}
       | file = {{{file| {{{image| {{{other| 1 }}} }}} }}}
       | portal = {{{1|}}}
      | mediawiki = {{{mediawiki| {{{other|}}} }}}
       | book = {{{1|}}}
      | template = {{{template| {{{other|}}} }}}
       | help = {{{help| {{{other| 1 }}} }}}
       | category = {{{category| {{{other| 1 }}} }}}
       | portal = {{{portal| {{{other| 1 }}} }}}
       | other = {{{other|}}} <!--Namespace special or a new namespace-->
       | page = {{{page|}}}  <!--For testing and demonstration-->
       | 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|}}} }}}
        | wikipedia = {{{wikipedia| {{{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>
{{pp-template}}
{{documentation}}
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Latest revision as of 18:47, 1 April 2015

[create] Documentation icon Template documentation