Template:Template other: Difference between revisions

From RetroMC
Jump to navigation Jump to search
Thecow275 (talk | contribs)
No edit summary
Noggisoggi changed the content model of the page Template:Template other from "wikitext" to "CSS"
(No difference)

Revision as of 11:15, 28 July 2023

{{#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>