Module:Infobox ET: Difference between revisions
ArrowHead294 (talk | contribs) No edit summary |
ArrowHead294 (talk | contribs) No edit summary |
||
Line 104: | Line 104: | ||
local note_12edo = "" | local note_12edo = "" | ||
if rat.eq(et.equave, 2) and et.size == 12 then | if rat.eq(et.equave, 2) and et.size == 12 then | ||
note_12edo = " | note_12edo = " (by definition)" | ||
end | end | ||
Line 130: | Line 130: | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Step size", | "Step size", | ||
utils._round(step_size, 6) .. "¢" .. note_12edo, | utils._round(step_size, 6) .. "¢" .. note_12edo .. " ", | ||
}) | }) | ||