Module:Infobox interval: Difference between revisions

Godtone (talk | contribs)
Undo revision 171336 by TallKite (talk)
Tag: Undo
Godtone (talk | contribs)
Undo revision 171319 by TallKite (talk)
Tag: Undo
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