Module:Infobox interval: Difference between revisions
Tag: Undo |
lessen precision by one decimal place as a compromise |
||
| Line 174: | Line 174: | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Size in [[cent]]s", | "Size in [[cent]]s", | ||
utils._round(cents, | utils._round(cents, 7) .. "¢", | ||
}) | }) | ||
end | end | ||