Difference between revisions of "Template:Module other"

From EVE RP Wiki
Jump to: navigation, search
(Blanked the page)
m (9 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
{{#switch:
 +
  <!--If no or empty "demospace" parameter then detect namespace-->
 +
  {{#if:{{{demospace|}}}
 +
  | {{lc: {{{demospace}}} }}    <!--Use lower case "demospace"-->
 +
  | {{#ifeq:{{NAMESPACE}}|{{ns:Module}}
 +
    | module
 +
    | other
 +
    }}
 +
  }}
 +
| module = {{{1|}}}
 +
| other
 +
| #default = {{{2|}}}
 +
}}<!--End switch--><noinclude>
  
 +
{{documentation}}
 +
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 +
</noinclude>

Latest revision as of 19:04, 30 April 2021


Template documentation