Difference between revisions of "Template:Tag"
Jump to navigation
Jump to search
imported>SMcCandlish (And HTML 5.1 now calls them "void" elements, so permit that as well.) |
m (1 revision imported) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
|e|empty|s|single|v|void | |e|empty|s|single|v|void | ||
|o|open | |o|open | ||
− | |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} | + | |p|pair = <{{#if:{{{link|}}}|[[HTML element#{{{1|tag}}}|{{{1|tag}}}]]|{{{1|tag}}}}}{{#if:{{{params|{{{attribs|}}}}}}| {{{params|{{{attribs}}}}}}}} |
}}<!-- | }}<!-- | ||
Content between tags | Content between tags | ||
Line 16: | Line 16: | ||
Closing tag | Closing tag | ||
-->{{#switch:{{{2|pair}}} | -->{{#switch:{{{2|pair}}} | ||
− | |||
|e|empty|s|single|v|void | |e|empty|s|single|v|void | ||
|o|open = | |o|open = | ||
+ | |c|close | ||
|p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} | |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} | ||
}}<!-- | }}<!-- |