Template:Tag: Difference between revisions
From All Skies Encyclopaedia
imported>SMcCandlish (rm |closed; I was misremembering the usage; if we added something less telegraphic, it would be |closing; putting switch parameters in same order in each section) |
imported>SMcCandlish (And HTML 5.1 now calls them "void" elements, so permit that as well.) |
||
Line 3: | Line 3: | ||
-->{{#switch:{{{2|pair}}} |
-->{{#switch:{{{2|pair}}} |
||
|c|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 = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} |
||
Line 10: | Line 10: | ||
-->{{#switch:{{{2|pair}}} |
-->{{#switch:{{{2|pair}}} |
||
|c|close = {{{content|}}} |
|c|close = {{{content|}}} |
||
|e|empty|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 17: | Line 17: | ||
-->{{#switch:{{{2|pair}}} |
-->{{#switch:{{{2|pair}}} |
||
|c|close |
|c|close |
||
|e|empty|s|single |
|e|empty|s|single|v|void |
||
|o|open = |
|o|open = |
||
|p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} |
|p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} |