Template:Bra: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m Recategorize |
||
| Line 25: | Line 25: | ||
* [[MediaWiki: Common.css]] – contains style definition(s) for the <code>val class</code> | * [[MediaWiki: Common.css]] – contains style definition(s) for the <code>val class</code> | ||
[[Category: | [[Category:Formatting templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 09:13, 14 November 2023
This template puts bra notation (⟨ and ]) around its arguments (it also removes surrounding spaces).
Note: If you are notating for vals, use Template: Val instead.
Usage
- You type
{{bra| 31 49 72 87 }}
- Tip: Adding spaces improves readability of the wiki markup.
- You get (rendered)
- ⟨31 49 72 87]
Technical note
Code point U+27E8 is used for the left angle bracket ⟨, the ASCII approximation is less-than symbol (< or <).
See also
- Template: Val
- Template: Mapping
- Template: Multival
- Template: Ket – puts ket notation around its argument
- Template: Rbrack – right bracket
- Template: Trim
- MediaWiki: Common.css – contains style definition(s) for the
val class