Template:ED intro: Difference between revisions
mNo edit summary |
Documentation |
||
Line 2: | Line 2: | ||
|ED={{{1|{{PAGENAME}}}}} | |ED={{{1|{{PAGENAME}}}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
This template creates an introduction for an ED page, namely EDOs (octave), EDTs (tritave/twelfth), EDFs (fifths), equal divisions of a harmonic, equal divisions of an arbitrary ratio, and equal divisions of an arbitrary cent value. | |||
== Usage == | |||
Supported formats are as shown: | |||
* ''k''edo - equal divisions of the octave, sometimes denoted as ''k''ed2 | |||
* ''k''edt - equal divisions of the tritave/twelfth, sometimes denoted as ''k''ed3 | |||
* ''k''edf - equal divisions of the fifth, sometimes denoted as ''k''ed3/2 | |||
* ''k''ed''p''/''q'' - equal divisions of an arbitrary ratio ''p''/''q'', or if ''q'' = 1, equal divisions of a harmonic | |||
* ''k''ed''c''c - equal divisions of an arbitrary cent value ''c'' | |||
* ''k'' - if no suffix is included, then it will be treated as an edo. | |||
For ED pages whose page title follows the aforementioned formats, simply add the following line. | |||
<pre>{{ED intro}}</pre> | |||
For ED pages whose page title does not follow the aforementioned formats, include the intended ED as an unnamed parameter. | |||
<pre>{{ED intro|6ed600c}}</pre> | |||
== Examples == | |||
<pre>{{ED intro|12}}</pre> | |||
<pre>{{ED intro|12edo}}</pre> | |||
{{ED intro|12edo}} | {{ED intro|12edo}} | ||
<pre>{{ED intro|13edt}}</pre> | |||
{{ED intro|13edt}} | {{ED intro|13edt}} | ||
<pre>{{ED intro|7edf}}</pre> | |||
{{ED intro|7edf}} | {{ED intro|7edf}} | ||
<pre>{{ED intro|12ed5}}</pre> | |||
{{ED intro|12ed5}} | {{ED intro|12ed5}} | ||
<pre>{{ED intro|12ed5/2}}</pre> | |||
{{ED intro|12ed5/2}} | {{ED intro|12ed5/2}} | ||
<pre>{{ED intro|12ed600c}}</pre> | |||
{{ED intro|12ed600c}} | {{ED intro|12ed600c}} | ||
<pre>{{ED intro|12ed100.3c}}</pre> | |||
{{ED intro|12ed100.3c}} | {{ED intro|12ed100.3c}} | ||
== Equal-step tunings (1 equal division) == | |||
<pre>{{ED intro|1edo}}</pre> | |||
{{ED intro|1edo}} | {{ED intro|1edo}} | ||
<pre>{{ED intro|1edt}}</pre> | |||
{{ED intro|1edt}} | {{ED intro|1edt}} | ||
<pre>{{ED intro|1edf}}</pre> | |||
{{ED intro|1edf}} | {{ED intro|1edf}} | ||
<pre>{{ED intro|1ed5}}</pre> | |||
{{ED intro|1ed5}} | {{ED intro|1ed5}} | ||
<pre>{{ED intro|1ed5/2}}</pre> | |||
{{ED intro|1ed5/2}} | {{ED intro|1ed5/2}} | ||
<pre>{{ED intro|1ed600c}}</pre> | |||
{{ED intro|1ed600c}} | {{ED intro|1ed600c}} | ||
<pre>{{ED intro|1ed100.3c}}</pre> | |||
{{ED intro|1ed100.3c}} | {{ED intro|1ed100.3c}} | ||
== See also == | == See also == |