Difference between revisions of "Module:Tag"

From blackwiki
Jump to navigation Jump to search
(Blanked the page)
m (18 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
{{#if:{{{plain|}}}|
 +
|<code style="white-space:nowrap">
 +
}}{{#switch:{{{2|pair}}}
 +
|c|close  = <!--nothing-->
 +
|s|single
 +
|o|open
 +
|p|pair  = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
 +
}}{{#switch:{{{2|pair}}}
 +
|c|close  = {{{content|}}}
 +
|s|single = &#32;&#47;&gt;
 +
|o|open  = &gt;{{{content|}}}
 +
|p|pair  = &gt;{{{content|...}}}
 +
}}{{#switch:{{{2|pair}}}
 +
|s|single
 +
|o|open  = <!--nothing-->
 +
|c|close
 +
|p|pair  = &lt;&#47;{{{1|tag}}}&gt;
 +
}}{{#if:{{{plain|}}}|
 +
|</code>
 +
}}<noinclude>
 +
{{documentation}}
 +
</noinclude>

Latest revision as of 10:25, 5 September 2020

<tag>...</tag>

Module documentation[create]