Module:Infobox interval: Difference between revisions

Plumtree (talk | contribs)
mNo edit summary
Plumtree (talk | contribs)
mNo edit summary
Line 43: Line 43:
table.insert(infobox_data, {
table.insert(infobox_data, {
'Size in [[cent]]s',
'Size in [[cent]]s',
i._to_cents(ratio_approx, 8)
i._to_cents(ratio_approx, 8) .. '¢'
})
})
end
end