Template:Tag: Difference between revisions
From All Skies Encyclopaedia
imported>Edokter (update) |
imported>SMcCandlish (These are called attributes; no one who does HTML calls them "parameters".) |
||
(10 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
<code class="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 = |
|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 =  /> |
|e|empty|s|single|v|void =  /> |
||
|o|open = >{{{content|}}} |
|o|open = >{{{content|}}} |
||
|p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}} |
|p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}} |
||
Line 16: | Line 16: | ||
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 |