Template:Monzo: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
m Recategorize
ArrowHead294 (talk | contribs)
Put documentation on own page
Line 1: Line 1:
<includeonly>{{#if: {{{legend|}}} | [[monzo]]:&nbsp;}}{{ket| {{{1|0}}} }}</includeonly><noinclude>
<includeonly>{{#if: {{{legend|}}}|[[monzo]]:&nbsp;}}{{ket|{{{1|0}}}}}</includeonly><noinclude>
This '''monzo''' template eases typing [[monzo]]s: it puts ket notation (<code>&#91;</code> and <code>&#x27E9;</code>) around its arguments (it also removes surrounding spaces), and you may optionally include a legend.  
This '''monzo''' template eases typing [[monzo]]s: it puts ket notation (<code>&#91;</code> and <code>&#x27E9;</code>) around its arguments (it also removes surrounding spaces), and you may optionally include a legend.  


== Usage ==
{{doc}}
; You type
: <code><nowiki>{{monzo| -19 12 }}</nowiki></code>
: <code><nowiki>{{monzo|legend=1| -19 12 }}</nowiki></code>
 
:'''Tip''': adding spaces improves readability of the wiki markup.
 
; You get (rendered)
: {{{{PAGENAME}}| -19 12 }}
: {{{{PAGENAME}}|legend=1| -19 12 }}
 
== Technical note ==
This template calls [[Template: Ket]] to render the brackets.
 
== See also ==
* [[Template: Monzo list]]
* [[Template: Val]]
* [[Template: Ket]]


[[Category:Formatting templates]]
[[Category:Formatting templates]]


<!-- interwiki -->
<!-- Interwiki -->
[[de:Vorlage:Monzo]]
[[de:Vorlage:Monzo]]
[[es:Plantilla:Monzo]]
[[es:Plantilla:Monzo]]
</noinclude>
</noinclude>

Revision as of 14:24, 20 May 2024

This monzo template eases typing monzos: it puts ket notation ([ and ) around its arguments (it also removes surrounding spaces), and you may optionally include a legend.

Template:Doc