Template:Monzo/doc: Difference between revisions
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}} | ||
This template eases typing [[monzo]]s by putting ket 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 center-all" | ||
! You type !! You get | ! You type !! You get (rendered) | ||
|- | |- | ||
| | | {{plaincode|<nowiki>{{monzo| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}| -19 12 }} | ||
| {{ | |||
|- | |- | ||
| | | {{plaincode|<nowiki>{{monzo|legend=1| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}|legend=1| -19 12 }} | ||
| {{ | |||
|} | |} | ||
{{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
- Template: Monzo list
- Template: Multimonzo
- Template: Val
- Template: Ket
- Template: LaTeX mapping operators – for typesetting multimonzos and multivals up to four dimensions in LaTeX.