Jump to content

Template:Tag: Difference between revisions

From WikiJournal
m Protected "Template:Tag" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
 
__en>SMcCandlish
These are called attributes; no one who does HTML calls them "parameters".
Line 3: Line 3:
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
   |c|close =
   |c|close =
   |s|single
   |e|empty|s|single|v|void
   |o|open
   |o|open
   |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
   |p|pair = <{{#if:{{{link|}}}|[[HTML element#{{{1|tag}}}|{{{1|tag}}}]]|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}| {{{params|{{{attribs}}}}}}}}
  }}<!--
  }}<!--
  Content between tags
  Content between tags
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
   |c|close = {{{content|}}}
   |c|close = {{{content|}}}
   |s|single = &#32;&#47;&gt;
   |e|empty|s|single|v|void = &#32;&#47;&gt;
   |o|open = &gt;{{{content|}}}
   |o|open = &gt;{{{content|}}}
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|}}}
   |p|pair = {{#ifeq:{{{1|tag}}}|!--||&gt;}}{{{content|...}}}
  }}<!--
  }}<!--
  Closing tag
  Closing tag
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
   |s|single
   |e|empty|s|single|v|void
   |o|open =
   |o|open =
   |c|close
   |c|close
   |p|pair = {{#ifeq:{{{1|tag}}}|!--|--&gt;|&lt;&#47;{{{1|tag}}}&gt;}}
   |p|pair = {{#ifeq:{{{1|tag}}}|!--|--&gt;|&lt;&#47;{{{1|tag}}}&gt;}}
  }}<!--
  }}<!--
--></code><noinclude>{{doc}}__NOINDEX__</noinclude>
--></code><noinclude>
{{Documentation}}
</noinclude>

Revision as of 20:17, 26 July 2018

<tag>...</tag>