Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Tag: Difference between revisions

Template page
Casiope (talk | contribs)
mNo edit summary
Casiope (talk | contribs)
mNo edit summary
Line 1: Line 1:
<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!--
<code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none; background:transparent; |{{{style|}}}}}"><!--
  Opening tag
  Opening tag
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
   |c|close =
   |close =
   |e|empty|s|single|v|void
   |empty|single|void
   |o|open
   |open
   |p|pair = &lt;{{#if:{{{link|}}}|[[wikipedia:HTML element#{{{1|tag}}}|{{{1|tag}}}]]|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}|&#32;{{{params|{{{attribs}}}}}}}}
   |pair = &lt;{{#if:{{{link|}}}|[[wikipedia:HTML element#{{{1|tag}}}|{{{1|tag}}}]]|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}|&#32;{{{params|{{{attribs}}}}}}}}
  }}<!--
  }}<!--
  Content between tags
  Content between tags
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
   |c|close = {{{content|}}}
   |close = {{{content|}}}
   |e|empty|s|single|v|void = &#32;&#47;&gt;
   |empty|single|void = &#32;&#47;&gt;
   |o|open = &gt;{{{content|}}}
   |open = &gt;{{{content|}}}
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|...}}}
   |pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|...}}}
  }}<!--
  }}<!--
  Closing tag
  Closing tag
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
   |e|empty|s|single|v|void
   |empty|single|void
   |o|open =
   |open =
   |c|close
   |close
   |p|pair = {{#ifeq:{{{1|tag}}}|!--|--&gt;|&lt;&#47;{{{1|tag}}}&gt;}}
   |pair = {{#ifeq:{{{1|tag}}}|!--|--&gt;|&lt;&#47;{{{1|tag}}}&gt;}}
  }}<!--
  }}<!--
--></code><noinclude>[[Category:Templates]]</noinclude>
--></code><noinclude>[[Category:Templates]]</noinclude>

Revision as of 13:43, 20 July 2020

<tag>...</tag>