Module:Convert: Difference between revisions

Content deleted Content added
try this
tables for mass, length & temp now perged into one.
Line 191:
if in_unit_table[units.utype] ~= out_unit_table[units.utype] then
local msg = 'Cannot convert %s to %s'
error(msg:format(t1in_unit_table[units.utype], t2out_unit_table[units.utype]))
end