Module:Convert/extra: Difference between revisions

Content deleted Content added
clear extras because have been moved to Module:Convert/data with some other fixes
define cent unit and alias ¢ per request; this cannot be converted with anything else, but can be used in automatic per units
Line 18:
 
local extra_units = {
["cent"] = {
name1 = "cent",
symbol = "¢",
utype = "cent",
scale = 1,
default = "cent",
link = "Cent (currency)",
},
["¢"] = {
target = "cent",
},
}