Template:Template other

From RetroMC
Revision as of 11:15, 28 July 2023 by Noggisoggi (talk | contribs) (Noggisoggi changed the content model of the page Template:Template other from "wikitext" to "CSS")
Jump to navigation Jump to search
{{#switch:
  <!--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>

</noinclude>