Template:Multimonzo: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
m Recategorize; +see also
ArrowHead294 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><span class="monzo"><span class="left-delim">&#91;{{#switch: {{{nullity|2}}} | 2 = &#91; | 3 = &#91;&#91; | 4 = &#91;&#91;&#91; }}</span>{{trim| {{{1|{{{text|0}}}}}} }}<span class="right-delim">{{#switch: {{{nullity|2}}} | 2 = | 3 = ⟩⟩ | 4 = ⟩⟩⟩ }}</span></span></includeonly><noinclude>
<includeonly><span class="monzo"><span class="left-delim">&#91;{{#switch: {{{nullity|2}}}|2=&#91;|3=&#91;&#91;|4=&#91;&#91;&#91;}}</span>{{trim|{{{1|{{{text|0}}}}}}}}<span class="right-delim">&#10217;{{#switch: {{{nullity|2}}}|2=&#10217;|3=&#10217;&#10217;|4=&#10217;&#10217;&#10217;}}</span></span></includeonly><noinclude>
 
{{documentation}}
This template eases using nested kets, such as for [[The dual|multimonzos]]: it puts the correct brackets (<code>&#91;&#91;</code> and <code>⟩⟩</code>) around its arguments (it also removes surrounding space).
 
You can select bi-, tri-, or quad-monzo by specifying a second argument as <code>2</code> (default), <code>3</code>, or <code>4</code>.
 
== Usage ==
; You type
* <code><nowiki>{{Multimonzo| 12 -13 4 10 -4 1 }}</nowiki></code>
* <code><nowiki>{{Multimonzo| nullity=3 | -87 72 -49 31 }}</nowiki></code>
 
; You get
* {{ {{PAGENAME}} | 12 -13 4 10 -4 1 }}
* {{ {{PAGENAME}} | nullity=3 | -87 72 -49 31 }}
 
== See also ==
* [[Template: Monzo]]
* [[Template: Monzo list]]
* [[Template: Multival]]


[[Category:Formatting templates]]
[[Category:Formatting templates]]
</noinclude>
</noinclude>

Latest revision as of 19:27, 30 January 2025

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

This template eases using nested kets, such as for multimonzos: it puts the correct brackets ([[ and ⟩⟩) around its arguments (it also removes surrounding space).

You can select bi-, tri-, or quad-monzo by specifying a second argument as 2 (default), 3, or 4.

Usage

You type You get
{{multimonzo| 12 -13 4 10 -4 1 }} [[12 -13 4 10 -4 1⟩⟩
{{multimonzo|nullity=3| -87 72 -49 31 }} [[[-87 72 -49 31⟩⟩⟩

See also