Difference between revisions of "Template:Tag"
From BESA® Wiki
(Improvement on last change) |
(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> |
Revision as of 13:14, 14 December 2014
<tag>...</tag>
Script error