Template:Val
This template eases typing vals: it puts bra notation (⟨
and ]
) around its arguments (it also removes surrounding spaces), and you may optionally include a legend.
Usage example
- You type
{{val| 31 49 72 87 }}
{{val|legend=1| 31 49 72 87 }}
- Tip: adding spaces improves readability of the wiki markup.
- You get (rendered)
- ⟨31 49 72 87]
- val: ⟨31 49 72 87]
Technical note
This template calls Template: Bra to render the brackets.