Template:Val/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
m Left-align variable-length table contents |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{Dochead}} | ||
This template eases typing [[val]]s by putting bra notation (<code>⟨</code> and <code>]</code>) around its arguments and removing surrounding spaces. You may optionally include a legend. | |||
=== Usage === | === Usage === | ||
{| class="wikitable | {| class="wikitable" | ||
! You type !! You get | |- | ||
! You type !! You get | |||
|- | |- | ||
| < | | {{plaincode|<nowiki>{{val| 31 49 72 87 }}</nowiki>}} || {{{{ROOTPAGENAME}}| 31 49 72 87 }} | ||
| {{{{ROOTPAGENAME}}| 31 49 72 87 }} | |||
|- | |- | ||
| < | | {{plaincode|<nowiki>{{val|legend=1| 31 49 72 87 }}</nowiki>}} || {{{{ROOTPAGENAME}}|legend=1| 31 49 72 87 }} | ||
| {{{{ROOTPAGENAME}}|legend=1| 31 49 72 87 }} | |||
|} | |} | ||
{{spaces note}} | |||
=== Technical note === | === Technical note === | ||
This template calls [[Template:Bra]] to render the brackets. | This template calls [[Template: Bra]] to render the brackets. | ||
=== See also === | === See also === | ||
* [[Template:Mapping]] | * [[Template: Mapping]] | ||
* [[Template:Multival]] | * [[Template: Multival]] | ||
* [[Template:Monzo]] | * [[Template: Monzo]] | ||
* [[Template:Bra]] | * [[Template: Bra]] | ||
* [[Template:LaTeX mapping operators]] | * [[Template: LaTeX mapping operators]] – for typesetting multimonzos and multivals up to four dimensions in LaTeX. | ||