Template:Primes in edo/doc: Difference between revisions
add documentation and example for new 'prec' parameter |
m Fix typos and some formatting improvements |
||
Line 4: | Line 4: | ||
<syntaxhighlight lang="text"> | <syntaxhighlight lang="text"> | ||
{{primes in edo | {{primes in edo | ||
| edo=<EDO of interest, default is 12> | | edo = <EDO of interest, default is 12> | ||
| columns=< | | columns = <column count, default is 8> | ||
| start=<start column, default is 1> | | start = <start column, default is 1> | ||
| prec=<decimals of abs error, default is 1> | | prec = <decimals of abs error, default is 1> | ||
| title=<your title> | | title = <your title> | ||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 15: | Line 15: | ||
; edo: (this parameter can also be given without the parameter name) | ; edo: (this parameter can also be given without the parameter name) | ||
; columns: | ; columns: number of primes to include, the default (8) means 2, 3, 5, 7, 11, 13, 17, 19 | ||
; start: default is 1 (which means the prime 2), set to 2 to skip the octave | ; start: default is 1 (which means the prime 2), set to 2 to skip the octave | ||
; prec: precision of absolute error (digits after the decimal point), default is 1 | ; prec: precision of absolute error (digits after the decimal point), default is 1 | ||
; title: default is | ; title: default is Approximations of primary intervals in ''edo'' EDO | ||
=== Examples === | === Examples === |