Template:Monzo: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Simply call Template: Ket to do the rendering
ArrowHead294 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
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 by putting ket notation (<code>[</code> and <code>&#x27E9;</code>) around its arguments and removing surrounding spaces. You may optionally include a legend.  


== Usage example ==
{{documentation}}
; 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.
[[Category:Formatting templates]]


; You get (rendered)
<!-- Interwiki -->
: {{{{PAGENAME}}| -19 12 }}
: {{{{PAGENAME}}|legend=1| -19 12 }}
 
== Technical note ==
This template calls [[Template: Ket]] to render the brackets.
 
== See also ==
* [[Template: Val]]
* [[Template: Ket]]
 
[[Category:Templates]]
 
<!-- interwiki -->
[[de:Vorlage:Monzo]]
[[de:Vorlage:Monzo]]
[[es:Plantilla:Monzo]]
[[es:Plantilla:Monzo]]
</noinclude>
</noinclude>

Latest revision as of 00:07, 5 January 2025

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

Template documentation[view] [edit] [history] [purge]

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