Template:Monzo/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
m De-escape per Ganaram inukshuk‎
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{dochead}}
{{Dochead}}
This template eases typing [[monzo]]s by putting ket notation (<code>[</code> and <code>&#x27E9;</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><nowiki>{{monzo| -19 12 }}</nowiki></code> || {{{{ROOTPAGENAME}}| -19 12 }}
| {{plaincode|<nowiki>{{monzo| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}| -19 12 }}
|-
|-
| <code><nowiki>{{monzo|legend=1| -19 12 }}</nowiki></code> || {{{{ROOTPAGENAME}}|legend=1| -19 12 }}
| {{plaincode|<nowiki>{{monzo|legend=1| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}|legend=1| -19 12 }}
|}
|}


Line 12: Line 14:


=== Technical note ===
=== Technical note ===
This template calls [[Template:Ket]] to render the brackets.
This template calls [[Template: Ket]] to render the brackets.


=== See also ===
=== See also ===
* [[Template:Monzo list]]
* [[Template: Monzo list]]
* [[Template:Val]]
* [[Template: Multimonzo]]
* [[Template:Ket]]
* [[Template: Val]]
* [[Template:LaTeX mapping operators]] &ndash; For typesetting multimonzos and multivals up to four dimensions in LaTeX.
* [[Template: Ket]]
* [[Template: LaTeX mapping operators]] – for typesetting multimonzos and multivals up to four dimensions in LaTeX.

Latest revision as of 07:20, 30 January 2026

This template eases typing monzos by putting ket notation ([ and ) around its arguments and removing surrounding spaces. You may optionally include a legend.

Usage

You type You get (rendered)
{{monzo| -19 12 }} [-19 12
{{monzo|legend=1| -19 12 }} monzo[-19 12
💡Tip: Adding spaces improves readability of the markup.

Technical note

This template calls Template: Ket to render the brackets.

See also