Template:Tag: Difference between revisions
Update via sandbox/testcases (style option, code comprehensibility)
m>Edokter (Improvement on last change) |
m>Sardanaphalus (Update via sandbox/testcases (style option, code comprehensibility)) |
||
Line 1: | Line 1: | ||
<code class="nowrap" | <code class="nowrap" style="{{#switch:{{{style|}}} |plain=border:none;background:transparent; |{{{style|}}} }}"><!-- | ||
| | |||
Opening tag | |||
-->{{#switch:{{{2|<!--(else default:)-->pair}}} | |||
|c|close = | |||
}}{{#switch:{{{2|pair}}} | |s|single | ||
|o|open | |||
|p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} | |||
}}<!-- | |||
}}{{#switch:{{{2|pair}}} | Content between tags | ||
-->{{#switch:{{{2|pair}}} | |||
|c|close = {{{content|}}} | |||
|s|single =  /> | |||
|o|open = >{{{content|}}} | |||
}}</code><noinclude> | |p|pair = {{#ifeq:{{{1|tag}}}|!-- | |>}}{{{content|...}}} | ||
{{ | }}<!-- | ||
Closing tag | |||
-->{{#switch:{{{2|pair}}} | |||
|s|single | |||
|o|open = | |||
|c|close | |||
|p|pair = {{#ifeq:{{{1|tag}}}|!-- |--> |</{{{1|tag}}}>}} | |||
}}<!-- | |||
--></code><noinclude> | |||
{{Documentation}} | |||
</noinclude> | </noinclude> |