Module:Module other: Difference between revisions
(Module:Module other) |
m (WikiDwarf moved page User:WikiDwarf/style.css to Module:Module other without leaving a redirect: Move to the right target) |
Latest revision as of 21:16, 22 August 2020
{{#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 to the /doc subpage, not here! -->
</noinclude>