Template:!-
|-
This is an auxiliary template that allows one to encode "|-
" within template parameters and parser functions. In Wiki markup this character sequence is used as a row separator within tables, and this escape template allows Wikitables to be built inside templates and other Wikitables.
Template call* | Output** | HTML alternative*** | |||
---|---|---|---|---|---|
{{!}} (m) |
| | | or {{pipe}}
| |||
{{=}} (m) |
= | =
| |||
{{!!}} |
|| | ||
| |||
{{!(}} |
[ | [ or {{lbrack}}
| |||
{{)!}} |
] | ] or {{rbrack}}
| |||
{{!((}} |
[[ | [[
| |||
{{))!}} |
]] | ]]
| |||
{{(}} |
{ | {
| |||
{{)}} |
} | }
| |||
{{((}} |
{{ | {{
| |||
{{))}} |
}} | }}
| |||
{{(((}} |
{{{ | {{{
| |||
{{)))}} |
}}} | }}}
| |||
{{(!}} |
{| | {|
| |||
{{!+}} |
|+ | |+
| |||
{{!-}} |
|- | |-
| |||
{{!)}} |
|} | |}
| |||
{{'}} |
' | '
| |||
{{colon}} |
: | :
| |||
{{^(}} |
< | < or <
| |||
{{)^}} |
> | > or >
| |||
{{**}} |
* | *
|- class="sortbottom" style="text-align: center;" |
This table: View • Talk • Edit |
* m for magic word
** Delayed interpretation as Wiki markup
*** Never interpreted as Wiki markup