Difference between revisions of "Template:Tag"

From MINR.ORG WIKI
(Also show content with open and close)
m (49 revisions imported: Import Template Tlx and subtemplates)
 
(21 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<code style="white-space:nowrap;">{{#switch:{{{2|pair}}}
+
<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!--
|close
+
Opening tag
|single  = <!--nothing-->
+
-->{{#switch:{{{2|pair}}}
|open
+
  |c|close =
|pair
+
  |e|empty|s|single|v|void
|#default = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}&gt;
+
   |o|open
}}{{#switch:{{{2|pair}}}
+
  |p|pair = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
|single  = <!--nothing-->
+
}}<!--
|open
+
Content between tags
|close
+
-->{{#switch:{{{2|pair}}}
|pair
+
  |c|close = {{{content|}}}
|#default = {{{content|}}}
+
  |e|empty|s|single|v|void = &#32;&#47;&gt;
}}{{#switch:{{{2|pair}}}
+
  |o|open = &gt;{{{content|}}}
|open
+
  |p|pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|...}}}
|single  = <!--nothing-->
+
}}<!--
|close
+
Closing tag
|pair
+
-->{{#switch:{{{2|pair}}}
|#default = &lt;&#47;{{{1|tag}}}&gt;
+
  |e|empty|s|single|v|void
}}{{#switch:{{{2|pair}}}
+
   |o|open =
|single  = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}&#32;&#47;&gt;
+
  |c|close
}}</code><noinclude>
+
  |p|pair = {{#ifeq:{{{1|tag}}}|!--|--&gt;|&lt;&#47;{{{1|tag}}}&gt;}}
{{documentation}}
+
}}<!--
 +
--></code><noinclude>
 +
{{Documentation}}
 
</noinclude>
 
</noinclude>

Latest revision as of 20:26, 11 August 2017

<tag>...</tag>

Template documentation[create]