Changes
From Polyphasic Sleep Wiki
302 bytes added
, 4 years ago
mLine 1: |
Line 1: |
− | {{#if:{{{plain|}}}| | + | <code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- |
− | |<code style="white-space:nowrap">
| + | Opening tag |
− | }}{{#switch:{{{2|pair}}}
| + | -->{{#switch:{{{2|pair}}} |
− | |c|close = <!--nothing-->
| + | |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}}}}}}}} |
− | }}{{#switch:{{{2|pair}}} | + | }}<!-- |
− | |c|close = {{{content|}}}
| + | Content between tags |
− | |s|single =  />
| + | -->{{#switch:{{{2|pair}}} |
− | |o|open = >{{{content|}}}
| + | |c|close = {{{content|}}} |
− | |p|pair = >{{{content|...}}}
| + | |e|empty|s|single|v|void =  /> |
− | }}{{#switch:{{{2|pair}}} | + | |o|open = >{{{content|}}} |
− | |s|single
| + | |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}} |
− | |o|open = <!--nothing-->
| + | }}<!-- |
− | |c|close
| + | Closing tag |
− | |p|pair = </{{{1|tag}}}>
| + | -->{{#switch:{{{2|pair}}} |
− | }}{{#if:{{{plain|}}}| | + | |e|empty|s|single|v|void |
− | |</code>
| + | |o|open = |
− | }}<noinclude>
| + | |c|close |
− | {{documentation}} | + | |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} |
| + | }}<!-- |
| + | --></code><noinclude> |
| + | {{Documentation}} |
| </noinclude> | | </noinclude> |