Vorlage:Template other: Unterschied zwischen den Versionen

Creating this namespace detecting template. Based on my code from {{category other}} and {{main other}} etc.
 
K 16 Versionen von skanwiki:Vorlage:Template_other importiert
 
(15 dazwischenliegende Versionen von 6 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{#switch:
{{#switch:
   <!--If no or empty "demospace" parameter then detect namespace-->
   <!--If no or empty "demospace" parameter then detect namespace-->
   {{#if:{{{demospace|}}}  
   {{#if:{{{demospace|}}}
   | {{lc: {{{demospace}}} }}    <!--Use lower case "demospace"-->
   | {{lc: {{{demospace}}} }}    <!--Use lower case "demospace"-->
   | {{#ifeq:{{NAMESPACE}}|Template
   | {{#ifeq:{{NAMESPACE}}|{{ns:Template}}
     | template
     | template
     | other
     | other
     }}  
     }}
   }}
   }}
| template = {{{1|}}}
| template = {{{1|}}}
Zeile 13: Zeile 13:
}}<!--End switch--><noinclude>
}}<!--End switch--><noinclude>


{{pp-template|small=yes}}
{{documentation}}
{{Documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>