Template:Tag: Difference between revisions

From All Skies Encyclopaedia
imported>SMcCandlish
(Adding |e and |empty, to use industry-standard terms from the specs, instead of just WP's own made-up labels that no one's apt to remember. And |closed ("close" as an adjective doesn't mean the same thing, it means "nearby"))
imported>SMcCandlish
(These are called attributes; no one who does HTML calls them "parameters".)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
Opening tag
Opening tag
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
|c|closed|close =
|c|close =
|e|empty|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|closed|close = {{{content|}}}
|c|close = {{{content|}}}
|e|empty|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|...}}}
Line 16: Line 16:
Closing tag
Closing tag
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{2|pair}}}
|e|empty|s|single
|e|empty|s|single|v|void
|o|open =
|o|open =
|c|closed|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;}}
}}<!--
}}<!--

Latest revision as of 17:17, 26 July 2018

<tag>...</tag>