Module:Infobox interval: Difference between revisions

TallKite (talk | contribs)
changed the cents value display to hundredth of a cent precision because millionths of a cent is too much clutter
TallKite (talk | contribs)
fixed a bug
Line 180: Line 180:
"Size in [[cent]]s",
"Size in [[cent]]s",
utils._round(cents, sigFigs) .. "¢",
utils._round(cents, sigFigs) .. "¢",
})
table.insert(infobox_data, {
"Size in [[cent]]s",
utils._round(cents, 8) .. "¢",
})
})
end
end