Template:Monzo/doc: Difference between revisions
ArrowHead294 (talk | contribs) mNo edit summary |
No edit summary |
||
| (6 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 center-all" | {| class="wikitable center-all" | ||
! You type !! You get (rendered) | ! You type !! You get (rendered) | ||
|- | |- | ||
| < | | {{plaincode|<nowiki>{{monzo| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}| -19 12 }} | ||
| {{{{ROOTPAGENAME}}| -19 12 }} | |||
|- | |- | ||
| < | | {{plaincode|<nowiki>{{monzo|legend=1| -19 12 }}</nowiki>}} || {{{{ROOTPAGENAME}}|legend=1| -19 12 }} | ||
| {{{{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:LaTeX mapping operators]] | * [[Template: Ket]] | ||
* [[Template: LaTeX mapping operators]] – for typesetting multimonzos and multivals up to four dimensions in LaTeX. | |||