Template:Tag: Difference between revisions

45 bytes added ,  6 years ago
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")
(add 'wrap' for long samples)
(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"))
Line 2:
Opening tag
-->{{#switch:{{{2|pair}}}
|c|closed|close =
|e|empty|s|single
|o|open
|p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}}
Line 9:
Content between tags
-->{{#switch:{{{2|pair}}}
|c|closed|close = {{{content|}}}
|e|empty|s|single =  />
|o|open = >{{{content|}}}
|p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}}
Line 16:
Closing tag
-->{{#switch:{{{2|pair}}}
|e|empty|s|single
|o|open =
|c|closed|close
|p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}}
}}<!--
Anonymous user