Difference between revisions of "Template:Tag"
From MINR.ORG WIKI
(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 = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} | + | |p|pair = <{{{name|{{{1|tag}}}}}}{{#if:{{{params|}}}| {{{params}}}}} |
}}<!-- | }}<!-- | ||
Content between tags | Content between tags | ||
− | -->{{#switch:{{{2|pair}}} | + | -->{{#switch:{{{type|{{{2|pair}}}}}} |
|c|close = {{{content|}}} | |c|close = {{{content|}}} | ||
|s|single =  /> | |s|single =  /> | ||
|o|open = >{{{content|}}} | |o|open = >{{{content|}}} | ||
− | |p|pair = {{#ifeq:{{{1| | + | |p|pair = {{#ifeq:{{{name|{{{1|-}}}}}}|!-- | |>}}{{{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| | + | |p|pair = {{#ifeq:{{{name|{{{1|-}}}}}}|!-- |--> |</{{{1|tag}}}>}} |
}}<!-- | }}<!-- | ||