Template:Tag: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Update via sandbox/testcases (style option, code comprehensibility))
({{{name}}} and {{{type}}} alternatives (to {{{1}}}, {{{2}}}))
Line 2: Line 2:


Opening tag
Opening tag
-->{{#switch:{{{2|<!--(else default:)-->pair}}}
-->{{#switch:{{{type|{{{2|<!--(else default:)-->pair}}}}}}
|c|close =
|c|close =
|s|single
|s|single
|o|open
|o|open
|p|pair = &lt;{{{1|tag}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
|p|pair = &lt;{{{name|{{{1|tag}}}}}}{{#if:{{{params|}}}|&#32;{{{params}}}}}
}}<!--
}}<!--


Content between tags
Content between tags
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{type|{{{2|pair}}}}}}
|c|close = {{{content|}}}
|c|close = {{{content|}}}
|s|single = &#32;&#47;&gt;
|s|single = &#32;&#47;&gt;
|o|open = &gt;{{{content|}}}
|o|open = &gt;{{{content|}}}
|p|pair = {{#ifeq:{{{1|tag}}}|!-- | |&gt;}}{{{content|...}}}
|p|pair = {{#ifeq:{{{name|{{{1|-}}}}}}|!-- | |&gt;}}{{{content|...}}}
}}<!--
}}<!--


Closing tag
Closing tag
-->{{#switch:{{{2|pair}}}
-->{{#switch:{{{type|{{{2|pair}}}}}}
|s|single
|s|single
|o|open =
|o|open =
|c|close
|c|close
|p|pair = {{#ifeq:{{{1|tag}}}|!-- |--&gt; |&lt;&#47;{{{1|tag}}}&gt;}}
|p|pair = {{#ifeq:{{{name|{{{1|-}}}}}}|!-- |--&gt; |&lt;&#47;{{{1|tag}}}&gt;}}
}}<!--
}}<!--