Template:Ups and downs note name/doc: Difference between revisions

ArrowHead294 (talk | contribs)
Created page with "{{dochead}} === Arguments === * <code>tuning</code> (set to page name by default) * <code>fifth</code> (set to patent val fifth by default): number of steps in the fifth * <co..."
 
ArrowHead294 (talk | contribs)
No edit summary
Line 1: Line 1:
{{dochead}}
{{dochead}}
=== Arguments ===
=== Arguments ===
* <code>tuning</code> (set to page name by default)
* <code>tuning</code>: (Set to page name by default)
* <code>fifth</code> (set to patent val fifth by default): number of steps in the fifth
* <code>fifth</code>: (Set to patent val fifth by default): number of steps in the fifth
* <code>step</code>: number of steps in the interval
* <code>step</code>: Number of steps in the interval


=== Example ===
=== Example ===
; You type
{| class="wikitable center-all"
<nowiki>{{Ups and downs note name|tuning=24edo|step=7}}</nowiki>
! You type !! You get
<nowiki>{{Ups and downs note name|tuning=9edo|step=3}}</nowiki>
|-
 
| <code><nowiki>{{Ups and downs note name|tuning=24edo|step=7}}</nowiki></code>
; You get
| {{Ups and downs note name|tuning=24edo|step=7}}
: {{Ups and downs note name|tuning=24edo|step=7}}
|-
: {{Ups and downs note name|tuning=9edo|step=3}}
| <code><nowiki>{{Ups and downs note name|tuning=9edo|step=3}}</nowiki></code>
| {{Ups and downs note name|tuning=9edo|step=3}}
|}


=== See also ===
=== See also ===
* [[Module: Ups and downs notation]] &ndash; The Lua module that implements the functionality.
* [[Module: Ups and downs notation]] &ndash; The Lua module that implements the functionality.