Template:Val

From Xenharmonic Wiki
Revision as of 12:17, 31 May 2020 by Xenwolf (talk | contribs) (See also: explanation for common.css link)
Jump to navigation Jump to search

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 &lt;).

See also