Template:Template other: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
New page: {{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAME...
 
No edit summary
Line 1: Line 1:
{{#switch:
I was hoping to bring over some documentation templates, but there was just a whole lot more to make them work than I realized.  This page should be deleted.
  <!--If no or empty "demospace" parameter then detect namespace-->
  {{#if:{{{demospace|}}}
  | {{lc: {{{demospace}}} }}    <!--Use lower case "demospace"-->
  | {{#ifeq:{{NAMESPACE}}|{{ns:Template}}
    | template
    | other
    }}
  }}
| template = {{{1|}}}
| other
| #default = {{{2|}}}
}}<!--End switch--><noinclude>
 
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>

Revision as of 04:52, 31 March 2011

I was hoping to bring over some documentation templates, but there was just a whole lot more to make them work than I realized. This page should be deleted.