Template:Bracket templates
Appearance
Bracket templates are useful when writing help pages, template documentation, or when writing wiki tables and parser functions.
| Type | Open | Closed | ||||
|---|---|---|---|---|---|---|
| input | output | documentation | input | output | documentation | |
| angle | {{^(}} | < | doc | {{)^}} | > | doc |
| curly | {{(}} | { | doc | {{)}} | } | doc |
| curly (2) | {{((}} | {{ | doc | {{))}} | }} | doc |
| curly (3) | {{(((}} | {{{ | doc | {{)))}} | }}} | doc |
| square | {{!(}} | [ | doc | {{)!}} | ] | doc |
| square (2) | {{!((}} | [[ | doc | {{))!}} | ]] | doc |
| table | {{(!}} | {| | doc | {{!)}} | |} | doc |