Module:Infobox interval: Difference between revisions

Godtone (talk | contribs)
Undo revision 171318 by TallKite (talk)
Tag: Undo
Godtone (talk | contribs)
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, 8) .. "¢",
utils._round(cents, 7) .. "¢",
})
})
end
end