Difference between revisions of "Template:Tag"
Jump to navigation
Jump to search
(These are called attributes; no one who does HTML calls them "parameters".) |
(6 revisions imported from mw:Template:Tag) |
||
| Line 1: | Line 1: | ||
| + | {{#if:{{{plain|}}}| |
||
| − | <code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- |
||
| + | |<code class="mw-highlight" style="{{#if:{{{wrap|}}}||white-space:nowrap}}"> |
||
| − | Opening tag |
||
| − | + | }}{{#switch:{{{2|pair}}} |
|
| − | + | |c|close = <!--nothing--> |
|
| − | + | |s|single |
|
| − | + | |o|open |
|
| − | + | |p|pair = {{#tag:span|‎<|class="p"}}{{#tag:span|{{{1|tag}}}|class="nt"}}{{#if:{{{params|}}}| {{{params}}}}} |
|
| ⚫ | |||
| − | }}<!-- |
||
| + | |c|close = {{{content|}}} |
||
| − | Content between tags |
||
| + | |s|single =  {{#tag:span|/>|class="p"}} |
||
| ⚫ | |||
| − | + | |o|open = {{#tag:span|>|class="p"}}{{{content|}}} |
|
| ⚫ | |||
| − | |e|empty|s|single|v|void =  /> |
||
| − | + | }}{{#switch:{{{2|pair}}} |
|
| + | |s|single |
||
| ⚫ | |||
| + | |o|open = <!--nothing--> |
||
| − | }}<!-- |
||
| ⚫ | |||
| − | Closing tag |
||
| + | |p|pair = {{#tag:span|‎</|class="p"}}{{#tag:span|{{{1|tag}}}|class="nt"}}{{#tag:span|>|class="p"}} |
||
| − | -->{{#switch:{{{2|pair}}} |
||
| + | }}{{#if:{{{plain|}}}| |
||
| − | |e|empty|s|single|v|void |
||
| + | |</code> |
||
| − | |o|open = |
||
| ⚫ | |||
| ⚫ | |||
| − | |p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} |
||
| − | }}<!-- |
||
| ⚫ | |||
{{Documentation}} |
{{Documentation}} |
||
</noinclude> |
</noinclude> |
||