Module:JI ratios in ED: Difference between revisions
m Added 2-limit column as part of default columns |
m Corrected title |
||
| Line 18: | Line 18: | ||
-- Build table headers | -- Build table headers | ||
local result = string.format('{| class="wikitable center-all"\n') | local result = string.format('{| class="wikitable center-all"\n') | ||
result = result .. string.format('|+ Approximated intervals of | result = result .. string.format('|+ Approximated intervals of %ded%s\n', ed, rat.as_ratio(equave)) | ||
result = result .. string.format('|-\n') | result = result .. string.format('|-\n') | ||
result = result .. string.format('! Degree\n') | result = result .. string.format('! Degree\n') | ||