| Line 1: |
Line 1: |
| − | <code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!--
| + | {{#if:{{{plain|}}}| |
| − | Opening tag
| + | |<code style="white-space:nowrap"> |
| − | -->{{#switch:{{{2|pair}}}
| + | }}{{#switch:{{{2|pair}}} |
| − | |c|close =
| + | |c|close = <!--nothing--> |
| − | |e|empty|s|single|v|void
| + | |s|single |
| − | |o|open
| + | |o|open |
| − | |p|pair = <{{#if:{{{link|}}}|[[HTML element#{{{1|tag}}}|{{{1|tag}}}]]|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}| {{{params|{{{attribs}}}}}}}}
| + | |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} |
| − | }}<!--
| + | }}{{#switch:{{{2|pair}}} |
| − | Content between tags
| + | |c|close = {{{content|}}} |
| − | -->{{#switch:{{{2|pair}}}
| + | |s|single =  /> |
| − | |c|close = {{{content|}}}
| + | |o|open = >{{{content|}}} |
| − | |e|empty|s|single|v|void =  />
| + | |p|pair = >{{{content|...}}} |
| − | |o|open = >{{{content|}}}
| + | }}{{#switch:{{{2|pair}}} |
| − | |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}}
| + | |s|single |
| − | }}<!--
| + | |o|open = <!--nothing--> |
| − | Closing tag
| + | |c|close |
| − | -->{{#switch:{{{2|pair}}}
| + | |p|pair = </{{{1|tag}}}> |
| − | |e|empty|s|single|v|void
| + | }}{{#if:{{{plain|}}}| |
| − | |o|open =
| + | |</code> |
| − | |c|close
| + | }}<noinclude> |
| − | |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}}
| + | {{documentation}} |
| − | }}<!--
| |
| − | --></code><noinclude>
| |
| − | {{Documentation}} | |
| | </noinclude> | | </noinclude> |