Module:Infobox interval: Difference between revisions
No need for this category; rational intervals are categorized by prime limit already |
+ space between number and cent symbol |
||
| Line 183: | Line 183: | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
"Size in [[cent]]s", | "Size in [[cent]]s", | ||
utils._round(cents, 7) .. "¢", | utils._round(cents, 7) .. " ¢", | ||
}) | }) | ||
end | end | ||