Template:Val/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{dochead}}
{{dochead}}
This template eases typing [[val]]s by putting bra notation (<code>&#x27E8;</code> and <code>]</code>) around its arguments and removing surrounding spaces. You may optionally include a legend.
=== Usage ===
=== Usage ===
{| class="wikitable center-all"
{| class="wikitable center-all"
|-
! You type !! You get (rendered)
! You type !! You get (rendered)
|-
|-
| <code>{{((}}val{{pipe}} 31 49 72 87 {{))}}</code> || {{{{ROOTPAGENAME}}| 31 49 72 87 }}
| {{plaincode|<nowiki>{{val| 31 49 72 87 }}</nowiki>}} || {{{{ROOTPAGENAME}}| 31 49 72 87 }}
|-
|-
| <code>{{((}}val{{pipe}}legend=1{{pipe}} 31 49 72 87 {{))}}</code> || {{{{ROOTPAGENAME}}|legend=1| 31 49 72 87 }}
| {{plaincode|<nowiki>{{val|legend=1| 31 49 72 87 }}</nowiki>}} || {{{{ROOTPAGENAME}}|legend=1| 31 49 72 87 }}
|}
|}


Line 19: Line 22:
* [[Template:Monzo]]
* [[Template:Monzo]]
* [[Template:Bra]]
* [[Template:Bra]]
* [[Template:LaTeX mapping operators]] &ndash; For typesetting multimonzos and multivals up to four dimensions in LaTeX.
* [[Template:LaTeX mapping operators]] – for typesetting multimonzos and multivals up to four dimensions in LaTeX.

Latest revision as of 13:49, 26 February 2025

This template eases typing vals by putting bra notation ( and ]) around its arguments and removing surrounding spaces. You may optionally include a legend.

Usage

You type You get (rendered)
{{val| 31 49 72 87 }} 31 49 72 87]
{{val|legend=1| 31 49 72 87 }} val31 49 72 87]

Tip: Adding spaces improves readability of the markup.

Technical note

This template calls Template:Bra to render the brackets.

See also