Template:Bra/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{Dochead}} | ||
This template puts bra notation (<code> | This template puts bra notation (<code>⟨</code> and <code>]</code>) around its arguments and removes leading and trailing whitespaces. | ||
{{Note| If you are notating for [[val]]s, use [[Template: Val]] instead. Only use this template if you wish to explicitly use bra notation. }} | |||
=== Usage === | === Usage === | ||
; You type | ; You type | ||
: <code><nowiki>{{bra| 31 49 72 87 }}</nowiki></code> | : <code><nowiki>{{bra| 31 49 72 87 }}</nowiki></code> | ||
; You get (rendered) | ; You get (rendered) | ||
: {{{{ROOTPAGENAME}}| 31 49 72 87 }} | : {{{{ROOTPAGENAME}}| 31 49 72 87 }} | ||
{{Spaces note}} | |||
=== Technical note === | === Technical note === | ||
{{W|Code point}} [https://www.compart.com/unicode/U+27E8 U+27E8] is used for the left angle bracket <code>⟨</code>, the ASCII approximation is less-than symbol (<code><</code> or <code>&lt;</code>). | |||
=== See also === | === See also === | ||
* [[Template:Val]] | * [[Template: Val]] | ||
* [[Template:Mapping]] | * [[Template: Mapping]] | ||
* [[Template:Multival]] | * [[Template: Multival]] | ||
* [[Template:Ket]] – puts ket notation around its argument | * [[Template: Rbra]] – puts rounded bra notation around its argument | ||
* [[Template:Rbrack]] – right bracket | * [[Template: Ket]] – puts ket notation around its argument | ||
* [[Template:Trim]] | * [[Template: Rbrack]] – right bracket | ||
* [[MediaWiki:Common.css]] – contains style | * [[Template: Trim]] | ||
* [[MediaWiki: Common.css]] – contains style definitions for the <code>left-delim</code> and <code>right-delim</code> classes. | |||