Module:Infobox interval: Difference between revisions
am pushing a change without discussing, admittedly; however it greatly benefits me in particular to directly compare how a specific interval is tuned in some tuning, to that interval in JI, at precision higher than a single cent, by looking at that interval's wiki page; intervals used as generators and stacked many times require much higher precision. Therefore I'm unilaterally adjusting the precision to at least one decimal place. |
revert |
||
| Line 172: | Line 172: | ||
end | end | ||
if regular then | if regular then | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Size in [[cent]]s", | "Size in [[cent]]s", | ||
utils._round(cents, | utils._round(cents, 8) .. "¢", | ||
}) | }) | ||
end | end | ||