Module:Infobox interval: Difference between revisions
reduced the cents' decimal places to something reflecting what humans can actually hear lol |
buggy, reverting |
||
| 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 | ||