Template:Monzo/doc: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
Created page with "{{dochead}} === Usage === {| class="wikitable" ! You type !! You get |- | <code><nowiki>{{monzo| -19 12 }}</nowiki></code> | {{monzo| -19 12 }} |- | <code><nowiki>{{monzo|lege..."
 
No edit summary
 
(11 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"
{| class="wikitable center-all"
! You type !! You get
! You type !! You get (rendered)
|-
|-
| <code><nowiki>{{monzo| -19 12 }}</nowiki></code>
| {{plaincode|<nowiki>{{monzo| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}| -19 12 }}
| {{monzo| -19 12 }}
|-
|-
| <code><nowiki>{{monzo|legend=1| -19 12 }}</nowiki></code>
| {{plaincode|<nowiki>{{monzo|legend=1| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}|legend=1| -19 12 }}
| {{monzo|legend=1| -19 12 }}
|}
|}


'''Tip''': adding spaces improves readability of the wiki markup.
{{spaces note}}


=== 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: 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