Module:Convert/extra and Module:Convert/extra/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
imported>Johnuniq
update per Template talk:Convert#Module version 28; am keeping bit for now but it will probably be removed
 
imported>Johnuniq
remove units added to data/sandbox
 
Line 18: Line 18:


local extra_units = {
local extra_units = {
    ["bit"] = {
_name1  = "bit",
_symbol  = "bit",
utype    = "information",
scale    = 0.125,
prefixes = 1,
default  = "B",
link    = "Bit",
    },
}
}


return { extra_units = extra_units }
return { extra_units = extra_units }