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 (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) |
||
Line 2: | Line 2: | ||
Opening tag |
Opening tag |
||
-->{{#switch:{{{2|pair}}} |
-->{{#switch:{{{2|pair}}} |
||
|c |
|c|close = |
||
|e|empty|s|single |
|e|empty|s|single |
||
|o|open |
|o|open |
||
Line 9: | Line 9: | ||
Content between tags |
Content between tags |
||
-->{{#switch:{{{2|pair}}} |
-->{{#switch:{{{2|pair}}} |
||
|c |
|c|close = {{{content|}}} |
||
|e|empty|s|single =  /> |
|e|empty|s|single =  /> |
||
|o|open = >{{{content|}}} |
|o|open = >{{{content|}}} |
||
Line 16: | Line 16: | ||
Closing tag |
Closing tag |
||
-->{{#switch:{{{2|pair}}} |
-->{{#switch:{{{2|pair}}} |
||
⚫ | |||
|e|empty|s|single |
|e|empty|s|single |
||
|o|open = |
|o|open = |
||
⚫ | |||
|p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} |
|p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} |
||
}}<!-- |
}}<!-- |