Template:Interval edo approximation/doc: Difference between revisions

Pailiaq (talk | contribs)
No edit summary
Pailiaq (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
=== Basic syntax ===
=== Basic syntax ===
<pre>
<pre>
{{Interval edo approximation|interval = 3/2}}
{{Interval edo approximation|interval = 3/2 | interval_name = 3/2}}
</pre>
</pre>
if the name of the page is the interval you are trying to create a table of, it will by default use the pagename as the interval.
if the name of the page is the interval you are trying to create a table of, it will by default use the pagename as the interval.
Line 14: Line 14:
=== With custom parameters ===
=== With custom parameters ===
<pre>
<pre>
{{Interval edo approximation|interval=7/6|tolerance=10|min_edo=12|max_edo=72}}
{{Interval edo approximation|interval=7/6|tolerance=10|min_edo=12|max_edo=72 | interval_name = Septimal Minor third}}
</pre>
</pre>


Line 31: Line 31:
=== Examples ===
=== Examples ===
; Perfect fifth (3/2)
; Perfect fifth (3/2)
{{Interval edo approximation|interval = 3/2}}
{{Interval edo approximation|interval = 3/2 | interval_name = 3/2}}


; Major third (5/4) with custom tolerance (20%)
; Major third (5/4) with custom tolerance (20%)
{{Interval edo approximation|interval = 5/4|tolerance=20}}
{{Interval edo approximation|interval = 5/4|tolerance=20|interval_name = 5/4}}


; Septimal minor third (7/6) with extended range (up to 150edo)
; Septimal minor third (7/6) with extended range (up to 150edo)
{{Interval edo approximation|interval = 7/6|min_edo=5|max_edo=150}}
{{Interval edo approximation|interval = 7/6|min_edo=5|max_edo=150|interval_name =7/6}}