Template:MOS in EDO: Difference between revisions
mNo edit summary |
Simplified args, added (some) documentation |
||
Line 2: | Line 2: | ||
|EDO={{{EDO|}}} | |EDO={{{EDO|}}} | ||
|Generator={{{Generator|}}} | |Generator={{{Generator|}}} | ||
| | |Periods={{{Periods|}}} | ||
|Temperament={{{Temperament|}}} | |Temperament={{{Temperament|}}} | ||
|Step Visualization={{{Step Visualization|}}} | |Step Visualization={{{Step Visualization|}}} | ||
Line 8: | Line 8: | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{Todo|add documentation|inline=1}} | {{Todo|add documentation|inline=1}} | ||
This template creates a table showing the mosses found in an edo that are made using a generator of a given size. | This template creates a table showing the mosses found in an [[edo]] that are made using a generator of a given size. | ||
<pre>{{MOS in EDO|EDO=12|Generator=7}}</pre> | == Parameters == | ||
{{MOS in EDO|EDO=12|Generator=7}} | {| class="wikitable" | ||
|- | |||
! Parameters !! Required? !! Description | |||
|- | |||
| <pre>EDO</pre> || Yes || The number of divisions in the edo. | |||
|- | |||
| <pre>Periods</pre> || No (optional) || The number of periods in the mos. Default is 1. | |||
|- | |||
| <pre>Temperament</pre> || No (optional) || The name of any temperaments associated with this mos. | |||
|- | |||
| <pre>Generation Limit</pre> || No (optional) || If set, this puts a maximum limit to the number of rows in the resulting table. | |||
|} | |||
== Usage == | |||
For typical use, enter the edo and generator in edosteps as shown. | |||
<pre>{{MOS in EDO | |||
|EDO=12 | |||
|Generator=7}}</pre> | |||
{{MOS in EDO | |||
|EDO=12 | |||
|Generator=7}} | |||
=== Multi-period mosses === | |||
To display the mosses for a multi-period mos, enter the number of periods as shown below. The number of periods must divide the number of divisions without a remainder. | |||
<pre>{{MOS in EDO | |||
|EDO=12 | |||
|Generator=5 | |||
|Periods=}}</pre> | |||
{{MOS in EDO | |||
|EDO=12 | |||
|Generator=5 | |||
|Periods=2}} | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |