Difference between revisions of "Template:Basepage subpage"

From Self-sufficiency
Jump to: navigation, search
m (1 revision)
(Creating this basepage/subpage/subsubpage detecting template.)
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{#switch:
 
{{#switch:
   <!--If no or empty "page" parameter then detect
+
   <!--If no or empty "demospace" parameter then detect
 
       basepage/subpage/subsubpage-->
 
       basepage/subpage/subsubpage-->
   {{#if:{{{page|}}}
+
   {{#if:{{{demospace|}}}
   | {{#if:{{#titleparts:{{{page}}}|0|3}}
+
   | {{lc: {{{demospace}}} }}    <!--Use lower case "demospace"-->
    | subsubpage   <!--Subsubpage or lower-->
+
    | {{#if:{{#titleparts:{{{page}}}|0|2}}
+
      | subpage
+
      | basepage
+
      }}
+
    }}
+
 
   | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|3}}
 
   | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|3}}
     | subsubpage    <!--Subsubpage or lower-->
+
     | subsubpage    <!-- Subsubpage or lower. -->
 
     | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|2}}
 
     | {{#if:{{#titleparts:{{FULLPAGENAME}}|0|2}}
 
       | subpage
 
       | subpage
Line 18: Line 12:
 
     }}
 
     }}
 
   }}
 
   }}
 
+
| basepage = {{{1|}}}
| basepage   = {{{1|}}}
+
| subpage = {{{2|}}}
| subpage   = {{{2|}}}
+
| subsubpage = {{{3| {{{2|}}} }}}
| subsubpage = {{{3| {{{2|}}} }}}  <!--Respecting empty parameter on purpose-->
+
| #default =   <!-- Faulty demospace parameter, do nothing. -->
 
}}<!--End switch--><noinclude>
 
}}<!--End switch--><noinclude>
  
{{pp-template}}
+
<!-- {{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>

Revision as of 01:49, 4 November 2009