Template:Val
This template eases using val notation: it puts the right brackets (⟨
and ]
) around its arguments (it also removes surrounding space).
Usage example
- You type
{{val| 31 49 72 87 }}
or the equivalent{{val|text= 31 49 72 87 }}
(the option of adding spaces supports 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:Monzo
- Template:Rbrack
- Template:Trim
- MediaWiki:Common.css ... contains style definition(s) for the
val class