Template:MOS modes/doc: Difference between revisions

Ganaram inukshuk (talk | contribs)
No edit summary
Ganaram inukshuk (talk | contribs)
No edit summary
Line 18: Line 18:
=== Typical use ===
=== Typical use ===
For most mos pages, simply include the code below. If included on any other page, the template will default to the modes of 5L 2s, including mode names. The number of names must match the number of modes or they won't be included.
For most mos pages, simply include the code below. If included on any other page, the template will default to the modes of 5L 2s, including mode names. The number of names must match the number of modes or they won't be included.
<syntaxhighlight>{{#invoke:MOS_modes|modes_table}}</syntaxhighlight>
<pre>{{#invoke:MOS_modes|modes_table}}</pre>
{{#invoke:MOS_modes|modes_table}}
{{#invoke:MOS_modes|modes_table}}
=== Usage with a different tuning ===
=== Usage with a different tuning ===
To specify a tuning, include it as shown below. Non-octave tunings are supported.
To specify a tuning, include it as shown below. Non-octave tunings are supported.
<syntaxhighlight>{{MOS modes|Tuning=5L 3s}}</syntaxhighlight>
<pre>{{MOS modes|Tuning=5L 3s}}</pre>
{{MOS modes|Tuning=5L 3s}}
{{MOS modes|Tuning=5L 3s}}
<syntaxhighlight>{{MOS modes|Tuning=4L 5s <3/1>}}</syntaxhighlight>
<pre>{{MOS modes|Tuning=4L 5s <3/1>}}</pre>
{{MOS modes|Tuning=4L 5s <3/1>}}
{{MOS modes|Tuning=4L 5s <3/1>}}
=== Usage with mode names ===
=== Usage with mode names ===
Names for each mode are separated by semicolons, as shown below. A mode may have multiple names or a name consisting of multiple words.
Names for each mode are separated by semicolons, as shown below. A mode may have multiple names or a name consisting of multiple words.


<syntaxhighlight>{{MOS modes|Tuning=5L 3s|ModeNames=Dylathian, Dylian; Ilarnekian; Celephaïsian; Ultharian; Mnarian; Kadathian, Kadian; Hlanithian, Hlanian; Sarnathian, Sarnian, Sarn}}</syntaxhighlight>
<pre>{{MOS modes|Tuning=5L 3s|ModeNames=Dylathian, Dylian; Ilarnekian; Celephaïsian; Ultharian; Mnarian; Kadathian, Kadian; Hlanithian, Hlanian; Sarnathian, Sarnian, Sarn}}</pre>
{{MOS modes|Tuning=5L 3s|ModeNames=Dylathian, Dylian; Ilarnekian; Celephaïsian; Ultharian; Mnarian; Kadathian, Kadian; Hlanithian, Hlanian; Sarnathian, Sarnian, Sarn}}
{{MOS modes|Tuning=5L 3s|ModeNames=Dylathian, Dylian; Ilarnekian; Celephaïsian; Ultharian; Mnarian; Kadathian, Kadian; Hlanithian, Hlanian; Sarnathian, Sarnian, Sarn}}


<syntaxhighlight>{{MOS modes|Tuning=4L 5s <3/1>|ModeNames=Walker I; Walker II; Moll I (Delta); Lambda; Moll II (Pierce); Harmonic; Dur I; Walker A; Walker B}}</syntaxhighlight>
<pre>{{MOS modes|Tuning=4L 5s <3/1>|ModeNames=Walker I; Walker II; Moll I (Delta); Lambda; Moll II (Pierce); Harmonic; Dur I; Walker A; Walker B}}</pre>
{{MOS modes|Tuning=4L 5s <3/1>|ModeNames=Walker I; Walker II; Moll I (Delta); Lambda; Moll II (Pierce); Harmonic; Dur I; Walker A; Walker B}}
{{MOS modes|Tuning=4L 5s <3/1>|ModeNames=Walker I; Walker II; Moll I (Delta); Lambda; Moll II (Pierce); Harmonic; Dur I; Walker A; Walker B}}
=== To-do ===
=== To-do ===
* Some mos pages have more than one set of names. This currently is not supported.
* Some mos pages have more than one set of names. This currently is not supported.