Difference between revisions of "Template:Tag"

From Eyewire
Jump to: navigation, search
m (1 revision)
(add 'wrap' for long samples)
Line 1: Line 1:
<code class="nowrap">{{#switch:{{{2|pair}}}
+
<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!--
|c|close = <!--nothing-->
+
Opening tag
|s|single
+
-->{{#switch:{{{2|pair}}}
|o|open
+
  |c|close =
|p|pair   = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
+
  |s|single
}}{{#switch:{{{2|pair}}}
+
  |o|open
|c|close = {{{content|}}}
+
  |p|pair = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
|s|single = &#32;&#47;&gt;
+
}}<!--
|o|open   = &gt;{{{content|}}}
+
Content between tags
|p|pair   = &gt;{{{content|...}}}
+
-->{{#switch:{{{2|pair}}}
}}{{#switch:{{{2|pair}}}
+
  |c|close = {{{content|}}}
|s|single
+
  |s|single = &#32;&#47;&gt;
|o|open   = <!--nothing-->
+
  |o|open = &gt;{{{content|}}}
|c|close
+
  |p|pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|...}}}
|p|pair   = &lt;&#47;{{{1|tag}}}&gt;
+
}}<!--
}}</code><noinclude>
+
Closing tag
{{documentation}}
+
-->{{#switch:{{{2|pair}}}
 +
  |s|single
 +
  |o|open =
 +
  |c|close
 +
  |p|pair = {{#ifeq:{{{1|tag}}}|!--|--&gt;|&lt;&#47;{{{1|tag}}}&gt;}}
 +
}}<!--
 +
--></code><noinclude>
 +
{{Documentation}}
 
</noinclude>
 
</noinclude>

Revision as of 20:37, 17 February 2015

<tag>...</tag>

50px Template documentation[create]