Module:Convert/data: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Johnuniq
update from makeunits.lua
meta>Johnuniq
omit redundant data to reduce overhead; this makes convertdata 24% smaller
Line 17: Line 17:


local SIprefixes = {
local SIprefixes = {
     -- The prefix field is what the prefix should be.
     -- The prefix field is what the prefix should be, if different from the prefix used.
     ['Y'] = { exponent = 24, prefix = 'Y' , name = 'yotta', name_us = 'yotta' },
     ['Y'] = { exponent = 24, name = 'yotta',                 },
     ['Z'] = { exponent = 21, prefix = 'Z' , name = 'zetta', name_us = 'zetta' },
     ['Z'] = { exponent = 21, name = 'zetta',                 },
     ['E'] = { exponent = 18, prefix = 'E' , name = 'exa'  , name_us = 'exa'  },
     ['E'] = { exponent = 18, name = 'exa'  ,                 },
     ['P'] = { exponent = 15, prefix = 'P' , name = 'peta' , name_us = 'peta'  },
     ['P'] = { exponent = 15, name = 'peta' ,                 },
     ['T'] = { exponent = 12, prefix = 'T' , name = 'tera' , name_us = 'tera'  },
     ['T'] = { exponent = 12, name = 'tera' ,                 },
     ['G'] = { exponent =  9, prefix = 'G' , name = 'giga' , name_us = 'giga'  },
     ['G'] = { exponent =  9, name = 'giga' ,                 },
     ['M'] = { exponent =  6, prefix = 'M' , name = 'mega' , name_us = 'mega'  },
     ['M'] = { exponent =  6, name = 'mega' ,                 },
     ['k'] = { exponent =  3, prefix = 'k' , name = 'kilo' , name_us = 'kilo'  },
     ['k'] = { exponent =  3, name = 'kilo' ,                 },
     ['h'] = { exponent =  2, prefix = 'h' , name = 'hecto', name_us = 'hecto' },
     ['h'] = { exponent =  2, name = 'hecto',                 },
     ['da']= { exponent =  1, prefix = 'da', name = 'deca' , name_us = 'deka' },
     ['da']= { exponent =  1, name = 'deca' , name_us = 'deka' },
     ['d'] = { exponent = -1, prefix = 'd' , name = 'deci' , name_us = 'deci'  },
     ['d'] = { exponent = -1, name = 'deci' ,                 },
     ['c'] = { exponent = -2, prefix = 'c' , name = 'centi', name_us = 'centi' },
     ['c'] = { exponent = -2, name = 'centi',                 },
     ['m'] = { exponent = -3, prefix = 'm' , name = 'milli', name_us = 'milli' },
     ['m'] = { exponent = -3, name = 'milli',                 },
     ['μ'] = { exponent = -6, prefix = 'µ' , name = 'micro', name_us = 'micro' },  -- key = 'GREEK SMALL LETTER MU' (U+03BC) utf-8 CE BC
     ['μ'] = { exponent = -6, name = 'micro', prefix = 'µ'     },  -- key = 'GREEK SMALL LETTER MU' (U+03BC) utf-8 CE BC
     ['µ'] = { exponent = -6, prefix = 'µ' , name = 'micro', name_us = 'micro' },  -- key = 'MICRO SIGN' (U+00B5) utf-8 C2 B5
     ['µ'] = { exponent = -6, name = 'micro',                 },  -- key = 'MICRO SIGN' (U+00B5) utf-8 C2 B5
     ['u'] = { exponent = -6, prefix = 'µ' , name = 'micro', name_us = 'micro' },  -- not an SI prefix, but allow for people typing this
     ['u'] = { exponent = -6, name = 'micro', prefix = 'µ'     },  -- not an SI prefix, but allow for people typing this
     ['n'] = { exponent = -9, prefix = 'n' , name = 'nano' , name_us = 'nano'  },
     ['n'] = { exponent = -9, name = 'nano' ,                 },
     ['p'] = { exponent =-12, prefix = 'p' , name = 'pico' , name_us = 'pico'  },
     ['p'] = { exponent =-12, name = 'pico' ,                 },
     ['f'] = { exponent =-15, prefix = 'f' , name = 'femto', name_us = 'femto' },
     ['f'] = { exponent =-15, name = 'femto',                 },
     ['a'] = { exponent =-18, prefix = 'a' , name = 'atto' , name_us = 'atto'  },
     ['a'] = { exponent =-18, name = 'atto' ,                 },
     ['z'] = { exponent =-21, prefix = 'z' , name = 'zepto', name_us = 'zepto' },
     ['z'] = { exponent =-21, name = 'zepto',                 },
     ['y'] = { exponent =-24, prefix = 'y' , name = 'yocto', name_us = 'yocto' },
     ['y'] = { exponent =-24, name = 'yocto',                 },
}
}


Line 53: Line 53:
name2_us = "centimeters per second squared",
name2_us = "centimeters per second squared",
symbol  = "cm/s<sup>2</sup>",
symbol  = "cm/s<sup>2</sup>",
sym_us  = "cm/s<sup>2</sup>",
utype    = "acceleration",
utype    = "acceleration",
scale    = 0.01,
scale    = 0.01,
Line 61: Line 60:
     ["ft/s2"] = {
     ["ft/s2"] = {
name1    = "foot per second squared",
name1    = "foot per second squared",
name1_us = "foot per second squared",
name2    = "feet per second squared",
name2    = "feet per second squared",
name2_us = "feet per second squared",
symbol  = "ft/s<sup>2</sup>",
symbol  = "ft/s<sup>2</sup>",
sym_us  = "ft/s<sup>2</sup>",
utype    = "acceleration",
utype    = "acceleration",
scale    = 0.3048,
scale    = 0.3048,
default  = "m/s2",
default  = "m/s2",
link    = "Foot per second squared",
     },
     },
     ["g0"] = {
     ["g0"] = {
name1    = "standard gravity",
name1    = "standard gravity",
name1_us = "standard gravity",
name2    = "standard gravities",
name2    = "standard gravities",
name2_us = "standard gravities",
symbol  = "''g<sub>0</sub>''",
symbol  = "''g<sub>0</sub>''",
sym_us  = "''g<sub>0</sub>''",
utype    = "acceleration",
utype    = "acceleration",
scale    = 9.80665,
scale    = 9.80665,
default  = "m/s2",
default  = "m/s2",
link    = "Standard gravity",
     },
     },
     ["km/hs"] = {
     ["km/hs"] = {
Line 89: Line 80:
name2_us = "kilometers per hour per second",
name2_us = "kilometers per hour per second",
symbol  = "km/(h·s)",
symbol  = "km/(h·s)",
sym_us  = "km/(h·s)",
utype    = "acceleration",
utype    = "acceleration",
scale    = 5/18,
scale    = 0.27777777777777779,
default  = "mph/s",
default  = "mph/s",
link    = "Acceleration",
link    = "Acceleration",
Line 101: Line 91:
name2_us = "meters per second squared",
name2_us = "meters per second squared",
symbol  = "m/s<sup>2</sup>",
symbol  = "m/s<sup>2</sup>",
sym_us  = "m/s<sup>2</sup>",
utype    = "acceleration",
utype    = "acceleration",
scale    = 1,
scale    = 1,
default  = "ft/s2",
default  = "ft/s2",
link    = "Metre per second squared",
     },
     },
     ["mph/s"] = {
     ["mph/s"] = {
name1    = "mile per hour per second",
name1    = "mile per hour per second",
name1_us = "mile per hour per second",
name2    = "miles per hour per second",
name2    = "miles per hour per second",
name2_us = "miles per hour per second",
symbol  = "mph/s",
symbol  = "mph/s",
sym_us  = "mph/s",
utype    = "acceleration",
utype    = "acceleration",
scale    = 0.44704,
scale    = 0.44704,
Line 123: Line 108:
     },
     },
     ["a"] = {
     ["a"] = {
name1    = "%sare",
_name1   = "are",
name1_us = "%sare",
_symbol  = "a",
name2    = "%sares",
name2_us = "%sares",
symbol   = "a",
sym_us  = "a",
utype    = "area",
utype    = "area",
scale    = 100,
scale    = 100,
Line 136: Line 117:
     },
     },
     ["acre"] = {
     ["acre"] = {
name1    = "acre",
name1_us = "acre",
name2    = "acres",
name2_us = "acres",
symbol  = "acre",
symbol  = "acre",
sym_us  = "acre",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
scale    = 4046.8564224,
scale    = 4046.8564224,
default  = "ha",
default  = "ha",
link    = "Acre",
     },
     },
     ["acre-sing"] = {
     ["acre-sing"] = {
name1    = "acre",
name1_us = "acre",
name2    = "acres",
name2_us = "acres",
symbol  = "acre",
symbol  = "acre",
sym_us  = "acre",
utype    = "area",
utype    = "area",
scale    = 4046.856422,
scale    = 4046.856422,
default  = "ha",
default  = "ha",
link    = "Acre",
     },
     },
     ["arpent"] = {
     ["arpent"] = {
name1    = "arpent",
name1_us = "arpent",
name2    = "arpents",
name2_us = "arpents",
symbol  = "arpent",
symbol  = "arpent",
sym_us  = "arpent",
utype    = "area",
utype    = "area",
scale    = 3418.89,
scale    = 3418.89,
default  = "ha",
default  = "ha",
link    = "Arpent",
     },
     },
     ["Cypriot donum"] = {
     ["Cypriot donum"] = {
name1    = "donum",
name1_us = "donum",
name2    = "donums",
name2_us = "donums",
symbol  = "donum",
symbol  = "donum",
sym_us  = "donum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 186: Line 144:
     },
     },
     ["Cypriot dunam"] = {
     ["Cypriot dunam"] = {
name1    = "dunam",
name1_us = "dunam",
name2    = "dunams",
name2_us = "dunams",
symbol  = "dunam",
symbol  = "dunam",
sym_us  = "dunam",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
scale    = 1337.803776,
scale    = 1337.803776,
default  = "km2 sqmi",
default  = "km2 sqmi",
link    = "Dunam",
     },
     },
     ["Cypriot dunum"] = {
     ["Cypriot dunum"] = {
name1    = "dunum",
name1_us = "dunum",
name2    = "dunums",
name2_us = "dunums",
symbol  = "dunum",
symbol  = "dunum",
sym_us  = "dunum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 212: Line 159:
     },
     },
     ["Cypriot dönüm"] = {
     ["Cypriot dönüm"] = {
name1    = "dönüm",
name1_us = "dönüm",
name2    = "dönüms",
name2_us = "dönüms",
symbol  = "dönüm",
symbol  = "dönüm",
sym_us  = "dönüm",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 226: Line 168:
     ["daa"] = {
     ["daa"] = {
name1    = "decare",
name1    = "decare",
name1_us = "decare",
name2    = "decares",
name2_us = "decares",
symbol  = "daa",
symbol  = "daa",
sym_us  = "daa",
utype    = "area",
utype    = "area",
scale    = 1000,
scale    = 1000,
default  = "km2 sqmi",
default  = "km2 sqmi",
link    = "Decare",
     },
     },
     ["donum"] = {
     ["donum"] = {
name1    = "donum",
name1_us = "donum",
name2    = "donums",
name2_us = "donums",
symbol  = "donum",
symbol  = "donum",
sym_us  = "donum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 250: Line 182:
     },
     },
     ["dunam"] = {
     ["dunam"] = {
name1    = "dunam",
name1_us = "dunam",
name2    = "dunams",
name2_us = "dunams",
symbol  = "dunam",
symbol  = "dunam",
sym_us  = "dunam",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
scale    = 1000,
scale    = 1000,
default  = "km2 sqmi",
default  = "km2 sqmi",
link    = "Dunam",
     },
     },
     ["dunum"] = {
     ["dunum"] = {
name1    = "dunum",
name1_us = "dunum",
name2    = "dunums",
name2_us = "dunums",
symbol  = "dunum",
symbol  = "dunum",
sym_us  = "dunum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 276: Line 197:
     },
     },
     ["dönüm"] = {
     ["dönüm"] = {
name1    = "dönüm",
name1_us = "dönüm",
name2    = "dönüms",
name2_us = "dönüms",
symbol  = "dönüm",
symbol  = "dönüm",
sym_us  = "dönüm",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 290: Line 206:
     ["foot2"] = {
     ["foot2"] = {
name1    = "square foot",
name1    = "square foot",
name1_us = "square foot",
name2    = "square foot",
name2    = "square foot",
name2_us = "square foot",
symbol  = "sq&nbsp;ft",
symbol  = "sq&nbsp;ft",
sym_us  = "sq&nbsp;ft",
utype    = "area",
utype    = "area",
scale    = 0.09290304,
scale    = 0.09290304,
default  = "m2",
default  = "m2",
link    = "Square foot",
     },
     },
     ["ha"] = {
     ["ha"] = {
name1    = "hectare",
name1    = "hectare",
name1_us = "hectare",
name2    = "hectares",
name2_us = "hectares",
symbol  = "ha",
symbol  = "ha",
sym_us  = "ha",
utype    = "area",
utype    = "area",
scale    = 10000,
scale    = 10000,
default  = "acre",
default  = "acre",
link    = "Hectare",
     },
     },
     ["Iraqi donum"] = {
     ["Iraqi donum"] = {
name1    = "donum",
name1_us = "donum",
name2    = "donums",
name2_us = "donums",
symbol  = "donum",
symbol  = "donum",
sym_us  = "donum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 326: Line 228:
     },
     },
     ["Iraqi dunam"] = {
     ["Iraqi dunam"] = {
name1    = "dunam",
name1_us = "dunam",
name2    = "dunams",
name2_us = "dunams",
symbol  = "dunam",
symbol  = "dunam",
sym_us  = "dunam",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
scale    = 2500,
scale    = 2500,
default  = "km2 sqmi",
default  = "km2 sqmi",
link    = "Dunam",
     },
     },
     ["Iraqi dunum"] = {
     ["Iraqi dunum"] = {
name1    = "dunum",
name1_us = "dunum",
name2    = "dunums",
name2_us = "dunums",
symbol  = "dunum",
symbol  = "dunum",
sym_us  = "dunum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 352: Line 243:
     },
     },
     ["Iraqi dönüm"] = {
     ["Iraqi dönüm"] = {
name1    = "dönüm",
name1_us = "dönüm",
name2    = "dönüms",
name2_us = "dönüms",
symbol  = "dönüm",
symbol  = "dönüm",
sym_us  = "dönüm",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 366: Line 252:
     ["Irish acre"] = {
     ["Irish acre"] = {
name1    = "Irish acre",
name1    = "Irish acre",
name1_us = "Irish acre",
name2    = "Irish acres",
name2_us = "Irish acres",
symbol  = "Irish&nbsp;acres",
symbol  = "Irish&nbsp;acres",
sym_us  = "Irish&nbsp;acres",
utype    = "area",
utype    = "area",
scale    = 6555.2385024,
scale    = 6555.2385024,
Line 377: Line 259:
     },
     },
     ["m2"] = {
     ["m2"] = {
name1    = "square %smetre",
_name1  = "square metre",
name1_us = "square %smeter",
_name1_us = "square meter",
name2    = "square %smetres",
_symbol  = "m<sup>2</sup>",
name2_us = "square %smeters",
prefix_position = 8,
symbol  = "m<sup>2</sup>",
sym_us  = "m<sup>2</sup>",
utype    = "area",
utype    = "area",
scale    = 1,
scale    = 1,
Line 390: Line 270:
     },
     },
     ["old donum"] = {
     ["old donum"] = {
name1    = "donum",
name1_us = "donum",
name2    = "donums",
name2_us = "donums",
symbol  = "donum",
symbol  = "donum",
sym_us  = "donum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 403: Line 278:
     },
     },
     ["old dunam"] = {
     ["old dunam"] = {
name1    = "dunam",
name1_us = "dunam",
name2    = "dunams",
name2_us = "dunams",
symbol  = "dunam",
symbol  = "dunam",
sym_us  = "dunam",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
scale    = 919.3,
scale    = 919.3,
default  = "km2 sqmi",
default  = "km2 sqmi",
link    = "Dunam",
     },
     },
     ["old dunum"] = {
     ["old dunum"] = {
name1    = "dunum",
name1_us = "dunum",
name2    = "dunums",
name2_us = "dunums",
symbol  = "dunum",
symbol  = "dunum",
sym_us  = "dunum",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 429: Line 293:
     },
     },
     ["old dönüm"] = {
     ["old dönüm"] = {
name1    = "dönüm",
name1_us = "dönüm",
name2    = "dönüms",
name2_us = "dönüms",
symbol  = "dönüm",
symbol  = "dönüm",
sym_us  = "dönüm",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
Line 443: Line 302:
     ["pondemaat"] = {
     ["pondemaat"] = {
name1    = "pondemaat",
name1    = "pondemaat",
name1_us = "pondemaat",
name2    = "pondemaat",
name2    = "pondemaat",
name2_us = "pondemaat",
symbol  = "pond",
symbol  = "pond",
sym_us  = "pond",
utype    = "area",
utype    = "area",
scale    = 3674.363358816,
scale    = 3674.363358816,
Line 454: Line 310:
     },
     },
     ["pyeong"] = {
     ["pyeong"] = {
name1    = "pyeong",
name1_us = "pyeong",
name2    = "pyeong",
name2    = "pyeong",
name2_us = "pyeong",
symbol  = "pyeong",
symbol  = "pyeong",
sym_us  = "pyeong",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
scale    = 400/121,
scale    = 3.3057851239669422,
default  = "m2",
default  = "m2",
link    = "Pyeong",
     },
     },
     ["rood"] = {
     ["rood"] = {
name1    = "rood",
name1_us = "rood",
name2    = "roods",
name2_us = "roods",
symbol  = "rood",
symbol  = "rood",
sym_us  = "rood",
utype    = "area",
utype    = "area",
scale    = 1011.7141056,
scale    = 1011.7141056,
Line 480: Line 326:
     ["sqfoot"] = {
     ["sqfoot"] = {
name1    = "square foot",
name1    = "square foot",
name1_us = "square foot",
name2    = "square foot",
name2    = "square foot",
name2_us = "square foot",
symbol  = "sq&nbsp;ft",
symbol  = "sq&nbsp;ft",
sym_us  = "sq&nbsp;ft",
utype    = "area",
utype    = "area",
scale    = 0.09290304,
scale    = 0.09290304,
default  = "m2",
default  = "m2",
link    = "Square foot",
     },
     },
     ["sqft"] = {
     ["sqft"] = {
name1    = "square foot",
name1    = "square foot",
name1_us = "square foot",
name2    = "square feet",
name2    = "square feet",
name2_us = "square feet",
symbol  = "sq&nbsp;ft",
symbol  = "sq&nbsp;ft",
sym_us  = "sq&nbsp;ft",
utype    = "area",
utype    = "area",
scale    = 0.09290304,
scale    = 0.09290304,
default  = "m2",
default  = "m2",
link    = "Square foot",
     },
     },
     ["sqin"] = {
     ["sqin"] = {
name1    = "square inch",
name1    = "square inch",
name1_us = "square inch",
name2    = "square inches",
name2    = "square inches",
name2_us = "square inches",
symbol  = "sq&nbsp;in",
symbol  = "sq&nbsp;in",
sym_us  = "sq&nbsp;in",
utype    = "area",
utype    = "area",
scale    = 0.00064516,
scale    = 0.00064516,
default  = "cm2",
default  = "cm2",
link    = "Square inch",
     },
     },
     ["sqmi"] = {
     ["sqmi"] = {
name1    = "square mile",
name1    = "square mile",
name1_us = "square mile",
name2    = "square miles",
name2_us = "square miles",
symbol  = "sq&nbsp;mi",
symbol  = "sq&nbsp;mi",
sym_us  = "sq&nbsp;mi",
utype    = "area",
utype    = "area",
scale    = 2589988.110336,
scale    = 2589988.110336,
default  = "km2",
default  = "km2",
link    = "Square mile",
     },
     },
     ["sqnmi"] = {
     ["sqnmi"] = {
name1    = "square nautical mile",
name1    = "square nautical mile",
name1_us = "square nautical mile",
name2    = "square nautical miles",
name2_us = "square nautical miles",
symbol  = "sq&nbsp;nmi",
symbol  = "sq&nbsp;nmi",
sym_us  = "sq&nbsp;nmi",
utype    = "area",
utype    = "area",
scale    = 3429904,
scale    = 3429904,
Line 539: Line 364:
     },
     },
     ["sqverst"] = {
     ["sqverst"] = {
name1    = "square verst",
name1_us = "square verst",
name2    = "square versts",
name2_us = "square versts",
symbol  = "square verst",
symbol  = "square verst",
sym_us  = "square verst",
utype    = "area",
utype    = "area",
scale    = 1138062.24,
scale    = 1138062.24,
Line 552: Line 372:
     ["sqyd"] = {
     ["sqyd"] = {
name1    = "square yard",
name1    = "square yard",
name1_us = "square yard",
name2    = "square yards",
name2_us = "square yards",
symbol  = "sq&nbsp;yd",
symbol  = "sq&nbsp;yd",
sym_us  = "sq&nbsp;yd",
utype    = "area",
utype    = "area",
scale    = 0.83612736,
scale    = 0.83612736,
default  = "m2",
default  = "m2",
link    = "Square yard",
     },
     },
     ["tsubo"] = {
     ["tsubo"] = {
name1    = "tsubo",
name1_us = "tsubo",
name2    = "tsubo",
name2    = "tsubo",
name2_us = "tsubo",
symbol  = "tsubo",
symbol  = "tsubo",
sym_us  = "tsubo",
usename  = 1,
usename  = 1,
utype    = "area",
utype    = "area",
scale    = 400/121,
scale    = 3.3057851239669422,
default  = "m2",
default  = "m2",
link    = "Japanese units of measurement#Area",
link    = "Japanese units of measurement#Area",
Line 664: Line 475:
     ["A.h"] = {
     ["A.h"] = {
name1    = "ampere-hour",
name1    = "ampere-hour",
name1_us = "ampere-hour",
name2    = "ampere-hours",
name2_us = "ampere-hours",
symbol  = "A·h",
symbol  = "A·h",
sym_us  = "A·h",
utype    = "charge",
utype    = "charge",
scale    = 3600,
scale    = 3600,
default  = "coulomb",
default  = "coulomb",
link    = "Ampere-hour",
     },
     },
     ["coulomb"] = {
     ["coulomb"] = {
name1    = "coulomb",
name1    = "coulomb",
name1_us = "coulomb",
name2    = "coulombs",
name2_us = "coulombs",
symbol  = "C",
symbol  = "C",
sym_us  = "C",
utype    = "charge",
utype    = "charge",
scale    = 1,
scale    = 1,
default  = "e",
default  = "e",
link    = "Coulomb",
     },
     },
     ["e"] = {
     ["e"] = {
name1    = "elementary charge",
name1    = "elementary charge",
name1_us = "elementary charge",
name2    = "elementary charges",
name2_us = "elementary charges",
symbol  = "''e''",
symbol  = "''e''",
sym_us  = "''e''",
utype    = "charge",
utype    = "charge",
scale    = 1.602176487e-19,
scale    = 1.602176487e-19,
default  = "coulomb",
default  = "coulomb",
link    = "Elementary charge",
     },
     },
     ["A·h"] = {
     ["A·h"] = {
Line 703: Line 499:
     ["$/acre"] = {
     ["$/acre"] = {
name1    = "dollar per acre",
name1    = "dollar per acre",
name1_us = "dollar per acre",
name2    = "dollars per acre",
name2    = "dollars per acre",
name2_us = "dollars per acre",
symbol  = "$/acre",
symbol  = "$/acre",
sym_us  = "$/acre",
utype    = "cost $ per unit area",
utype    = "cost $ per unit area",
scale    = 1/4046.8564224,
scale    = 0.00024710538146716532,
default  = "$/ha",
default  = "$/ha",
link    = "Acre",
link    = "Acre",
Line 715: Line 508:
     ["$/ha"] = {
     ["$/ha"] = {
name1    = "dollar per hectare",
name1    = "dollar per hectare",
name1_us = "dollar per hectare",
name2    = "dollars per hectare",
name2    = "dollars per hectare",
name2_us = "dollars per hectare",
symbol  = "$/ha",
symbol  = "$/ha",
sym_us  = "$/ha",
utype    = "cost $ per unit area",
utype    = "cost $ per unit area",
scale    = 0.0001,
scale    = 0.0001,
Line 731: Line 521:
name2_us = "dollars per square meter",
name2_us = "dollars per square meter",
symbol  = "$/m2",
symbol  = "$/m2",
sym_us  = "$/m2",
utype    = "cost $ per unit area",
utype    = "cost $ per unit area",
scale    = 1,
scale    = 1,
Line 739: Line 528:
     ["$/sqft"] = {
     ["$/sqft"] = {
name1    = "dollar per square foot",
name1    = "dollar per square foot",
name1_us = "dollar per square foot",
name2    = "dollars per square foot",
name2    = "dollars per square foot",
name2_us = "dollars per square foot",
symbol  = "$/sqft",
symbol  = "$/sqft",
sym_us  = "$/sqft",
utype    = "cost $ per unit area",
utype    = "cost $ per unit area",
scale    = 1/0.09290304,
scale    = 10.763910416709722,
default  = "$/m2",
default  = "$/m2",
link    = "Square foot",
link    = "Square foot",
Line 751: Line 537:
     ["$/kg"] = {
     ["$/kg"] = {
name1    = "dollar per kilogram",
name1    = "dollar per kilogram",
name1_us = "dollar per kilogram",
name2    = "dollars per kilogram",
name2    = "dollars per kilogram",
name2_us = "dollars per kilogram",
symbol  = "$/kg",
symbol  = "$/kg",
sym_us  = "$/kg",
utype    = "cost $ per unit mass",
utype    = "cost $ per unit mass",
scale    = 1,
scale    = 1,
Line 763: Line 546:
     ["$/lb"] = {
     ["$/lb"] = {
name1    = "dollar per pound",
name1    = "dollar per pound",
name1_us = "dollar per pound",
name2    = "dollars per pound",
name2    = "dollars per pound",
name2_us = "dollars per pound",
symbol  = "$/lb",
symbol  = "$/lb",
sym_us  = "$/lb",
utype    = "cost $ per unit mass",
utype    = "cost $ per unit mass",
scale    = 1/0.45359237,
scale    = 2.2046226218487757,
default  = "$/kg",
default  = "$/kg",
link    = "Pound",
link    = "Pound",
Line 775: Line 555:
     ["$/ozt"] = {
     ["$/ozt"] = {
name1    = "dollar per troy ounce",
name1    = "dollar per troy ounce",
name1_us = "dollar per troy ounce",
name2    = "dollars per troy ounce",
name2    = "dollars per troy ounce",
name2_us = "dollars per troy ounce",
symbol  = "$/ozt",
symbol  = "$/ozt",
sym_us  = "$/ozt",
utype    = "cost $ per unit mass",
utype    = "cost $ per unit mass",
scale    = 1/0.0311034768,
scale    = 32.15074656862798,
default  = "$/kg",
default  = "$/kg",
link    = "Troy ounce",
link    = "Troy ounce",
Line 787: Line 564:
     ["£/acre"] = {
     ["£/acre"] = {
name1    = "pound per acre",
name1    = "pound per acre",
name1_us = "pound per acre",
name2    = "pounds per acre",
name2    = "pounds per acre",
name2_us = "pounds per acre",
symbol  = "£/acre",
symbol  = "£/acre",
sym_us  = "£/acre",
utype    = "cost £ per unit area",
utype    = "cost £ per unit area",
scale    = 1/4046.8564224,
scale    = 0.00024710538146716532,
default  = "£/ha",
default  = "£/ha",
link    = "Acre",
link    = "Acre",
Line 799: Line 573:
     ["£/ha"] = {
     ["£/ha"] = {
name1    = "pound per hectare",
name1    = "pound per hectare",
name1_us = "pound per hectare",
name2    = "pounds per hectare",
name2    = "pounds per hectare",
name2_us = "pounds per hectare",
symbol  = "£/ha",
symbol  = "£/ha",
sym_us  = "£/ha",
utype    = "cost £ per unit area",
utype    = "cost £ per unit area",
scale    = 0.0001,
scale    = 0.0001,
Line 815: Line 586:
name2_us = "grams per cubic centimeter",
name2_us = "grams per cubic centimeter",
symbol  = "g/cm<sup>3</sup>",
symbol  = "g/cm<sup>3</sup>",
sym_us  = "g/cm<sup>3</sup>",
utype    = "density",
utype    = "density",
scale    = 1000,
scale    = 1000,
Line 827: Line 597:
name2_us = "grams per cubic decimeter",
name2_us = "grams per cubic decimeter",
symbol  = "g/dm<sup>3</sup>",
symbol  = "g/dm<sup>3</sup>",
sym_us  = "g/dm<sup>3</sup>",
utype    = "density",
utype    = "density",
scale    = 1,
scale    = 1,
Line 839: Line 608:
name2_us = "grams per liter",
name2_us = "grams per liter",
symbol  = "g/L",
symbol  = "g/L",
sym_us  = "g/L",
utype    = "density",
utype    = "density",
scale    = 1,
scale    = 1,
Line 851: Line 619:
name2_us = "grams per milliliter",
name2_us = "grams per milliliter",
symbol  = "g/mL",
symbol  = "g/mL",
sym_us  = "g/mL",
utype    = "density",
utype    = "density",
scale    = 1000,
scale    = 1000,
Line 863: Line 630:
name2_us = "grams per milliliter",
name2_us = "grams per milliliter",
symbol  = "g/ml",
symbol  = "g/ml",
sym_us  = "g/ml",
utype    = "density",
utype    = "density",
scale    = 1000,
scale    = 1000,
Line 875: Line 641:
name2_us = "kilograms per cubic decimeter",
name2_us = "kilograms per cubic decimeter",
symbol  = "kg/dm<sup>3</sup>",
symbol  = "kg/dm<sup>3</sup>",
sym_us  = "kg/dm<sup>3</sup>",
utype    = "density",
utype    = "density",
scale    = 1000,
scale    = 1000,
Line 887: Line 652:
name2_us = "kilograms per liter",
name2_us = "kilograms per liter",
symbol  = "kg/L",
symbol  = "kg/L",
sym_us  = "kg/L",
utype    = "density",
utype    = "density",
scale    = 1000,
scale    = 1000,
Line 899: Line 663:
name2_us = "kilograms per liter",
name2_us = "kilograms per liter",
symbol  = "kg/l",
symbol  = "kg/l",
sym_us  = "kg/l",
utype    = "density",
utype    = "density",
scale    = 1000,
scale    = 1000,
Line 911: Line 674:
name2_us = "kilograms per cubic meter",
name2_us = "kilograms per cubic meter",
symbol  = "kg/m<sup>3</sup>",
symbol  = "kg/m<sup>3</sup>",
sym_us  = "kg/m<sup>3</sup>",
utype    = "density",
utype    = "density",
scale    = 1,
scale    = 1,
Line 919: Line 681:
     ["lb/cuft"] = {
     ["lb/cuft"] = {
name1    = "pound per cubic foot",
name1    = "pound per cubic foot",
name1_us = "pound per cubic foot",
name2    = "pounds per cubic foot",
name2    = "pounds per cubic foot",
name2_us = "pounds per cubic foot",
symbol  = "lb/cu&nbsp;ft",
symbol  = "lb/cu&nbsp;ft",
sym_us  = "lb/cu&nbsp;ft",
utype    = "density",
utype    = "density",
scale    = 0.45359237/0.028316846592,
scale    = 16.018463373960142,
default  = "g/cm3",
default  = "g/cm3",
link    = "Density",
link    = "Density",
Line 931: Line 690:
     ["lb/cuin"] = {
     ["lb/cuin"] = {
name1    = "pound per cubic inch",
name1    = "pound per cubic inch",
name1_us = "pound per cubic inch",
name2    = "pounds per cubic inch",
name2    = "pounds per cubic inch",
name2_us = "pounds per cubic inch",
symbol  = "lb/cu&nbsp;in",
symbol  = "lb/cu&nbsp;in",
sym_us  = "lb/cu&nbsp;in",
utype    = "density",
utype    = "density",
scale    = 453592.37/16.387064,
scale    = 27679.904710203122,
default  = "g/cm3",
default  = "g/cm3",
link    = "Density",
link    = "Density",
Line 943: Line 699:
     ["lb/cuyd"] = {
     ["lb/cuyd"] = {
name1    = "pound per cubic yard",
name1    = "pound per cubic yard",
name1_us = "pound per cubic yard",
name2    = "pounds per cubic yard",
name2    = "pounds per cubic yard",
name2_us = "pounds per cubic yard",
symbol  = "lb/cu&nbsp;yd",
symbol  = "lb/cu&nbsp;yd",
sym_us  = "lb/cu&nbsp;yd",
utype    = "density",
utype    = "density",
scale    = 0.45359237/0.764554857984,
scale    = 0.5932764212577829,
default  = "kg/m3",
default  = "kg/m3",
link    = "Density",
link    = "Density",
Line 955: Line 708:
     ["lb/impgal"] = {
     ["lb/impgal"] = {
name1    = "pound per imperial gallon",
name1    = "pound per imperial gallon",
name1_us = "pound per imperial gallon",
name2    = "pounds per imperial gallon",
name2    = "pounds per imperial gallon",
name2_us = "pounds per imperial gallon",
symbol  = "lb/imp&nbsp;gal",
symbol  = "lb/imp&nbsp;gal",
sym_us  = "lb/imp&nbsp;gal",
utype    = "density",
utype    = "density",
scale    = 0.45359237/0.00454609,
scale    = 99.776372663101697,
default  = "kg/L",
default  = "kg/L",
link    = "Density",
link    = "Density",
Line 967: Line 717:
     ["lb/in3"] = {
     ["lb/in3"] = {
name1    = "pound per cubic inch",
name1    = "pound per cubic inch",
name1_us = "pound per cubic inch",
name2    = "pounds per cubic inch",
name2    = "pounds per cubic inch",
name2_us = "pounds per cubic inch",
symbol  = "lb/cu&thinsp;in",
symbol  = "lb/cu&thinsp;in",
sym_us  = "lb/cu&thinsp;in",
utype    = "density",
utype    = "density",
scale    = 45359237/1638.7064,
scale    = 27679.904710203122,
default  = "g/cm3",
default  = "g/cm3",
link    = "Density",
link    = "Density",
Line 979: Line 726:
     ["lb/U.S.gal"] = {
     ["lb/U.S.gal"] = {
name1    = "pound per U.S. gallon",
name1    = "pound per U.S. gallon",
name1_us = "pound per U.S. gallon",
name2    = "pounds per U.S. gallon",
name2    = "pounds per U.S. gallon",
name2_us = "pounds per U.S. gallon",
symbol  = "lb/U.S.&nbsp;gal",
symbol  = "lb/U.S.&nbsp;gal",
sym_us  = "lb/U.S.&nbsp;gal",
utype    = "density",
utype    = "density",
scale    = 589081/4916.1192,
scale    = 119.82642731689663,
default  = "kg/L",
default  = "kg/L",
link    = "Density",
link    = "Density",
Line 991: Line 735:
     ["lb/USbu"] = {
     ["lb/USbu"] = {
name1    = "pound per US bushel",
name1    = "pound per US bushel",
name1_us = "pound per US bushel",
name2    = "pounds per US bushel",
name2    = "pounds per US bushel",
name2_us = "pounds per US bushel",
symbol  = "lb/US&nbsp;bu",
symbol  = "lb/US&nbsp;bu",
sym_us  = "lb/US&nbsp;bu",
utype    = "density",
utype    = "density",
scale    = 0.45359237/0.03523907016688,
scale    = 12.871859780974471,
default  = "kg/m3",
default  = "kg/m3",
link    = "Bushel",
link    = "Bushel",
Line 1,003: Line 744:
     ["lb/USgal"] = {
     ["lb/USgal"] = {
name1    = "pound per US gallon",
name1    = "pound per US gallon",
name1_us = "pound per US gallon",
name2    = "pounds per US gallon",
name2    = "pounds per US gallon",
name2_us = "pounds per US gallon",
symbol  = "lb/US&nbsp;gal",
symbol  = "lb/US&nbsp;gal",
sym_us  = "lb/US&nbsp;gal",
utype    = "density",
utype    = "density",
scale    = 589081/4916.1192,
scale    = 119.82642731689663,
default  = "kg/L",
default  = "kg/L",
link    = "Density",
link    = "Density",
Line 1,015: Line 753:
     ["lbm/cuin"] = {
     ["lbm/cuin"] = {
name1    = "pound mass per cubic inch",
name1    = "pound mass per cubic inch",
name1_us = "pound mass per cubic inch",
name2    = "pounds mass per cubic inch",
name2    = "pounds mass per cubic inch",
name2_us = "pounds mass per cubic inch",
symbol  = "lbm/cu&thinsp;in",
symbol  = "lbm/cu&thinsp;in",
sym_us  = "lbm/cu&thinsp;in",
utype    = "density",
utype    = "density",
scale    = 45359237/1638.7064,
scale    = 27679.904710203122,
default  = "g/cm3",
default  = "g/cm3",
link    = "Density",
link    = "Density",
Line 1,031: Line 766:
name2_us = "milligrams per liter",
name2_us = "milligrams per liter",
symbol  = "mg/L",
symbol  = "mg/L",
sym_us  = "mg/L",
utype    = "density",
utype    = "density",
scale    = 0.001,
scale    = 0.001,
Line 1,043: Line 777:
name2_us = "megagrams per cubic meter",
name2_us = "megagrams per cubic meter",
symbol  = "Mg/m<sup>3</sup>",
symbol  = "Mg/m<sup>3</sup>",
sym_us  = "Mg/m<sup>3</sup>",
utype    = "density",
utype    = "density",
scale    = 1000,
scale    = 1000,
Line 1,051: Line 784:
     ["oz/cuin"] = {
     ["oz/cuin"] = {
name1    = "ounce per cubic inch",
name1    = "ounce per cubic inch",
name1_us = "ounce per cubic inch",
name2    = "ounces per cubic inch",
name2    = "ounces per cubic inch",
name2_us = "ounces per cubic inch",
symbol  = "oz/cu&nbsp;in",
symbol  = "oz/cu&nbsp;in",
sym_us  = "oz/cu&nbsp;in",
utype    = "density",
utype    = "density",
scale    = 453592.37/16.387064/16,
scale    = 1729.9940443876951,
default  = "g/cm3",
default  = "g/cm3",
link    = "Density",
link    = "Density",
Line 1,067: Line 797:
name2_us = "micrograms per deciliter",
name2_us = "micrograms per deciliter",
symbol  = "µg/dL",
symbol  = "µg/dL",
sym_us  = "µg/dL",
utype    = "density",
utype    = "density",
scale    = 0.00001,
scale    = 0.00001,
Line 1,096: Line 825:
     ["B.O.T.U."] = {
     ["B.O.T.U."] = {
name1    = "Board of Trade Unit",
name1    = "Board of Trade Unit",
name1_us = "Board of Trade Unit",
name2    = "Board of Trade Units",
name2_us = "Board of Trade Units",
symbol  = "B.O.T.U.",
symbol  = "B.O.T.U.",
sym_us  = "B.O.T.U.",
utype    = "energy",
utype    = "energy",
scale    = 3600000,
scale    = 3600000,
Line 1,108: Line 833:
     ["bboe"] = {
     ["bboe"] = {
name1    = "barrel of oil equivalent",
name1    = "barrel of oil equivalent",
name1_us = "barrel of oil equivalent",
name2    = "barrels of oil equivalent",
name2    = "barrels of oil equivalent",
name2_us = "barrels of oil equivalent",
symbol  = "bboe",
symbol  = "bboe",
sym_us  = "bboe",
utype    = "energy",
utype    = "energy",
scale    = 6117863200,
scale    = 6117863200,
default  = "GJ",
default  = "GJ",
link    = "Barrel of oil equivalent",
     },
     },
     ["BOE"] = {
     ["BOE"] = {
name1    = "barrel of oil equivalent",
name1    = "barrel of oil equivalent",
name1_us = "barrel of oil equivalent",
name2    = "barrels of oil equivalent",
name2    = "barrels of oil equivalent",
name2_us = "barrels of oil equivalent",
symbol  = "BOE",
symbol  = "BOE",
sym_us  = "BOE",
utype    = "energy",
utype    = "energy",
scale    = 6117863200,
scale    = 6117863200,
default  = "GJ",
default  = "GJ",
link    = "Barrel of oil equivalent",
     },
     },
     ["BTU"] = {
     ["BTU"] = {
name1    = "British thermal unit",
name1    = "British thermal unit",
name1_us = "British thermal unit",
name2    = "British thermal units",
name2_us = "British thermal units",
symbol  = "BTU",
symbol  = "BTU",
sym_us  = "BTU",
utype    = "energy",
utype    = "energy",
scale    = 1055.05585262,
scale    = 1055.05585262,
default  = "kJ",
default  = "kJ",
link    = "British thermal unit",
     },
     },
     ["Btu"] = {
     ["Btu"] = {
name1    = "British thermal unit",
name1    = "British thermal unit",
name1_us = "British thermal unit",
name2    = "British thermal units",
name2_us = "British thermal units",
symbol  = "Btu",
symbol  = "Btu",
sym_us  = "Btu",
utype    = "energy",
utype    = "energy",
scale    = 1055.05585262,
scale    = 1055.05585262,
default  = "kJ",
default  = "kJ",
link    = "British thermal unit",
     },
     },
     ["BTU-39F"] = {
     ["BTU-39F"] = {
name1    = "British thermal unit (39°F)",
name1    = "British thermal unit (39°F)",
name1_us = "British thermal unit (39°F)",
name2    = "British thermal units (39°F)",
name2    = "British thermal units (39°F)",
name2_us = "British thermal units (39°F)",
symbol  = "BTU<sub>39°F</sub>",
symbol  = "BTU<sub>39°F</sub>",
sym_us  = "BTU<sub>39°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1059.67,
scale    = 1059.67,
Line 1,168: Line 872:
     ["Btu-39F"] = {
     ["Btu-39F"] = {
name1    = "British thermal unit (39°F)",
name1    = "British thermal unit (39°F)",
name1_us = "British thermal unit (39°F)",
name2    = "British thermal units (39°F)",
name2    = "British thermal units (39°F)",
name2_us = "British thermal units (39°F)",
symbol  = "Btu<sub>39°F</sub>",
symbol  = "Btu<sub>39°F</sub>",
sym_us  = "Btu<sub>39°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1059.67,
scale    = 1059.67,
Line 1,180: Line 881:
     ["BTU-59F"] = {
     ["BTU-59F"] = {
name1    = "British thermal unit (59°F)",
name1    = "British thermal unit (59°F)",
name1_us = "British thermal unit (59°F)",
name2    = "British thermal units (59°F)",
name2    = "British thermal units (59°F)",
name2_us = "British thermal units (59°F)",
symbol  = "BTU<sub>59°F</sub>",
symbol  = "BTU<sub>59°F</sub>",
sym_us  = "BTU<sub>59°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.804,
scale    = 1054.804,
Line 1,192: Line 890:
     ["Btu-59F"] = {
     ["Btu-59F"] = {
name1    = "British thermal unit (59°F)",
name1    = "British thermal unit (59°F)",
name1_us = "British thermal unit (59°F)",
name2    = "British thermal units (59°F)",
name2    = "British thermal units (59°F)",
name2_us = "British thermal units (59°F)",
symbol  = "Btu<sub>59°F</sub>",
symbol  = "Btu<sub>59°F</sub>",
sym_us  = "Btu<sub>59°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.804,
scale    = 1054.804,
Line 1,204: Line 899:
     ["BTU-60F"] = {
     ["BTU-60F"] = {
name1    = "British thermal unit (60°F)",
name1    = "British thermal unit (60°F)",
name1_us = "British thermal unit (60°F)",
name2    = "British thermal units (60°F)",
name2    = "British thermal units (60°F)",
name2_us = "British thermal units (60°F)",
symbol  = "BTU<sub>60°F</sub>",
symbol  = "BTU<sub>60°F</sub>",
sym_us  = "BTU<sub>60°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.68,
scale    = 1054.68,
Line 1,216: Line 908:
     ["Btu-60F"] = {
     ["Btu-60F"] = {
name1    = "British thermal unit (60°F)",
name1    = "British thermal unit (60°F)",
name1_us = "British thermal unit (60°F)",
name2    = "British thermal units (60°F)",
name2    = "British thermal units (60°F)",
name2_us = "British thermal units (60°F)",
symbol  = "Btu<sub>60°F</sub>",
symbol  = "Btu<sub>60°F</sub>",
sym_us  = "Btu<sub>60°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.68,
scale    = 1054.68,
Line 1,228: Line 917:
     ["BTU-63F"] = {
     ["BTU-63F"] = {
name1    = "British thermal unit (63°F)",
name1    = "British thermal unit (63°F)",
name1_us = "British thermal unit (63°F)",
name2    = "British thermal units (63°F)",
name2    = "British thermal units (63°F)",
name2_us = "British thermal units (63°F)",
symbol  = "BTU<sub>63°F</sub>",
symbol  = "BTU<sub>63°F</sub>",
sym_us  = "BTU<sub>63°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.6,
scale    = 1054.6,
Line 1,240: Line 926:
     ["Btu-63F"] = {
     ["Btu-63F"] = {
name1    = "British thermal unit (63°F)",
name1    = "British thermal unit (63°F)",
name1_us = "British thermal unit (63°F)",
name2    = "British thermal units (63°F)",
name2    = "British thermal units (63°F)",
name2_us = "British thermal units (63°F)",
symbol  = "Btu<sub>63°F</sub>",
symbol  = "Btu<sub>63°F</sub>",
sym_us  = "Btu<sub>63°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.6,
scale    = 1054.6,
Line 1,252: Line 935:
     ["BTU-ISO"] = {
     ["BTU-ISO"] = {
name1    = "British thermal unit (ISO)",
name1    = "British thermal unit (ISO)",
name1_us = "British thermal unit (ISO)",
name2    = "British thermal units (ISO)",
name2    = "British thermal units (ISO)",
name2_us = "British thermal units (ISO)",
symbol  = "BTU<sub>ISO</sub>",
symbol  = "BTU<sub>ISO</sub>",
sym_us  = "BTU<sub>ISO</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055.056,
scale    = 1055.056,
Line 1,264: Line 944:
     ["Btu-ISO"] = {
     ["Btu-ISO"] = {
name1    = "British thermal unit (ISO)",
name1    = "British thermal unit (ISO)",
name1_us = "British thermal unit (ISO)",
name2    = "British thermal units (ISO)",
name2    = "British thermal units (ISO)",
name2_us = "British thermal units (ISO)",
symbol  = "BTU<sub>ISO</sub>",
symbol  = "BTU<sub>ISO</sub>",
sym_us  = "BTU<sub>ISO</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055.056,
scale    = 1055.056,
Line 1,276: Line 953:
     ["BTU-IT"] = {
     ["BTU-IT"] = {
name1    = "British thermal unit (IT)",
name1    = "British thermal unit (IT)",
name1_us = "British thermal unit (IT)",
name2    = "British thermal units (IT)",
name2    = "British thermal units (IT)",
name2_us = "British thermal units (IT)",
symbol  = "BTU<sub>IT</sub>",
symbol  = "BTU<sub>IT</sub>",
sym_us  = "BTU<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055.05585262,
scale    = 1055.05585262,
Line 1,288: Line 962:
     ["Btu-IT"] = {
     ["Btu-IT"] = {
name1    = "British thermal unit (IT)",
name1    = "British thermal unit (IT)",
name1_us = "British thermal unit (IT)",
name2    = "British thermal units (IT)",
name2    = "British thermal units (IT)",
name2_us = "British thermal units (IT)",
symbol  = "Btu<sub>IT</sub>",
symbol  = "Btu<sub>IT</sub>",
sym_us  = "Btu<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055.05585262,
scale    = 1055.05585262,
Line 1,300: Line 971:
     ["BTU-mean"] = {
     ["BTU-mean"] = {
name1    = "British thermal unit (mean)",
name1    = "British thermal unit (mean)",
name1_us = "British thermal unit (mean)",
name2    = "British thermal units (mean)",
name2    = "British thermal units (mean)",
name2_us = "British thermal units (mean)",
symbol  = "BTU<sub>mean</sub>",
symbol  = "BTU<sub>mean</sub>",
sym_us  = "BTU<sub>mean</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055.87,
scale    = 1055.87,
Line 1,312: Line 980:
     ["Btu-mean"] = {
     ["Btu-mean"] = {
name1    = "British thermal unit (mean)",
name1    = "British thermal unit (mean)",
name1_us = "British thermal unit (mean)",
name2    = "British thermal units (mean)",
name2    = "British thermal units (mean)",
name2_us = "British thermal units (mean)",
symbol  = "Btu<sub>mean</sub>",
symbol  = "Btu<sub>mean</sub>",
sym_us  = "Btu<sub>mean</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055.87,
scale    = 1055.87,
Line 1,324: Line 989:
     ["BTU-th"] = {
     ["BTU-th"] = {
name1    = "British thermal unit (thermochemical)",
name1    = "British thermal unit (thermochemical)",
name1_us = "British thermal unit (thermochemical)",
name2    = "British thermal units (thermochemical)",
name2    = "British thermal units (thermochemical)",
name2_us = "British thermal units (thermochemical)",
symbol  = "BTU<sub>th</sub>",
symbol  = "BTU<sub>th</sub>",
sym_us  = "BTU<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.35026444,
scale    = 1054.35026444,
Line 1,336: Line 998:
     ["Btu-th"] = {
     ["Btu-th"] = {
name1    = "British thermal unit (thermochemical)",
name1    = "British thermal unit (thermochemical)",
name1_us = "British thermal unit (thermochemical)",
name2    = "British thermal units (thermochemical)",
name2    = "British thermal units (thermochemical)",
name2_us = "British thermal units (thermochemical)",
symbol  = "Btu<sub>th</sub>",
symbol  = "Btu<sub>th</sub>",
sym_us  = "Btu<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054.35026444,
scale    = 1054.35026444,
Line 1,348: Line 1,007:
     ["Cal"] = {
     ["Cal"] = {
name1    = "calorie",
name1    = "calorie",
name1_us = "calorie",
name2    = "calories",
name2_us = "calories",
symbol  = "Cal",
symbol  = "Cal",
sym_us  = "Cal",
utype    = "energy",
utype    = "energy",
scale    = 4184,
scale    = 4184,
default  = "kJ",
default  = "kJ",
link    = "Calorie",
     },
     },
     ["cal"] = {
     ["cal"] = {
name1    = "calorie",
name1    = "calorie",
name1_us = "calorie",
name2    = "calories",
name2_us = "calories",
symbol  = "cal",
symbol  = "cal",
sym_us  = "cal",
utype    = "energy",
utype    = "energy",
scale    = 4.184,
scale    = 4.184,
default  = "J",
default  = "J",
link    = "Calorie",
     },
     },
     ["Cal-15"] = {
     ["Cal-15"] = {
name1    = "Calorie (15°C)",
name1    = "Calorie (15°C)",
name1_us = "Calorie (15°C)",
name2    = "Calories (15°C)",
name2    = "Calories (15°C)",
name2_us = "Calories (15°C)",
symbol  = "Cal<sub>15</sub>",
symbol  = "Cal<sub>15</sub>",
sym_us  = "Cal<sub>15</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4185.8,
scale    = 4185.8,
Line 1,384: Line 1,030:
     ["cal-15"] = {
     ["cal-15"] = {
name1    = "calorie (15°C)",
name1    = "calorie (15°C)",
name1_us = "calorie (15°C)",
name2    = "calories (15°C)",
name2    = "calories (15°C)",
name2_us = "calories (15°C)",
symbol  = "cal<sub>15</sub>",
symbol  = "cal<sub>15</sub>",
sym_us  = "cal<sub>15</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4.1858,
scale    = 4.1858,
Line 1,396: Line 1,039:
     ["Cal-IT"] = {
     ["Cal-IT"] = {
name1    = "Calorie (International Steam Table)",
name1    = "Calorie (International Steam Table)",
name1_us = "Calorie (International Steam Table)",
name2    = "Calories (International Steam Table)",
name2    = "Calories (International Steam Table)",
name2_us = "Calories (International Steam Table)",
symbol  = "Cal<sub>IT</sub>",
symbol  = "Cal<sub>IT</sub>",
sym_us  = "Cal<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4186.8,
scale    = 4186.8,
Line 1,408: Line 1,048:
     ["cal-IT"] = {
     ["cal-IT"] = {
name1    = "calorie (International Steam Table)",
name1    = "calorie (International Steam Table)",
name1_us = "calorie (International Steam Table)",
name2    = "calories (International Steam Table)",
name2    = "calories (International Steam Table)",
name2_us = "calories (International Steam Table)",
symbol  = "cal<sub>IT</sub>",
symbol  = "cal<sub>IT</sub>",
sym_us  = "cal<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4.1868,
scale    = 4.1868,
Line 1,420: Line 1,057:
     ["Cal-th"] = {
     ["Cal-th"] = {
name1    = "Calorie (thermochemical)",
name1    = "Calorie (thermochemical)",
name1_us = "Calorie (thermochemical)",
name2    = "Calories (thermochemical)",
name2    = "Calories (thermochemical)",
name2_us = "Calories (thermochemical)",
symbol  = "Cal<sub>th</sub>",
symbol  = "Cal<sub>th</sub>",
sym_us  = "Cal<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4184,
scale    = 4184,
Line 1,432: Line 1,066:
     ["cal-th"] = {
     ["cal-th"] = {
name1    = "calorie (thermochemical)",
name1    = "calorie (thermochemical)",
name1_us = "calorie (thermochemical)",
name2    = "calories (thermochemical)",
name2    = "calories (thermochemical)",
name2_us = "calories (thermochemical)",
symbol  = "cal<sub>th</sub>",
symbol  = "cal<sub>th</sub>",
sym_us  = "cal<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4.184,
scale    = 4.184,
Line 1,445: Line 1,076:
name1    = "cubic centimetre-atmosphere",
name1    = "cubic centimetre-atmosphere",
name1_us = "cubic centimeter-atmosphere",
name1_us = "cubic centimeter-atmosphere",
name2    = "cubic centimetre-atmospheres",
name2_us = "cubic centimeter-atmospheres",
symbol  = "cc·atm",
symbol  = "cc·atm",
sym_us  = "cc·atm",
utype    = "energy",
utype    = "energy",
scale    = 0.101325,
scale    = 0.101325,
Line 1,456: Line 1,084:
     ["CHU-IT"] = {
     ["CHU-IT"] = {
name1    = "Celsius heat unit (International Table)",
name1    = "Celsius heat unit (International Table)",
name1_us = "Celsius heat unit (International Table)",
name2    = "Celsius heat units (International Table)",
name2    = "Celsius heat units (International Table)",
name2_us = "Celsius heat units (International Table)",
symbol  = "CHU<sub>IT</sub>",
symbol  = "CHU<sub>IT</sub>",
sym_us  = "CHU<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1899.100534716,
scale    = 1899.100534716,
Line 1,469: Line 1,094:
name1    = "cubic centimetre-atmosphere",
name1    = "cubic centimetre-atmosphere",
name1_us = "cubic centimeter-atmosphere",
name1_us = "cubic centimeter-atmosphere",
name2    = "cubic centimetre-atmospheres",
name2_us = "cubic centimeter-atmospheres",
symbol  = "cm<sup>3</sup>·atm",
symbol  = "cm<sup>3</sup>·atm",
sym_us  = "cm<sup>3</sup>·atm",
utype    = "energy",
utype    = "energy",
scale    = 0.101325,
scale    = 0.101325,
Line 1,480: Line 1,102:
     ["cufootatm"] = {
     ["cufootatm"] = {
name1    = "cubic foot of atmosphere",
name1    = "cubic foot of atmosphere",
name1_us = "cubic foot of atmosphere",
name2    = "cubic foot of atmosphere",
name2    = "cubic foot of atmosphere",
name2_us = "cubic foot of atmosphere",
symbol  = "cu&nbsp;ft&nbsp;atm",
symbol  = "cu&nbsp;ft&nbsp;atm",
sym_us  = "cu&nbsp;ft&nbsp;atm",
utype    = "energy",
utype    = "energy",
scale    = 2869.2044809344,
scale    = 2869.2044809344,
Line 1,492: Line 1,111:
     ["cufootnaturalgas"] = {
     ["cufootnaturalgas"] = {
name1    = "cubic foot of natural gas",
name1    = "cubic foot of natural gas",
name1_us = "cubic foot of natural gas",
name2    = "cubic foot of natural gas",
name2    = "cubic foot of natural gas",
name2_us = "cubic foot of natural gas",
symbol  = "cuftnaturalgas",
symbol  = "cuftnaturalgas",
sym_us  = "cuftnaturalgas",
utype    = "energy",
utype    = "energy",
scale    = 1055055.85262,
scale    = 1055055.85262,
Line 1,504: Line 1,120:
     ["cuftatm"] = {
     ["cuftatm"] = {
name1    = "cubic foot of atmosphere",
name1    = "cubic foot of atmosphere",
name1_us = "cubic foot of atmosphere",
name2    = "cubic feet of atmosphere",
name2    = "cubic feet of atmosphere",
name2_us = "cubic feet of atmosphere",
symbol  = "cu&nbsp;ft&nbsp;atm",
symbol  = "cu&nbsp;ft&nbsp;atm",
sym_us  = "cu&nbsp;ft&nbsp;atm",
utype    = "energy",
utype    = "energy",
scale    = 2869.2044809344,
scale    = 2869.2044809344,
Line 1,516: Line 1,129:
     ["cuftnaturalgas"] = {
     ["cuftnaturalgas"] = {
name1    = "cubic foot of natural gas",
name1    = "cubic foot of natural gas",
name1_us = "cubic foot of natural gas",
name2    = "cubic feet of natural gas",
name2    = "cubic feet of natural gas",
name2_us = "cubic feet of natural gas",
symbol  = "cuftnaturalgas",
symbol  = "cuftnaturalgas",
sym_us  = "cuftnaturalgas",
utype    = "energy",
utype    = "energy",
scale    = 1055055.85262,
scale    = 1055055.85262,
Line 1,528: Line 1,138:
     ["cuydatm"] = {
     ["cuydatm"] = {
name1    = "cubic yard of atmosphere",
name1    = "cubic yard of atmosphere",
name1_us = "cubic yard of atmosphere",
name2    = "cubic yards of atmosphere",
name2    = "cubic yards of atmosphere",
name2_us = "cubic yards of atmosphere",
symbol  = "cu&nbsp;yd&nbsp;atm",
symbol  = "cu&nbsp;yd&nbsp;atm",
sym_us  = "cu&nbsp;yd&nbsp;atm",
utype    = "energy",
utype    = "energy",
scale    = 77468.5209852288,
scale    = 77468.5209852288,
Line 1,539: Line 1,146:
     },
     },
     ["e3BTU"] = {
     ["e3BTU"] = {
name1    = "BTU",
name1_us = "BTU",
name2    = "British thermal units",
name2    = "British thermal units",
name2_us = "British thermal units",
symbol  = "BTU",
symbol  = "BTU",
sym_us  = "BTU",
utype    = "energy",
utype    = "energy",
scale    = 1055055.85262,
scale    = 1055055.85262,
Line 1,552: Line 1,155:
     ["e6BTU"] = {
     ["e6BTU"] = {
name1    = "million British thermal units",
name1    = "million British thermal units",
name1_us = "million British thermal units",
name2    = "million British thermal units",
name2    = "million British thermal units",
name2_us = "million British thermal units",
symbol  = "e6BTU",
symbol  = "e6BTU",
sym_us  = "e6BTU",
utype    = "energy",
utype    = "energy",
scale    = 1055055852.62,
scale    = 1055055852.62,
Line 1,564: Line 1,164:
     ["Eh"] = {
     ["Eh"] = {
name1    = "Hartree",
name1    = "Hartree",
name1_us = "Hartree",
name2    = "Hartrees",
name2_us = "Hartrees",
symbol  = "''E''<sub>h</sub>",
symbol  = "''E''<sub>h</sub>",
sym_us  = "''E''<sub>h</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4.35974417e-18,
scale    = 4.35974417e-18,
default  = "eV",
default  = "eV",
link    = "Hartree",
     },
     },
     ["erg"] = {
     ["erg"] = {
name1    = "erg",
name1_us = "erg",
name2    = "ergs",
name2_us = "ergs",
symbol  = "erg",
symbol  = "erg",
sym_us  = "erg",
utype    = "energy",
utype    = "energy",
scale    = 0.0000001,
scale    = 0.0000001,
default  = "µJ",
default  = "µJ",
link    = "Erg",
     },
     },
     ["eV"] = {
     ["eV"] = {
name1    = "electronvolt",
name1    = "electronvolt",
name1_us = "electronvolt",
name2    = "electronvolts",
name2_us = "electronvolts",
symbol  = "eV",
symbol  = "eV",
sym_us  = "eV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-19,
scale    = 1.602176487e-19,
default  = "aJ",
default  = "aJ",
link    = "Electronvolt",
     },
     },
     ["feV"] = {
     ["feV"] = {
name1    = "femtoelectronvolt",
name1    = "femtoelectronvolt",
name1_us = "femtoelectronvolt",
name2    = "femtoelectronvolts",
name2_us = "femtoelectronvolts",
symbol  = "feV",
symbol  = "feV",
sym_us  = "feV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-34,
scale    = 1.602176487e-34,
Line 1,611: Line 1,191:
     },
     },
     ["foe"] = {
     ["foe"] = {
name1    = "foe",
name1_us = "foe",
name2    = "foes",
name2_us = "foes",
symbol  = "foe",
symbol  = "foe",
sym_us  = "foe",
utype    = "energy",
utype    = "energy",
scale    = 1e44,
scale    = 1e44,
Line 1,624: Line 1,199:
     ["ftlb"] = {
     ["ftlb"] = {
name1    = "foot-pound",
name1    = "foot-pound",
name1_us = "foot-pound",
name2    = "foot-pounds",
name2_us = "foot-pounds",
symbol  = "ft·lb",
symbol  = "ft·lb",
sym_us  = "ft·lb",
utype    = "energy",
utype    = "energy",
scale    = 1.3558179483314004,
scale    = 1.3558179483314004,
Line 1,636: Line 1,207:
     ["ftlb-f"] = {
     ["ftlb-f"] = {
name1    = "foot-pound force",
name1    = "foot-pound force",
name1_us = "foot-pound force",
name2    = "foot-pounds force",
name2    = "foot-pounds force",
name2_us = "foot-pounds force",
symbol  = "ft·lb<sub>f</sub>",
symbol  = "ft·lb<sub>f</sub>",
sym_us  = "ft·lb<sub>f</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1.3558179483314004,
scale    = 1.3558179483314004,
Line 1,648: Line 1,216:
     ["ftlbf"] = {
     ["ftlbf"] = {
name1    = "foot-pound force",
name1    = "foot-pound force",
name1_us = "foot-pound force",
name2    = "foot-pounds force",
name2    = "foot-pounds force",
name2_us = "foot-pounds force",
symbol  = "ft·lbf",
symbol  = "ft·lbf",
sym_us  = "ft·lbf",
utype    = "energy",
utype    = "energy",
scale    = 1.3558179483314004,
scale    = 1.3558179483314004,
Line 1,660: Line 1,225:
     ["ftpdl"] = {
     ["ftpdl"] = {
name1    = "foot-poundal",
name1    = "foot-poundal",
name1_us = "foot-poundal",
name2    = "foot-poundals",
name2_us = "foot-poundals",
symbol  = "ft·pdl",
symbol  = "ft·pdl",
sym_us  = "ft·pdl",
utype    = "energy",
utype    = "energy",
scale    = 0.0421401100938048,
scale    = 0.0421401100938048,
default  = "mJ",
default  = "mJ",
link    = "Foot-poundal",
     },
     },
     ["GeV"] = {
     ["GeV"] = {
name1    = "gigaelectronvolt",
name1    = "gigaelectronvolt",
name1_us = "gigaelectronvolt",
name2    = "gigaelectronvolts",
name2_us = "gigaelectronvolts",
symbol  = "GeV",
symbol  = "GeV",
sym_us  = "GeV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-10,
scale    = 1.602176487e-10,
Line 1,685: Line 1,241:
name1    = "gigalitre-atmosphere",
name1    = "gigalitre-atmosphere",
name1_us = "gigaliter-atmosphere",
name1_us = "gigaliter-atmosphere",
name2    = "gigalitre-atmospheres",
name2_us = "gigaliter-atmospheres",
symbol  = "GL·atm",
symbol  = "GL·atm",
sym_us  = "GL·atm",
utype    = "energy",
utype    = "energy",
scale    = 101325000000,
scale    = 101325000000,
Line 1,697: Line 1,250:
name1    = "gigalitre-atmosphere",
name1    = "gigalitre-atmosphere",
name1_us = "gigaliter-atmosphere",
name1_us = "gigaliter-atmosphere",
name2    = "gigalitre-atmospheres",
name2_us = "gigaliter-atmospheres",
symbol  = "Gl·atm",
symbol  = "Gl·atm",
sym_us  = "Gl·atm",
utype    = "energy",
utype    = "energy",
scale    = 101325000000,
scale    = 101325000000,
Line 1,707: Line 1,257:
     },
     },
     ["gTNT"] = {
     ["gTNT"] = {
name1    = "gram of TNT",
name1_us = "gram of TNT",
name2    = "grams of TNT",
name2    = "grams of TNT",
name2_us = "grams of TNT",
symbol  = "gram of TNT",
symbol  = "gram of TNT",
sym_us  = "gram of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 1,721: Line 1,267:
     ["Gtoe"] = {
     ["Gtoe"] = {
name1    = "gigatonne of oil equivalent",
name1    = "gigatonne of oil equivalent",
name1_us = "gigatonne of oil equivalent",
name2    = "gigatonnes of oil equivalent",
name2    = "gigatonnes of oil equivalent",
name2_us = "gigatonnes of oil equivalent",
symbol  = "Gtoe",
symbol  = "Gtoe",
sym_us  = "Gtoe",
utype    = "energy",
utype    = "energy",
scale    = 4.1868e19,
scale    = 4.1868e19,
Line 1,732: Line 1,275:
     },
     },
     ["GtonTNT"] = {
     ["GtonTNT"] = {
name1    = "gigaton of TNT",
name1_us = "gigaton of TNT",
name2    = "gigatons of TNT",
name2    = "gigatons of TNT",
name2_us = "gigatons of TNT",
symbol  = "gigaton of TNT",
symbol  = "gigaton of TNT",
sym_us  = "gigaton of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 1,745: Line 1,284:
     },
     },
     ["GtTNT"] = {
     ["GtTNT"] = {
name1    = "gigatonne of TNT",
name1_us = "gigatonne of TNT",
name2    = "gigatonnes of TNT",
name2    = "gigatonnes of TNT",
name2_us = "gigatonnes of TNT",
symbol  = "gigatonne of TNT",
symbol  = "gigatonne of TNT",
sym_us  = "gigatonne of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 1,759: Line 1,294:
     ["GW.h"] = {
     ["GW.h"] = {
name1    = "gigawatt-hour",
name1    = "gigawatt-hour",
name1_us = "gigawatt-hour",
name2    = "gigawatt-hours",
name2_us = "gigawatt-hours",
symbol  = "GW·h",
symbol  = "GW·h",
sym_us  = "GW·h",
utype    = "energy",
utype    = "energy",
scale    = 3.6e12,
scale    = 3.6e12,
Line 1,771: Line 1,302:
     ["GWh"] = {
     ["GWh"] = {
name1    = "gigawatt-hour",
name1    = "gigawatt-hour",
name1_us = "gigawatt-hour",
name2    = "gigawatt-hours",
name2_us = "gigawatt-hours",
symbol  = "GWh",
symbol  = "GWh",
sym_us  = "GWh",
utype    = "energy",
utype    = "energy",
scale    = 3.6e12,
scale    = 3.6e12,
Line 1,783: Line 1,310:
     ["hph"] = {
     ["hph"] = {
name1    = "horsepower-hour",
name1    = "horsepower-hour",
name1_us = "horsepower-hour",
name2    = "horsepower-hours",
name2_us = "horsepower-hours",
symbol  = "hp·h",
symbol  = "hp·h",
sym_us  = "hp·h",
utype    = "energy",
utype    = "energy",
scale    = 2684519.537696172792,
scale    = 2684519.537696172792,
Line 1,795: Line 1,318:
     ["impgalatm"] = {
     ["impgalatm"] = {
name1    = "imperial gallon-atmosphere",
name1    = "imperial gallon-atmosphere",
name1_us = "imperial gallon-atmosphere",
name2    = "imperial gallon-atmospheres",
name2_us = "imperial gallon-atmospheres",
symbol  = "imp gal·atm",
symbol  = "imp gal·atm",
sym_us  = "imp gal·atm",
utype    = "energy",
utype    = "energy",
scale    = 460.63256925,
scale    = 460.63256925,
Line 1,807: Line 1,326:
     ["inlb"] = {
     ["inlb"] = {
name1    = "inch-pound",
name1    = "inch-pound",
name1_us = "inch-pound",
name2    = "inch-pounds",
name2_us = "inch-pounds",
symbol  = "in·lb",
symbol  = "in·lb",
sym_us  = "in·lb",
utype    = "energy",
utype    = "energy",
scale    = 0.1129848290276167,
scale    = 0.1129848290276167,
Line 1,819: Line 1,334:
     ["inlb-f"] = {
     ["inlb-f"] = {
name1    = "inch-pound force",
name1    = "inch-pound force",
name1_us = "inch-pound force",
name2    = "inch-pounds force",
name2    = "inch-pounds force",
name2_us = "inch-pounds force",
symbol  = "in·lb<sub>f</sub>",
symbol  = "in·lb<sub>f</sub>",
sym_us  = "in·lb<sub>f</sub>",
utype    = "energy",
utype    = "energy",
scale    = 0.1129848290276167,
scale    = 0.1129848290276167,
Line 1,831: Line 1,343:
     ["inlbf"] = {
     ["inlbf"] = {
name1    = "inch-pound force",
name1    = "inch-pound force",
name1_us = "inch-pound force",
name2    = "inch-pounds force",
name2    = "inch-pounds force",
name2_us = "inch-pounds force",
symbol  = "in·lbf",
symbol  = "in·lbf",
sym_us  = "in·lbf",
utype    = "energy",
utype    = "energy",
scale    = 0.1129848290276167,
scale    = 0.1129848290276167,
Line 1,843: Line 1,352:
     ["inoz-f"] = {
     ["inoz-f"] = {
name1    = "inch-ounce force",
name1    = "inch-ounce force",
name1_us = "inch-ounce force",
name2    = "inch-ounces force",
name2    = "inch-ounces force",
name2_us = "inch-ounces force",
symbol  = "in·oz<sub>f</sub>",
symbol  = "in·oz<sub>f</sub>",
sym_us  = "in·oz<sub>f</sub>",
utype    = "energy",
utype    = "energy",
scale    = 0.00706155181422604375,
scale    = 0.00706155181422604375,
Line 1,855: Line 1,361:
     ["inozf"] = {
     ["inozf"] = {
name1    = "inch-ounce force",
name1    = "inch-ounce force",
name1_us = "inch-ounce force",
name2    = "inch-ounces force",
name2    = "inch-ounces force",
name2_us = "inch-ounces force",
symbol  = "in·ozf",
symbol  = "in·ozf",
sym_us  = "in·ozf",
utype    = "energy",
utype    = "energy",
scale    = 0.00706155181422604375,
scale    = 0.00706155181422604375,
Line 1,866: Line 1,369:
     },
     },
     ["J"] = {
     ["J"] = {
name1    = "%sjoule",
_name1   = "joule",
name1_us = "%sjoule",
_symbol  = "J",
name2    = "%sjoules",
name2_us = "%sjoules",
symbol   = "J",
sym_us  = "J",
utype    = "energy",
utype    = "energy",
scale    = 1,
scale    = 1,
Line 1,880: Line 1,379:
     ["kBOE"] = {
     ["kBOE"] = {
name1    = "kilo barrel of oil equivalent",
name1    = "kilo barrel of oil equivalent",
name1_us = "kilo barrel of oil equivalent",
name2    = "kilo barrels of oil equivalent",
name2    = "kilo barrels of oil equivalent",
name2_us = "kilo barrels of oil equivalent",
symbol  = "kBOE",
symbol  = "kBOE",
sym_us  = "kBOE",
utype    = "energy",
utype    = "energy",
scale    = 6.1178632e12,
scale    = 6.1178632e12,
Line 1,892: Line 1,388:
     ["kcal"] = {
     ["kcal"] = {
name1    = "kilocalorie",
name1    = "kilocalorie",
name1_us = "kilocalorie",
name2    = "kilocalories",
name2_us = "kilocalories",
symbol  = "kcal",
symbol  = "kcal",
sym_us  = "kcal",
utype    = "energy",
utype    = "energy",
scale    = 4184,
scale    = 4184,
Line 1,904: Line 1,396:
     ["kcal-15"] = {
     ["kcal-15"] = {
name1    = "kilocalorie (15°C)",
name1    = "kilocalorie (15°C)",
name1_us = "kilocalorie (15°C)",
name2    = "kilocalories (15°C)",
name2    = "kilocalories (15°C)",
name2_us = "kilocalories (15°C)",
symbol  = "kcal<sub>15</sub>",
symbol  = "kcal<sub>15</sub>",
sym_us  = "kcal<sub>15</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4185.8,
scale    = 4185.8,
Line 1,916: Line 1,405:
     ["kcal-IT"] = {
     ["kcal-IT"] = {
name1    = "kilocalorie (International Steam Table)",
name1    = "kilocalorie (International Steam Table)",
name1_us = "kilocalorie (International Steam Table)",
name2    = "kilocalories (International Steam Table)",
name2    = "kilocalories (International Steam Table)",
name2_us = "kilocalories (International Steam Table)",
symbol  = "kcal<sub>IT</sub>",
symbol  = "kcal<sub>IT</sub>",
sym_us  = "kcal<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4186.8,
scale    = 4186.8,
Line 1,928: Line 1,414:
     ["kcal-th"] = {
     ["kcal-th"] = {
name1    = "kilocalorie (thermochemical)",
name1    = "kilocalorie (thermochemical)",
name1_us = "kilocalorie (thermochemical)",
name2    = "kilocalories (thermochemical)",
name2    = "kilocalories (thermochemical)",
name2_us = "kilocalories (thermochemical)",
symbol  = "kcal<sub>th</sub>",
symbol  = "kcal<sub>th</sub>",
sym_us  = "kcal<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4184,
scale    = 4184,
Line 1,940: Line 1,423:
     ["kerg"] = {
     ["kerg"] = {
name1    = "kiloerg",
name1    = "kiloerg",
name1_us = "kiloerg",
name2    = "kiloergs",
name2_us = "kiloergs",
symbol  = "kerg",
symbol  = "kerg",
sym_us  = "kerg",
utype    = "energy",
utype    = "energy",
scale    = 0.0001,
scale    = 0.0001,
Line 1,952: Line 1,431:
     ["keV"] = {
     ["keV"] = {
name1    = "kiloelectronvolt",
name1    = "kiloelectronvolt",
name1_us = "kiloelectronvolt",
name2    = "kiloelectronvolts",
name2_us = "kiloelectronvolts",
symbol  = "keV",
symbol  = "keV",
sym_us  = "keV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-16,
scale    = 1.602176487e-16,
Line 1,963: Line 1,438:
     },
     },
     ["kgTNT"] = {
     ["kgTNT"] = {
name1    = "kilogram of TNT",
name1_us = "kilogram of TNT",
name2    = "kilograms of TNT",
name2    = "kilograms of TNT",
name2_us = "kilograms of TNT",
symbol  = "kilogram of TNT",
symbol  = "kilogram of TNT",
sym_us  = "kilogram of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 1,978: Line 1,449:
name1    = "kilolitre-atmosphere",
name1    = "kilolitre-atmosphere",
name1_us = "kiloliter-atmosphere",
name1_us = "kiloliter-atmosphere",
name2    = "kilolitre-atmospheres",
name2_us = "kiloliter-atmospheres",
symbol  = "kL·atm",
symbol  = "kL·atm",
sym_us  = "kL·atm",
utype    = "energy",
utype    = "energy",
scale    = 101325,
scale    = 101325,
Line 1,990: Line 1,458:
name1    = "kilolitre-atmosphere",
name1    = "kilolitre-atmosphere",
name1_us = "kiloliter-atmosphere",
name1_us = "kiloliter-atmosphere",
name2    = "kilolitre-atmospheres",
name2_us = "kiloliter-atmospheres",
symbol  = "kl·atm",
symbol  = "kl·atm",
sym_us  = "kl·atm",
utype    = "energy",
utype    = "energy",
scale    = 101325,
scale    = 101325,
Line 2,002: Line 1,467:
name1    = "kilotonne",
name1    = "kilotonne",
name1_us = "kiloton",
name1_us = "kiloton",
name2    = "kilotonnes",
name2_us = "kilotons",
symbol  = "kt",
symbol  = "kt",
sym_us  = "kt",
utype    = "energy",
utype    = "energy",
scale    = 4.184e12,
scale    = 4.184e12,
Line 2,013: Line 1,475:
     ["ktoe"] = {
     ["ktoe"] = {
name1    = "kilotonne of oil equivalent",
name1    = "kilotonne of oil equivalent",
name1_us = "kilotonne of oil equivalent",
name2    = "kilotonnes of oil equivalent",
name2    = "kilotonnes of oil equivalent",
name2_us = "kilotonnes of oil equivalent",
symbol  = "ktoe",
symbol  = "ktoe",
sym_us  = "ktoe",
utype    = "energy",
utype    = "energy",
scale    = 4.1868e13,
scale    = 4.1868e13,
Line 2,025: Line 1,484:
     ["ktonTNT"] = {
     ["ktonTNT"] = {
name1    = "kiloton of TNT",
name1    = "kiloton of TNT",
name1_us = "kiloton of TNT",
name2    = "kilotons of TNT",
name2    = "kilotons of TNT",
name2_us = "kilotons of TNT",
symbol  = "kt",
symbol  = "kt",
sym_us  = "kt",
utype    = "energy",
utype    = "energy",
scale    = 4.184e12,
scale    = 4.184e12,
Line 2,036: Line 1,492:
     },
     },
     ["ktTNT"] = {
     ["ktTNT"] = {
name1    = "kilotonne of TNT",
name1_us = "kilotonne of TNT",
name2    = "kilotonnes of TNT",
name2    = "kilotonnes of TNT",
name2_us = "kilotonnes of TNT",
symbol  = "kilotonne of TNT",
symbol  = "kilotonne of TNT",
sym_us  = "kilotonne of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 2,050: Line 1,502:
     ["kW.h"] = {
     ["kW.h"] = {
name1    = "kilowatt-hour",
name1    = "kilowatt-hour",
name1_us = "kilowatt-hour",
name2    = "kilowatt-hours",
name2_us = "kilowatt-hours",
symbol  = "kW·h",
symbol  = "kW·h",
sym_us  = "kW·h",
utype    = "energy",
utype    = "energy",
scale    = 3600000,
scale    = 3600000,
Line 2,062: Line 1,510:
     ["kWh"] = {
     ["kWh"] = {
name1    = "kilowatt-hour",
name1    = "kilowatt-hour",
name1_us = "kilowatt-hour",
name2    = "kilowatt-hours",
name2_us = "kilowatt-hours",
symbol  = "kWh",
symbol  = "kWh",
sym_us  = "kWh",
utype    = "energy",
utype    = "energy",
scale    = 3600000,
scale    = 3600000,
Line 2,075: Line 1,519:
name1    = "litre-atmosphere",
name1    = "litre-atmosphere",
name1_us = "liter-atmosphere",
name1_us = "liter-atmosphere",
name2    = "litre-atmospheres",
name2_us = "liter-atmospheres",
symbol  = "L·atm",
symbol  = "L·atm",
sym_us  = "L·atm",
utype    = "energy",
utype    = "energy",
scale    = 101.325,
scale    = 101.325,
Line 2,087: Line 1,528:
name1    = "litre-atmosphere",
name1    = "litre-atmosphere",
name1_us = "liter-atmosphere",
name1_us = "liter-atmosphere",
name2    = "litre-atmospheres",
name2_us = "liter-atmospheres",
symbol  = "l·atm",
symbol  = "l·atm",
sym_us  = "l·atm",
utype    = "energy",
utype    = "energy",
scale    = 101.325,
scale    = 101.325,
Line 2,099: Line 1,537:
name1    = "cubic metre-atmosphere",
name1    = "cubic metre-atmosphere",
name1_us = "cubic meter-atmosphere",
name1_us = "cubic meter-atmosphere",
name2    = "cubic metre-atmospheres",
name2_us = "cubic meter-atmospheres",
symbol  = "m<sup>3</sup>·atm",
symbol  = "m<sup>3</sup>·atm",
sym_us  = "m<sup>3</sup>·atm",
utype    = "energy",
utype    = "energy",
scale    = 101325,
scale    = 101325,
Line 2,110: Line 1,545:
     ["MBtu"] = {
     ["MBtu"] = {
name1    = "thousand British thermal units",
name1    = "thousand British thermal units",
name1_us = "thousand British thermal units",
name2    = "thousand British thermal units",
name2    = "thousand British thermal units",
name2_us = "thousand British thermal units",
symbol  = "MBtu",
symbol  = "MBtu",
sym_us  = "MBtu",
utype    = "energy",
utype    = "energy",
scale    = 1055055.85262,
scale    = 1055055.85262,
Line 2,122: Line 1,554:
     ["MBTU-39F"] = {
     ["MBTU-39F"] = {
name1    = "thousand British thermal units (39°F)",
name1    = "thousand British thermal units (39°F)",
name1_us = "thousand British thermal units (39°F)",
name2    = "thousand British thermal units (39°F)",
name2    = "thousand British thermal units (39°F)",
name2_us = "thousand British thermal units (39°F)",
symbol  = "MBTU<sub>39°F</sub>",
symbol  = "MBTU<sub>39°F</sub>",
sym_us  = "MBTU<sub>39°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1059670,
scale    = 1059670,
Line 2,134: Line 1,563:
     ["MBtu-39F"] = {
     ["MBtu-39F"] = {
name1    = "thousand British thermal units (39°F)",
name1    = "thousand British thermal units (39°F)",
name1_us = "thousand British thermal units (39°F)",
name2    = "thousand British thermal units (39°F)",
name2    = "thousand British thermal units (39°F)",
name2_us = "thousand British thermal units (39°F)",
symbol  = "MBtu<sub>39°F</sub>",
symbol  = "MBtu<sub>39°F</sub>",
sym_us  = "MBtu<sub>39°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1059670,
scale    = 1059670,
Line 2,146: Line 1,572:
     ["MBTU-59F"] = {
     ["MBTU-59F"] = {
name1    = "thousand British thermal units (59°F)",
name1    = "thousand British thermal units (59°F)",
name1_us = "thousand British thermal units (59°F)",
name2    = "thousand British thermal units (59°F)",
name2    = "thousand British thermal units (59°F)",
name2_us = "thousand British thermal units (59°F)",
symbol  = "MBTU<sub>59°F</sub>",
symbol  = "MBTU<sub>59°F</sub>",
sym_us  = "MBTU<sub>59°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054804,
scale    = 1054804,
Line 2,158: Line 1,581:
     ["MBtu-59F"] = {
     ["MBtu-59F"] = {
name1    = "thousand British thermal units (59°F)",
name1    = "thousand British thermal units (59°F)",
name1_us = "thousand British thermal units (59°F)",
name2    = "thousand British thermal units (59°F)",
name2    = "thousand British thermal units (59°F)",
name2_us = "thousand British thermal units (59°F)",
symbol  = "MBtu<sub>59°F</sub>",
symbol  = "MBtu<sub>59°F</sub>",
sym_us  = "MBtu<sub>59°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054804,
scale    = 1054804,
Line 2,170: Line 1,590:
     ["MBTU-60F"] = {
     ["MBTU-60F"] = {
name1    = "thousand British thermal units (60°F)",
name1    = "thousand British thermal units (60°F)",
name1_us = "thousand British thermal units (60°F)",
name2    = "thousand British thermal units (60°F)",
name2    = "thousand British thermal units (60°F)",
name2_us = "thousand British thermal units (60°F)",
symbol  = "MBTU<sub>60°F</sub>",
symbol  = "MBTU<sub>60°F</sub>",
sym_us  = "MBTU<sub>60°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054680,
scale    = 1054680,
Line 2,182: Line 1,599:
     ["MBtu-60F"] = {
     ["MBtu-60F"] = {
name1    = "thousand British thermal units (60°F)",
name1    = "thousand British thermal units (60°F)",
name1_us = "thousand British thermal units (60°F)",
name2    = "thousand British thermal units (60°F)",
name2    = "thousand British thermal units (60°F)",
name2_us = "thousand British thermal units (60°F)",
symbol  = "MBtu<sub>60°F</sub>",
symbol  = "MBtu<sub>60°F</sub>",
sym_us  = "MBtu<sub>60°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054680,
scale    = 1054680,
Line 2,194: Line 1,608:
     ["MBTU-63F"] = {
     ["MBTU-63F"] = {
name1    = "thousand British thermal units (63°F)",
name1    = "thousand British thermal units (63°F)",
name1_us = "thousand British thermal units (63°F)",
name2    = "thousand British thermal units (63°F)",
name2    = "thousand British thermal units (63°F)",
name2_us = "thousand British thermal units (63°F)",
symbol  = "MBTU<sub>63°F</sub>",
symbol  = "MBTU<sub>63°F</sub>",
sym_us  = "MBTU<sub>63°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054600,
scale    = 1054600,
Line 2,206: Line 1,617:
     ["MBtu-63F"] = {
     ["MBtu-63F"] = {
name1    = "thousand British thermal units (63°F)",
name1    = "thousand British thermal units (63°F)",
name1_us = "thousand British thermal units (63°F)",
name2    = "thousand British thermal units (63°F)",
name2    = "thousand British thermal units (63°F)",
name2_us = "thousand British thermal units (63°F)",
symbol  = "MBtu<sub>63°F</sub>",
symbol  = "MBtu<sub>63°F</sub>",
sym_us  = "MBtu<sub>63°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054600,
scale    = 1054600,
Line 2,218: Line 1,626:
     ["MBTU-ISO"] = {
     ["MBTU-ISO"] = {
name1    = "thousand British thermal units (ISO)",
name1    = "thousand British thermal units (ISO)",
name1_us = "thousand British thermal units (ISO)",
name2    = "thousand British thermal units (ISO)",
name2    = "thousand British thermal units (ISO)",
name2_us = "thousand British thermal units (ISO)",
symbol  = "MBTU<sub>ISO</sub>",
symbol  = "MBTU<sub>ISO</sub>",
sym_us  = "MBTU<sub>ISO</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055056,
scale    = 1055056,
Line 2,230: Line 1,635:
     ["MBtu-ISO"] = {
     ["MBtu-ISO"] = {
name1    = "thousand British thermal units (ISO)",
name1    = "thousand British thermal units (ISO)",
name1_us = "thousand British thermal units (ISO)",
name2    = "thousand British thermal units (ISO)",
name2    = "thousand British thermal units (ISO)",
name2_us = "thousand British thermal units (ISO)",
symbol  = "MBtu<sub>ISO</sub>",
symbol  = "MBtu<sub>ISO</sub>",
sym_us  = "MBtu<sub>ISO</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055056,
scale    = 1055056,
Line 2,242: Line 1,644:
     ["MBTU-IT"] = {
     ["MBTU-IT"] = {
name1    = "thousand British thermal units (IT)",
name1    = "thousand British thermal units (IT)",
name1_us = "thousand British thermal units (IT)",
name2    = "thousand British thermal units (IT)",
name2    = "thousand British thermal units (IT)",
name2_us = "thousand British thermal units (IT)",
symbol  = "MBTU<sub>IT</sub>",
symbol  = "MBTU<sub>IT</sub>",
sym_us  = "MBTU<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055055.85262,
scale    = 1055055.85262,
Line 2,254: Line 1,653:
     ["MBtu-IT"] = {
     ["MBtu-IT"] = {
name1    = "thousand British thermal units (IT)",
name1    = "thousand British thermal units (IT)",
name1_us = "thousand British thermal units (IT)",
name2    = "thousand British thermal units (IT)",
name2    = "thousand British thermal units (IT)",
name2_us = "thousand British thermal units (IT)",
symbol  = "MBtu<sub>IT</sub>",
symbol  = "MBtu<sub>IT</sub>",
sym_us  = "MBtu<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055055.85262,
scale    = 1055055.85262,
Line 2,266: Line 1,662:
     ["MBTU-mean"] = {
     ["MBTU-mean"] = {
name1    = "thousand British thermal units (mean)",
name1    = "thousand British thermal units (mean)",
name1_us = "thousand British thermal units (mean)",
name2    = "thousand British thermal units (mean)",
name2    = "thousand British thermal units (mean)",
name2_us = "thousand British thermal units (mean)",
symbol  = "MBTU<sub>mean</sub>",
symbol  = "MBTU<sub>mean</sub>",
sym_us  = "MBTU<sub>mean</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055870,
scale    = 1055870,
Line 2,278: Line 1,671:
     ["MBtu-mean"] = {
     ["MBtu-mean"] = {
name1    = "thousand British thermal units (mean)",
name1    = "thousand British thermal units (mean)",
name1_us = "thousand British thermal units (mean)",
name2    = "thousand British thermal units (mean)",
name2    = "thousand British thermal units (mean)",
name2_us = "thousand British thermal units (mean)",
symbol  = "MBtu<sub>mean</sub>",
symbol  = "MBtu<sub>mean</sub>",
sym_us  = "MBtu<sub>mean</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055870,
scale    = 1055870,
Line 2,290: Line 1,680:
     ["MBTU-th"] = {
     ["MBTU-th"] = {
name1    = "thousand British thermal units (thermochemical)",
name1    = "thousand British thermal units (thermochemical)",
name1_us = "thousand British thermal units (thermochemical)",
name2    = "thousand British thermal units (thermochemical)",
name2    = "thousand British thermal units (thermochemical)",
name2_us = "thousand British thermal units (thermochemical)",
symbol  = "MBTU<sub>th</sub>",
symbol  = "MBTU<sub>th</sub>",
sym_us  = "MBTU<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054350.26444,
scale    = 1054350.26444,
Line 2,302: Line 1,689:
     ["MBtu-th"] = {
     ["MBtu-th"] = {
name1    = "thousand British thermal units (thermochemical)",
name1    = "thousand British thermal units (thermochemical)",
name1_us = "thousand British thermal units (thermochemical)",
name2    = "thousand British thermal units (thermochemical)",
name2    = "thousand British thermal units (thermochemical)",
name2_us = "thousand British thermal units (thermochemical)",
symbol  = "MBtu<sub>th</sub>",
symbol  = "MBtu<sub>th</sub>",
sym_us  = "MBtu<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054350.26444,
scale    = 1054350.26444,
Line 2,314: Line 1,698:
     ["Mcal"] = {
     ["Mcal"] = {
name1    = "megacalorie",
name1    = "megacalorie",
name1_us = "megacalorie",
name2    = "megacalories",
name2_us = "megacalories",
symbol  = "Mcal",
symbol  = "Mcal",
sym_us  = "Mcal",
utype    = "energy",
utype    = "energy",
scale    = 4184000,
scale    = 4184000,
Line 2,326: Line 1,706:
     ["mcal"] = {
     ["mcal"] = {
name1    = "millicalorie",
name1    = "millicalorie",
name1_us = "millicalorie",
name2    = "millicalories",
name2_us = "millicalories",
symbol  = "mcal",
symbol  = "mcal",
sym_us  = "mcal",
utype    = "energy",
utype    = "energy",
scale    = 0.004184,
scale    = 0.004184,
Line 2,338: Line 1,714:
     ["Mcal-15"] = {
     ["Mcal-15"] = {
name1    = "megacalorie (15°C)",
name1    = "megacalorie (15°C)",
name1_us = "megacalorie (15°C)",
name2    = "megacalories (15°C)",
name2    = "megacalories (15°C)",
name2_us = "megacalories (15°C)",
symbol  = "Mcal<sub>15</sub>",
symbol  = "Mcal<sub>15</sub>",
sym_us  = "Mcal<sub>15</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4185800,
scale    = 4185800,
Line 2,350: Line 1,723:
     ["mcal-15"] = {
     ["mcal-15"] = {
name1    = "millicalorie (15°C)",
name1    = "millicalorie (15°C)",
name1_us = "millicalorie (15°C)",
name2    = "millicalories (15°C)",
name2    = "millicalories (15°C)",
name2_us = "millicalories (15°C)",
symbol  = "mcal<sub>15</sub>",
symbol  = "mcal<sub>15</sub>",
sym_us  = "mcal<sub>15</sub>",
utype    = "energy",
utype    = "energy",
scale    = 0.0041858,
scale    = 0.0041858,
Line 2,362: Line 1,732:
     ["Mcal-IT"] = {
     ["Mcal-IT"] = {
name1    = "megacalorie (International Steam Table)",
name1    = "megacalorie (International Steam Table)",
name1_us = "megacalorie (International Steam Table)",
name2    = "megacalories (International Steam Table)",
name2    = "megacalories (International Steam Table)",
name2_us = "megacalories (International Steam Table)",
symbol  = "Mcal<sub>IT</sub>",
symbol  = "Mcal<sub>IT</sub>",
sym_us  = "Mcal<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4186800,
scale    = 4186800,
Line 2,374: Line 1,741:
     ["mcal-IT"] = {
     ["mcal-IT"] = {
name1    = "millicalorie (International Steam Table)",
name1    = "millicalorie (International Steam Table)",
name1_us = "millicalorie (International Steam Table)",
name2    = "millicalories (International Steam Table)",
name2    = "millicalories (International Steam Table)",
name2_us = "millicalories (International Steam Table)",
symbol  = "mcal<sub>IT</sub>",
symbol  = "mcal<sub>IT</sub>",
sym_us  = "mcal<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 0.0041868,
scale    = 0.0041868,
Line 2,386: Line 1,750:
     ["Mcal-th"] = {
     ["Mcal-th"] = {
name1    = "megacalorie (thermochemical)",
name1    = "megacalorie (thermochemical)",
name1_us = "megacalorie (thermochemical)",
name2    = "megacalories (thermochemical)",
name2    = "megacalories (thermochemical)",
name2_us = "megacalories (thermochemical)",
symbol  = "Mcal<sub>th</sub>",
symbol  = "Mcal<sub>th</sub>",
sym_us  = "Mcal<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 4184000,
scale    = 4184000,
Line 2,398: Line 1,759:
     ["mcal-th"] = {
     ["mcal-th"] = {
name1    = "millicalorie (thermochemical)",
name1    = "millicalorie (thermochemical)",
name1_us = "millicalorie (thermochemical)",
name2    = "millicalories (thermochemical)",
name2    = "millicalories (thermochemical)",
name2_us = "millicalories (thermochemical)",
symbol  = "mcal<sub>th</sub>",
symbol  = "mcal<sub>th</sub>",
sym_us  = "mcal<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 0.004184,
scale    = 0.004184,
Line 2,410: Line 1,768:
     ["Merg"] = {
     ["Merg"] = {
name1    = "megaerg",
name1    = "megaerg",
name1_us = "megaerg",
name2    = "megaergs",
name2_us = "megaergs",
symbol  = "Merg",
symbol  = "Merg",
sym_us  = "Merg",
utype    = "energy",
utype    = "energy",
scale    = 0.1,
scale    = 0.1,
Line 2,422: Line 1,776:
     ["merg"] = {
     ["merg"] = {
name1    = "millierg",
name1    = "millierg",
name1_us = "millierg",
name2    = "milliergs",
name2_us = "milliergs",
symbol  = "merg",
symbol  = "merg",
sym_us  = "merg",
utype    = "energy",
utype    = "energy",
scale    = 0.0000000001,
scale    = 0.0000000001,
Line 2,434: Line 1,784:
     ["MeV"] = {
     ["MeV"] = {
name1    = "megaelectronvolt",
name1    = "megaelectronvolt",
name1_us = "megaelectronvolt",
name2    = "megaelectronvolts",
name2_us = "megaelectronvolts",
symbol  = "MeV",
symbol  = "MeV",
sym_us  = "MeV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-13,
scale    = 1.602176487e-13,
Line 2,446: Line 1,792:
     ["meV"] = {
     ["meV"] = {
name1    = "millielectronvolt",
name1    = "millielectronvolt",
name1_us = "millielectronvolt",
name2    = "millielectronvolts",
name2_us = "millielectronvolts",
symbol  = "meV",
symbol  = "meV",
sym_us  = "meV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-22,
scale    = 1.602176487e-22,
Line 2,459: Line 1,801:
name1    = "megalitre-atmosphere",
name1    = "megalitre-atmosphere",
name1_us = "megaliter-atmosphere",
name1_us = "megaliter-atmosphere",
name2    = "megalitre-atmospheres",
name2_us = "megaliter-atmospheres",
symbol  = "ML·atm",
symbol  = "ML·atm",
sym_us  = "ML·atm",
utype    = "energy",
utype    = "energy",
scale    = 101325000,
scale    = 101325000,
Line 2,471: Line 1,810:
name1    = "megalitre-atmosphere",
name1    = "megalitre-atmosphere",
name1_us = "megaliter-atmosphere",
name1_us = "megaliter-atmosphere",
name2    = "megalitre-atmospheres",
name2_us = "megaliter-atmospheres",
symbol  = "Ml·atm",
symbol  = "Ml·atm",
sym_us  = "Ml·atm",
utype    = "energy",
utype    = "energy",
scale    = 101325000,
scale    = 101325000,
Line 2,483: Line 1,819:
name1    = "millilitre-atmosphere",
name1    = "millilitre-atmosphere",
name1_us = "milliliter-atmosphere",
name1_us = "milliliter-atmosphere",
name2    = "millilitre-atmospheres",
name2_us = "milliliter-atmospheres",
symbol  = "L·atm",
symbol  = "L·atm",
sym_us  = "L·atm",
utype    = "energy",
utype    = "energy",
scale    = 0.101325,
scale    = 0.101325,
Line 2,495: Line 1,828:
name1    = "millilitre-atmosphere",
name1    = "millilitre-atmosphere",
name1_us = "milliliter-atmosphere",
name1_us = "milliliter-atmosphere",
name2    = "millilitre-atmospheres",
name2_us = "milliliter-atmospheres",
symbol  = "l·atm",
symbol  = "l·atm",
sym_us  = "l·atm",
utype    = "energy",
utype    = "energy",
scale    = 0.101325,
scale    = 0.101325,
Line 2,506: Line 1,836:
     ["MMBtu"] = {
     ["MMBtu"] = {
name1    = "million British thermal units",
name1    = "million British thermal units",
name1_us = "million British thermal units",
name2    = "million British thermal units",
name2    = "million British thermal units",
name2_us = "million British thermal units",
symbol  = "MMBtu",
symbol  = "MMBtu",
sym_us  = "MMBtu",
utype    = "energy",
utype    = "energy",
scale    = 1055055852.62,
scale    = 1055055852.62,
Line 2,518: Line 1,845:
     ["MMBTU-39F"] = {
     ["MMBTU-39F"] = {
name1    = "million British thermal units (39°F)",
name1    = "million British thermal units (39°F)",
name1_us = "million British thermal units (39°F)",
name2    = "million British thermal units (39°F)",
name2    = "million British thermal units (39°F)",
name2_us = "million British thermal units (39°F)",
symbol  = "MMBTU<sub>39°F</sub>",
symbol  = "MMBTU<sub>39°F</sub>",
sym_us  = "MMBTU<sub>39°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1059670000,
scale    = 1059670000,
Line 2,530: Line 1,854:
     ["MMBtu-39F"] = {
     ["MMBtu-39F"] = {
name1    = "million British thermal units (39°F)",
name1    = "million British thermal units (39°F)",
name1_us = "million British thermal units (39°F)",
name2    = "million British thermal units (39°F)",
name2    = "million British thermal units (39°F)",
name2_us = "million British thermal units (39°F)",
symbol  = "MMBtu<sub>39°F</sub>",
symbol  = "MMBtu<sub>39°F</sub>",
sym_us  = "MMBtu<sub>39°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1059670000,
scale    = 1059670000,
Line 2,542: Line 1,863:
     ["MMBTU-59F"] = {
     ["MMBTU-59F"] = {
name1    = "million British thermal units (59°F)",
name1    = "million British thermal units (59°F)",
name1_us = "million British thermal units (59°F)",
name2    = "million British thermal units (59°F)",
name2    = "million British thermal units (59°F)",
name2_us = "million British thermal units (59°F)",
symbol  = "MMBTU<sub>59°F</sub>",
symbol  = "MMBTU<sub>59°F</sub>",
sym_us  = "MMBTU<sub>59°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054804000,
scale    = 1054804000,
Line 2,554: Line 1,872:
     ["MMBtu-59F"] = {
     ["MMBtu-59F"] = {
name1    = "million British thermal units (59°F)",
name1    = "million British thermal units (59°F)",
name1_us = "million British thermal units (59°F)",
name2    = "million British thermal units (59°F)",
name2    = "million British thermal units (59°F)",
name2_us = "million British thermal units (59°F)",
symbol  = "MMBtu<sub>59°F</sub>",
symbol  = "MMBtu<sub>59°F</sub>",
sym_us  = "MMBtu<sub>59°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054804000,
scale    = 1054804000,
Line 2,566: Line 1,881:
     ["MMBTU-60F"] = {
     ["MMBTU-60F"] = {
name1    = "million British thermal units (60°F)",
name1    = "million British thermal units (60°F)",
name1_us = "million British thermal units (60°F)",
name2    = "million British thermal units (60°F)",
name2    = "million British thermal units (60°F)",
name2_us = "million British thermal units (60°F)",
symbol  = "MMBTU<sub>60°F</sub>",
symbol  = "MMBTU<sub>60°F</sub>",
sym_us  = "MMBTU<sub>60°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054680000,
scale    = 1054680000,
Line 2,578: Line 1,890:
     ["MMBtu-60F"] = {
     ["MMBtu-60F"] = {
name1    = "million British thermal units (60°F)",
name1    = "million British thermal units (60°F)",
name1_us = "million British thermal units (60°F)",
name2    = "million British thermal units (60°F)",
name2    = "million British thermal units (60°F)",
name2_us = "million British thermal units (60°F)",
symbol  = "MMBtu<sub>60°F</sub>",
symbol  = "MMBtu<sub>60°F</sub>",
sym_us  = "MMBtu<sub>60°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054680000,
scale    = 1054680000,
Line 2,590: Line 1,899:
     ["MMBTU-63F"] = {
     ["MMBTU-63F"] = {
name1    = "million British thermal units (63°F)",
name1    = "million British thermal units (63°F)",
name1_us = "million British thermal units (63°F)",
name2    = "million British thermal units (63°F)",
name2    = "million British thermal units (63°F)",
name2_us = "million British thermal units (63°F)",
symbol  = "MMBTU<sub>63°F</sub>",
symbol  = "MMBTU<sub>63°F</sub>",
sym_us  = "MMBTU<sub>63°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054600000,
scale    = 1054600000,
Line 2,602: Line 1,908:
     ["MMBtu-63F"] = {
     ["MMBtu-63F"] = {
name1    = "million British thermal units (63°F)",
name1    = "million British thermal units (63°F)",
name1_us = "million British thermal units (63°F)",
name2    = "million British thermal units (63°F)",
name2    = "million British thermal units (63°F)",
name2_us = "million British thermal units (63°F)",
symbol  = "MMBtu<sub>63°F</sub>",
symbol  = "MMBtu<sub>63°F</sub>",
sym_us  = "MMBtu<sub>63°F</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054600000,
scale    = 1054600000,
Line 2,614: Line 1,917:
     ["MMBTU-ISO"] = {
     ["MMBTU-ISO"] = {
name1    = "million British thermal units (ISO)",
name1    = "million British thermal units (ISO)",
name1_us = "million British thermal units (ISO)",
name2    = "million British thermal units (ISO)",
name2    = "million British thermal units (ISO)",
name2_us = "million British thermal units (ISO)",
symbol  = "MMBTU<sub>ISO</sub>",
symbol  = "MMBTU<sub>ISO</sub>",
sym_us  = "MMBTU<sub>ISO</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055056000,
scale    = 1055056000,
Line 2,626: Line 1,926:
     ["MMBtu-ISO"] = {
     ["MMBtu-ISO"] = {
name1    = "million British thermal units (ISO)",
name1    = "million British thermal units (ISO)",
name1_us = "million British thermal units (ISO)",
name2    = "million British thermal units (ISO)",
name2    = "million British thermal units (ISO)",
name2_us = "million British thermal units (ISO)",
symbol  = "MMBtu<sub>ISO</sub>",
symbol  = "MMBtu<sub>ISO</sub>",
sym_us  = "MMBtu<sub>ISO</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055056000,
scale    = 1055056000,
Line 2,638: Line 1,935:
     ["MMBTU-IT"] = {
     ["MMBTU-IT"] = {
name1    = "million British thermal units (IT)",
name1    = "million British thermal units (IT)",
name1_us = "million British thermal units (IT)",
name2    = "million British thermal units (IT)",
name2    = "million British thermal units (IT)",
name2_us = "million British thermal units (IT)",
symbol  = "MMBTU<sub>IT</sub>",
symbol  = "MMBTU<sub>IT</sub>",
sym_us  = "MMBTU<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055055852.62,
scale    = 1055055852.62,
Line 2,650: Line 1,944:
     ["MMBtu-IT"] = {
     ["MMBtu-IT"] = {
name1    = "million British thermal units (IT)",
name1    = "million British thermal units (IT)",
name1_us = "million British thermal units (IT)",
name2    = "million British thermal units (IT)",
name2    = "million British thermal units (IT)",
name2_us = "million British thermal units (IT)",
symbol  = "MMBtu<sub>IT</sub>",
symbol  = "MMBtu<sub>IT</sub>",
sym_us  = "MMBtu<sub>IT</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055055852.62,
scale    = 1055055852.62,
Line 2,662: Line 1,953:
     ["MMBTU-mean"] = {
     ["MMBTU-mean"] = {
name1    = "million British thermal units (mean)",
name1    = "million British thermal units (mean)",
name1_us = "million British thermal units (mean)",
name2    = "million British thermal units (mean)",
name2    = "million British thermal units (mean)",
name2_us = "million British thermal units (mean)",
symbol  = "MMBTU<sub>mean</sub>",
symbol  = "MMBTU<sub>mean</sub>",
sym_us  = "MMBTU<sub>mean</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055870000,
scale    = 1055870000,
Line 2,674: Line 1,962:
     ["MMBtu-mean"] = {
     ["MMBtu-mean"] = {
name1    = "million British thermal units (mean)",
name1    = "million British thermal units (mean)",
name1_us = "million British thermal units (mean)",
name2    = "million British thermal units (mean)",
name2    = "million British thermal units (mean)",
name2_us = "million British thermal units (mean)",
symbol  = "MMBtu<sub>mean</sub>",
symbol  = "MMBtu<sub>mean</sub>",
sym_us  = "MMBtu<sub>mean</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1055870000,
scale    = 1055870000,
Line 2,686: Line 1,971:
     ["MMBTU-th"] = {
     ["MMBTU-th"] = {
name1    = "million British thermal units (thermochemical)",
name1    = "million British thermal units (thermochemical)",
name1_us = "million British thermal units (thermochemical)",
name2    = "million British thermal units (thermochemical)",
name2    = "million British thermal units (thermochemical)",
name2_us = "million British thermal units (thermochemical)",
symbol  = "MMBTU<sub>th</sub>",
symbol  = "MMBTU<sub>th</sub>",
sym_us  = "MMBTU<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054350264.44,
scale    = 1054350264.44,
Line 2,698: Line 1,980:
     ["MMBtu-th"] = {
     ["MMBtu-th"] = {
name1    = "million British thermal units (thermochemical)",
name1    = "million British thermal units (thermochemical)",
name1_us = "million British thermal units (thermochemical)",
name2    = "million British thermal units (thermochemical)",
name2    = "million British thermal units (thermochemical)",
name2_us = "million British thermal units (thermochemical)",
symbol  = "MMBtu<sub>th</sub>",
symbol  = "MMBtu<sub>th</sub>",
sym_us  = "MMBtu<sub>th</sub>",
utype    = "energy",
utype    = "energy",
scale    = 1054350264.44,
scale    = 1054350264.44,
Line 2,711: Line 1,990:
name1    = "megatonne",
name1    = "megatonne",
name1_us = "megaton",
name1_us = "megaton",
name2    = "megatonnes",
name2_us = "megatons",
symbol  = "Mt",
symbol  = "Mt",
sym_us  = "Mt",
utype    = "energy",
utype    = "energy",
scale    = 4.184e15,
scale    = 4.184e15,
Line 2,722: Line 1,998:
     ["Mtoe"] = {
     ["Mtoe"] = {
name1    = "megatonne of oil equivalent",
name1    = "megatonne of oil equivalent",
name1_us = "megatonne of oil equivalent",
name2    = "megatonnes of oil equivalent",
name2    = "megatonnes of oil equivalent",
name2_us = "megatonnes of oil equivalent",
symbol  = "Mtoe",
symbol  = "Mtoe",
sym_us  = "Mtoe",
utype    = "energy",
utype    = "energy",
scale    = 4.1868e16,
scale    = 4.1868e16,
Line 2,734: Line 2,007:
     ["MtonTNT"] = {
     ["MtonTNT"] = {
name1    = "megaton of TNT",
name1    = "megaton of TNT",
name1_us = "megaton of TNT",
name2    = "megatons of TNT",
name2    = "megatons of TNT",
name2_us = "megatons of TNT",
symbol  = "Mt",
symbol  = "Mt",
sym_us  = "Mt",
utype    = "energy",
utype    = "energy",
scale    = 4.184e15,
scale    = 4.184e15,
Line 2,745: Line 2,015:
     },
     },
     ["mtonTNT"] = {
     ["mtonTNT"] = {
name1    = "milliton of TNT",
name1_us = "milliton of TNT",
name2    = "millitons of TNT",
name2    = "millitons of TNT",
name2_us = "millitons of TNT",
symbol  = "milliton of TNT",
symbol  = "milliton of TNT",
sym_us  = "milliton of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 2,758: Line 2,024:
     },
     },
     ["MtTNT"] = {
     ["MtTNT"] = {
name1    = "megatonne of TNT",
name1_us = "megatonne of TNT",
name2    = "megatonnes of TNT",
name2    = "megatonnes of TNT",
name2_us = "megatonnes of TNT",
symbol  = "megatonne of TNT",
symbol  = "megatonne of TNT",
sym_us  = "megatonne of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 2,771: Line 2,033:
     },
     },
     ["mtTNT"] = {
     ["mtTNT"] = {
name1    = "millitonne of TNT",
name1_us = "millitonne of TNT",
name2    = "millitonnes of TNT",
name2    = "millitonnes of TNT",
name2_us = "millitonnes of TNT",
symbol  = "millitonne of TNT",
symbol  = "millitonne of TNT",
sym_us  = "millitonne of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 2,785: Line 2,043:
     ["MW.h"] = {
     ["MW.h"] = {
name1    = "megawatt-hour",
name1    = "megawatt-hour",
name1_us = "megawatt-hour",
name2    = "megawatt-hours",
name2_us = "megawatt-hours",
symbol  = "MW·h",
symbol  = "MW·h",
sym_us  = "MW·h",
utype    = "energy",
utype    = "energy",
scale    = 3600000000,
scale    = 3600000000,
Line 2,797: Line 2,051:
     ["mW.h"] = {
     ["mW.h"] = {
name1    = "milliwatt-hour",
name1    = "milliwatt-hour",
name1_us = "milliwatt-hour",
name2    = "milliwatt-hours",
name2_us = "milliwatt-hours",
symbol  = "mW·h",
symbol  = "mW·h",
sym_us  = "mW·h",
utype    = "energy",
utype    = "energy",
scale    = 3.6,
scale    = 3.6,
Line 2,809: Line 2,059:
     ["MWh"] = {
     ["MWh"] = {
name1    = "megawatt-hour",
name1    = "megawatt-hour",
name1_us = "megawatt-hour",
name2    = "megawatt-hours",
name2_us = "megawatt-hours",
symbol  = "MWh",
symbol  = "MWh",
sym_us  = "MWh",
utype    = "energy",
utype    = "energy",
scale    = 3600000000,
scale    = 3600000000,
Line 2,821: Line 2,067:
     ["mWh"] = {
     ["mWh"] = {
name1    = "milliwatt-hour",
name1    = "milliwatt-hour",
name1_us = "milliwatt-hour",
name2    = "milliwatt-hours",
name2_us = "milliwatt-hours",
symbol  = "mWh",
symbol  = "mWh",
sym_us  = "mWh",
utype    = "energy",
utype    = "energy",
scale    = 3.6,
scale    = 3.6,
Line 2,833: Line 2,075:
     ["neV"] = {
     ["neV"] = {
name1    = "nanoelectronvolt",
name1    = "nanoelectronvolt",
name1_us = "nanoelectronvolt",
name2    = "nanoelectronvolts",
name2_us = "nanoelectronvolts",
symbol  = "neV",
symbol  = "neV",
sym_us  = "neV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-28,
scale    = 1.602176487e-28,
Line 2,845: Line 2,083:
     ["PeV"] = {
     ["PeV"] = {
name1    = "petaelectronvolt",
name1    = "petaelectronvolt",
name1_us = "petaelectronvolt",
name2    = "petaelectronvolts",
name2_us = "petaelectronvolts",
symbol  = "PeV",
symbol  = "PeV",
sym_us  = "PeV",
utype    = "energy",
utype    = "energy",
scale    = 0.0001602176487,
scale    = 0.0001602176487,
Line 2,857: Line 2,091:
     ["peV"] = {
     ["peV"] = {
name1    = "picoelectronvolt",
name1    = "picoelectronvolt",
name1_us = "picoelectronvolt",
name2    = "picoelectronvolts",
name2_us = "picoelectronvolts",
symbol  = "peV",
symbol  = "peV",
sym_us  = "peV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-31,
scale    = 1.602176487e-31,
Line 2,869: Line 2,099:
     ["quad"] = {
     ["quad"] = {
name1    = "quadrillion British thermal units",
name1    = "quadrillion British thermal units",
name1_us = "quadrillion British thermal units",
name2    = "quadrillion British thermal units",
name2    = "quadrillion British thermal units",
name2_us = "quadrillion British thermal units",
symbol  = "quad",
symbol  = "quad",
sym_us  = "quad",
utype    = "energy",
utype    = "energy",
scale    = 1.054804e18,
scale    = 1.054804e18,
Line 2,881: Line 2,108:
     ["Ry"] = {
     ["Ry"] = {
name1    = "rydberg",
name1    = "rydberg",
name1_us = "rydberg",
name2    = "rydbergs",
name2_us = "rydbergs",
symbol  = "Ry",
symbol  = "Ry",
sym_us  = "Ry",
utype    = "energy",
utype    = "energy",
scale    = 2.1798741e-18,
scale    = 2.1798741e-18,
Line 2,894: Line 2,117:
name1    = "standard cubic centimetre",
name1    = "standard cubic centimetre",
name1_us = "standard cubic centimeter",
name1_us = "standard cubic centimeter",
name2    = "standard cubic centimetres",
name2_us = "standard cubic centimeters",
symbol  = "scc",
symbol  = "scc",
sym_us  = "scc",
utype    = "energy",
utype    = "energy",
scale    = 0.101325,
scale    = 0.101325,
Line 2,905: Line 2,125:
     ["scf"] = {
     ["scf"] = {
name1    = "standard cubic foot",
name1    = "standard cubic foot",
name1_us = "standard cubic foot",
name2    = "standard cubic feet",
name2    = "standard cubic feet",
name2_us = "standard cubic feet",
symbol  = "scf",
symbol  = "scf",
sym_us  = "scf",
utype    = "energy",
utype    = "energy",
scale    = 2869.2044809344,
scale    = 2869.2044809344,
Line 2,917: Line 2,134:
     ["scfoot"] = {
     ["scfoot"] = {
name1    = "standard cubic foot",
name1    = "standard cubic foot",
name1_us = "standard cubic foot",
name2    = "standard cubic foot",
name2    = "standard cubic foot",
name2_us = "standard cubic foot",
symbol  = "scf",
symbol  = "scf",
sym_us  = "scf",
utype    = "energy",
utype    = "energy",
scale    = 2869.2044809344,
scale    = 2869.2044809344,
Line 2,929: Line 2,143:
     ["scy"] = {
     ["scy"] = {
name1    = "standard cubic yard",
name1    = "standard cubic yard",
name1_us = "standard cubic yard",
name2    = "standard cubic yards",
name2_us = "standard cubic yards",
symbol  = "scy",
symbol  = "scy",
sym_us  = "scy",
utype    = "energy",
utype    = "energy",
scale    = 77468.5209852288,
scale    = 77468.5209852288,
Line 2,942: Line 2,152:
name1    = "standard litre",
name1    = "standard litre",
name1_us = "standard liter",
name1_us = "standard liter",
name2    = "standard litres",
name2_us = "standard liters",
symbol  = "sl",
symbol  = "sl",
sym_us  = "sl",
utype    = "energy",
utype    = "energy",
scale    = 101.325,
scale    = 101.325,
Line 2,954: Line 2,161:
name1    = "tonne",
name1    = "tonne",
name1_us = "ton",
name1_us = "ton",
name2    = "tonnes",
name2_us = "tons",
symbol  = "t",
symbol  = "t",
sym_us  = "t",
utype    = "energy",
utype    = "energy",
scale    = 4184000000,
scale    = 4184000000,
Line 2,965: Line 2,169:
     ["TeV"] = {
     ["TeV"] = {
name1    = "teraelectronvolt",
name1    = "teraelectronvolt",
name1_us = "teraelectronvolt",
name2    = "teraelectronvolts",
name2_us = "teraelectronvolts",
symbol  = "TeV",
symbol  = "TeV",
sym_us  = "TeV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-7,
scale    = 1.602176487e-7,
Line 2,977: Line 2,177:
     ["th"] = {
     ["th"] = {
name1    = "thermie",
name1    = "thermie",
name1_us = "thermie",
name2    = "thermies",
name2_us = "thermies",
symbol  = "th",
symbol  = "th",
sym_us  = "th",
utype    = "energy",
utype    = "energy",
scale    = 4186800,
scale    = 4186800,
Line 2,989: Line 2,185:
     ["thm-EC"] = {
     ["thm-EC"] = {
name1    = "therm (EC)",
name1    = "therm (EC)",
name1_us = "therm (EC)",
name2    = "therms (EC)",
name2    = "therms (EC)",
name2_us = "therms (EC)",
symbol  = "thm (EC)",
symbol  = "thm (EC)",
sym_us  = "thm (EC)",
utype    = "energy",
utype    = "energy",
scale    = 105506000,
scale    = 105506000,
Line 3,001: Line 2,194:
     ["thm-UK"] = {
     ["thm-UK"] = {
name1    = "therm (UK)",
name1    = "therm (UK)",
name1_us = "therm (UK)",
name2    = "therms (UK)",
name2    = "therms (UK)",
name2_us = "therms (UK)",
symbol  = "thm (UK)",
symbol  = "thm (UK)",
sym_us  = "thm (UK)",
utype    = "energy",
utype    = "energy",
scale    = 105505585.257348,
scale    = 105505585.257348,
Line 3,025: Line 2,215:
     ["toe"] = {
     ["toe"] = {
name1    = "tonne of oil equivalent",
name1    = "tonne of oil equivalent",
name1_us = "tonne of oil equivalent",
name2    = "tonnes of oil equivalent",
name2    = "tonnes of oil equivalent",
name2_us = "tonnes of oil equivalent",
symbol  = "toe",
symbol  = "toe",
sym_us  = "toe",
utype    = "energy",
utype    = "energy",
scale    = 41868000000,
scale    = 41868000000,
default  = "GJ",
default  = "GJ",
link    = "Tonne of oil equivalent",
     },
     },
     ["tonTNT"] = {
     ["tonTNT"] = {
name1    = "ton of TNT",
name1_us = "ton of TNT",
name2    = "tons of TNT",
name2    = "tons of TNT",
name2_us = "tons of TNT",
symbol  = "ton of TNT",
symbol  = "ton of TNT",
sym_us  = "ton of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 3,049: Line 2,231:
     },
     },
     ["tTNT"] = {
     ["tTNT"] = {
name1    = "tonne of TNT",
name1_us = "tonne of TNT",
name2    = "tonnes of TNT",
name2    = "tonnes of TNT",
name2_us = "tonnes of TNT",
symbol  = "tonne of TNT",
symbol  = "tonne of TNT",
sym_us  = "tonne of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 3,062: Line 2,240:
     },
     },
     ["TtonTNT"] = {
     ["TtonTNT"] = {
name1    = "teraton of TNT",
name1_us = "teraton of TNT",
name2    = "teratons of TNT",
name2    = "teratons of TNT",
name2_us = "teratons of TNT",
symbol  = "teraton of TNT",
symbol  = "teraton of TNT",
sym_us  = "teraton of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 3,075: Line 2,249:
     },
     },
     ["TtTNT"] = {
     ["TtTNT"] = {
name1    = "teratonne of TNT",
name1_us = "teratonne of TNT",
name2    = "teratonnes of TNT",
name2    = "teratonnes of TNT",
name2_us = "teratonnes of TNT",
symbol  = "teratonne of TNT",
symbol  = "teratonne of TNT",
sym_us  = "teratonne of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 3,089: Line 2,259:
     ["TW.h"] = {
     ["TW.h"] = {
name1    = "terawatt-hour",
name1    = "terawatt-hour",
name1_us = "terawatt-hour",
name2    = "terawatt-hours",
name2_us = "terawatt-hours",
symbol  = "TW·h",
symbol  = "TW·h",
sym_us  = "TW·h",
utype    = "energy",
utype    = "energy",
scale    = 3.6e15,
scale    = 3.6e15,
Line 3,101: Line 2,267:
     ["TWh"] = {
     ["TWh"] = {
name1    = "terawatt-hour",
name1    = "terawatt-hour",
name1_us = "terawatt-hour",
name2    = "terawatt-hours",
name2_us = "terawatt-hours",
symbol  = "TWh",
symbol  = "TWh",
sym_us  = "TWh",
utype    = "energy",
utype    = "energy",
scale    = 3.6e15,
scale    = 3.6e15,
Line 3,113: Line 2,275:
     ["uerg"] = {
     ["uerg"] = {
name1    = "microerg",
name1    = "microerg",
name1_us = "microerg",
name2    = "microergs",
name2_us = "microergs",
symbol  = "µerg",
symbol  = "µerg",
sym_us  = "µerg",
utype    = "energy",
utype    = "energy",
scale    = 1e-13,
scale    = 1e-13,
Line 3,126: Line 2,284:
name1    = "US gallon-atmosphere",
name1    = "US gallon-atmosphere",
name1_us = "U.S. gallon-atmosphere",
name1_us = "U.S. gallon-atmosphere",
name2    = "US gallon-atmospheres",
name2_us = "U.S. gallon-atmospheres",
symbol  = "US&nbsp;gal·atm",
symbol  = "US&nbsp;gal·atm",
sym_us  = "U.S.&nbsp;gal·atm",
sym_us  = "U.S.&nbsp;gal·atm",
Line 3,137: Line 2,293:
     ["W.h"] = {
     ["W.h"] = {
name1    = "watt-hour",
name1    = "watt-hour",
name1_us = "watt-hour",
name2    = "watt-hours",
name2_us = "watt-hours",
symbol  = "W·h",
symbol  = "W·h",
sym_us  = "W·h",
utype    = "energy",
utype    = "energy",
scale    = 3600,
scale    = 3600,
default  = "kJ",
default  = "kJ",
link    = "Watt-hour",
     },
     },
     ["Wh"] = {
     ["Wh"] = {
name1    = "watt-hour",
name1    = "watt-hour",
name1_us = "watt-hour",
name2    = "watt-hours",
name2_us = "watt-hours",
symbol  = "Wh",
symbol  = "Wh",
sym_us  = "Wh",
utype    = "energy",
utype    = "energy",
scale    = 3600,
scale    = 3600,
default  = "kJ",
default  = "kJ",
link    = "Watt-hour",
     },
     },
     ["µerg"] = {
     ["µerg"] = {
name1    = "microerg",
name1    = "microerg",
name1_us = "microerg",
name2    = "microergs",
name2_us = "microergs",
symbol  = "µerg",
symbol  = "µerg",
sym_us  = "µerg",
utype    = "energy",
utype    = "energy",
scale    = 1e-13,
scale    = 1e-13,
Line 3,173: Line 2,315:
     ["µeV"] = {
     ["µeV"] = {
name1    = "microelectronvolt",
name1    = "microelectronvolt",
name1_us = "microelectronvolt",
name2    = "microelectronvolts",
name2_us = "microelectronvolts",
symbol  = "µeV",
symbol  = "µeV",
sym_us  = "µeV",
utype    = "energy",
utype    = "energy",
scale    = 1.602176487e-25,
scale    = 1.602176487e-25,
Line 3,186: Line 2,324:
name1    = "microlitre-atmosphere",
name1    = "microlitre-atmosphere",
name1_us = "microliter-atmosphere",
name1_us = "microliter-atmosphere",
name2    = "microlitre-atmospheres",
name2_us = "microliter-atmospheres",
symbol  = "µL·atm",
symbol  = "µL·atm",
sym_us  = "µL·atm",
utype    = "energy",
utype    = "energy",
scale    = 0.000101325,
scale    = 0.000101325,
Line 3,198: Line 2,333:
name1    = "microlitre-atmosphere",
name1    = "microlitre-atmosphere",
name1_us = "microliter-atmosphere",
name1_us = "microliter-atmosphere",
name2    = "microlitre-atmospheres",
name2_us = "microliter-atmospheres",
symbol  = "µl·atm",
symbol  = "µl·atm",
sym_us  = "µl·atm",
utype    = "energy",
utype    = "energy",
scale    = 0.000101325,
scale    = 0.000101325,
Line 3,208: Line 2,340:
     },
     },
     ["µtonTNT"] = {
     ["µtonTNT"] = {
name1    = "microton of TNT",
name1_us = "microton of TNT",
name2    = "microtons of TNT",
name2    = "microtons of TNT",
name2_us = "microtons of TNT",
symbol  = "microton of TNT",
symbol  = "microton of TNT",
sym_us  = "microton of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 3,221: Line 2,349:
     },
     },
     ["µtTNT"] = {
     ["µtTNT"] = {
name1    = "microtonne of TNT",
name1_us = "microtonne of TNT",
name2    = "microtonnes of TNT",
name2    = "microtonnes of TNT",
name2_us = "microtonnes of TNT",
symbol  = "microtonne of TNT",
symbol  = "microtonne of TNT",
sym_us  = "microtonne of TNT",
usename  = 1,
usename  = 1,
utype    = "energy",
utype    = "energy",
Line 3,235: Line 2,359:
     ["µW.h"] = {
     ["µW.h"] = {
name1    = "microwatt-hour",
name1    = "microwatt-hour",
name1_us = "microwatt-hour",
name2    = "microwatt-hours",
name2_us = "microwatt-hours",
symbol  = "µW·h",
symbol  = "µW·h",
sym_us  = "µW·h",
utype    = "energy",
utype    = "energy",
scale    = 0.0036,
scale    = 0.0036,
Line 3,247: Line 2,367:
     ["µWh"] = {
     ["µWh"] = {
name1    = "microwatt-hour",
name1    = "microwatt-hour",
name1_us = "microwatt-hour",
name2    = "microwatt-hours",
name2_us = "microwatt-hours",
symbol  = "µWh",
symbol  = "µWh",
sym_us  = "µWh",
utype    = "energy",
utype    = "energy",
scale    = 0.0036,
scale    = 0.0036,
Line 3,461: Line 2,577:
     ["BTU/mi"] = {
     ["BTU/mi"] = {
name1    = "British thermal unit per mile",
name1    = "British thermal unit per mile",
name1_us = "British thermal unit per mile",
name2    = "British thermal units per mile",
name2    = "British thermal units per mile",
name2_us = "British thermal units per mile",
symbol  = "BTU/mi",
symbol  = "BTU/mi",
sym_us  = "BTU/mi",
utype    = "energy per unit length",
utype    = "energy per unit length",
scale    = 47957.08421/73152,
scale    = 0.65558131301946632,
default  = "v > 1525 | M | k | J/km",
default  = "v > 1525 | M | k | J/km",
link    = "British thermal unit",
link    = "British thermal unit",
Line 3,477: Line 2,590:
name2_us = "kilojoules per kilometer",
name2_us = "kilojoules per kilometer",
symbol  = "kJ/km",
symbol  = "kJ/km",
sym_us  = "kJ/km",
utype    = "energy per unit length",
utype    = "energy per unit length",
scale    = 1,
scale    = 1,
Line 3,489: Line 2,601:
name2_us = "kilowatt-hours per 100 kilometers",
name2_us = "kilowatt-hours per 100 kilometers",
symbol  = "kW·h/100 km",
symbol  = "kW·h/100 km",
sym_us  = "kW·h/100 km",
utype    = "energy per unit length",
utype    = "energy per unit length",
scale    = 36,
scale    = 36,
Line 3,501: Line 2,612:
name2_us = "kilowatt-hours per kilometer",
name2_us = "kilowatt-hours per kilometer",
symbol  = "kW·h/km",
symbol  = "kW·h/km",
sym_us  = "kW·h/km",
utype    = "energy per unit length",
utype    = "energy per unit length",
scale    = 3600,
scale    = 3600,
Line 3,509: Line 2,619:
     ["kWh/mi"] = {
     ["kWh/mi"] = {
name1    = "kilowatt-hour per mile",
name1    = "kilowatt-hour per mile",
name1_us = "kilowatt-hour per mile",
name2    = "kilowatt-hours per mile",
name2    = "kilowatt-hours per mile",
name2_us = "kilowatt-hours per mile",
symbol  = "kW·h/mi",
symbol  = "kW·h/mi",
sym_us  = "kW·h/mi",
utype    = "energy per unit length",
utype    = "energy per unit length",
scale    = 10000/4.4704,
scale    = 2236.9362920544027,
default  = "kWh/km MJ/km",
default  = "kWh/km MJ/km",
link    = "Watt-hour",
link    = "Watt-hour",
Line 3,525: Line 2,632:
name2_us = "megajoules per 100 kilometers",
name2_us = "megajoules per 100 kilometers",
symbol  = "MJ/100 km",
symbol  = "MJ/100 km",
sym_us  = "MJ/100 km",
utype    = "energy per unit length",
utype    = "energy per unit length",
scale    = 10,
scale    = 10,
Line 3,537: Line 2,643:
name2_us = "megajoules per kilometer",
name2_us = "megajoules per kilometer",
symbol  = "MJ/km",
symbol  = "MJ/km",
sym_us  = "MJ/km",
utype    = "energy per unit length",
utype    = "energy per unit length",
scale    = 1000,
scale    = 1000,
Line 3,545: Line 2,650:
     ["BTU/lb"] = {
     ["BTU/lb"] = {
name1    = "British thermal unit per pound",
name1    = "British thermal unit per pound",
name1_us = "British thermal unit per pound",
name2    = "British thermal units per pound",
name2    = "British thermal units per pound",
name2_us = "British thermal units per pound",
symbol  = "BTU/lb",
symbol  = "BTU/lb",
sym_us  = "BTU/lb",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = (0.947817120/2.20462262)*1000,
scale    = 429.92261414790346,
default  = "kJ/kg",
default  = "kJ/kg",
link    = "British thermal unit",
link    = "British thermal unit",
Line 3,557: Line 2,659:
     ["Cal/g"] = {
     ["Cal/g"] = {
name1    = "calorie",
name1    = "calorie",
name1_us = "calorie",
name2    = "calories",
name2_us = "calories",
symbol  = "Cal",
symbol  = "Cal",
sym_us  = "Cal",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 4184000,
scale    = 4184000,
default  = "kJ/g",
default  = "kJ/g",
link    = "Calorie",
     },
     },
     ["cal/g"] = {
     ["cal/g"] = {
name1    = "calorie per gram",
name1    = "calorie per gram",
name1_us = "calorie per gram",
name2    = "calories per gram",
name2    = "calories per gram",
name2_us = "calories per gram",
symbol  = "cal/g",
symbol  = "cal/g",
sym_us  = "cal/g",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 4184,
scale    = 4184,
default  = "J/g",
default  = "J/g",
link    = "Calorie per gram",
     },
     },
     ["GJ/kg"] = {
     ["GJ/kg"] = {
name1    = "gigajoule per kilogram",
name1    = "gigajoule per kilogram",
name1_us = "gigajoule per kilogram",
name2    = "gigajoules per kilogram",
name2    = "gigajoules per kilogram",
name2_us = "gigajoules per kilogram",
symbol  = "GJ/kg",
symbol  = "GJ/kg",
sym_us  = "GJ/kg",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 1e9,
scale    = 1e9,
Line 3,593: Line 2,683:
     ["J/g"] = {
     ["J/g"] = {
name1    = "joule per gram",
name1    = "joule per gram",
name1_us = "joule per gram",
name2    = "joules per gram",
name2    = "joules per gram",
name2_us = "joules per gram",
symbol  = "J/g",
symbol  = "J/g",
sym_us  = "J/g",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 1000,
scale    = 1000,
Line 3,605: Line 2,692:
     ["kcal/g"] = {
     ["kcal/g"] = {
name1    = "kilocalorie per gram",
name1    = "kilocalorie per gram",
name1_us = "kilocalorie per gram",
name2    = "kilocalories per gram",
name2    = "kilocalories per gram",
name2_us = "kilocalories per gram",
symbol  = "kcal/g",
symbol  = "kcal/g",
sym_us  = "kcal/g",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 4184000,
scale    = 4184000,
default  = "kJ/g",
default  = "kJ/g",
link    = "Kilocalorie per gram",
     },
     },
     ["kJ/g"] = {
     ["kJ/g"] = {
name1    = "kilojoule per gram",
name1    = "kilojoule per gram",
name1_us = "kilojoule per gram",
name2    = "kilojoules per gram",
name2    = "kilojoules per gram",
name2_us = "kilojoules per gram",
symbol  = "kJ/g",
symbol  = "kJ/g",
sym_us  = "kJ/g",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 1000000,
scale    = 1000000,
Line 3,629: Line 2,709:
     ["kJ/kg"] = {
     ["kJ/kg"] = {
name1    = "kilojoule per kilogram",
name1    = "kilojoule per kilogram",
name1_us = "kilojoule per kilogram",
name2    = "kilojoules per kilogram",
name2    = "kilojoules per kilogram",
name2_us = "kilojoules per kilogram",
symbol  = "kJ/kg",
symbol  = "kJ/kg",
sym_us  = "kJ/kg",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 1000,
scale    = 1000,
default  = "BTU/lb",
default  = "BTU/lb",
link    = "Kilojoule per kilogram",
     },
     },
     ["ktonTNT/MT"] = {
     ["ktonTNT/MT"] = {
name1    = "kiloton of TNT per metric ton",
name1_us = "kiloton of TNT per metric ton",
name2    = "kilotons of TNT per metric ton",
name2    = "kilotons of TNT per metric ton",
name2_us = "kilotons of TNT per metric ton",
symbol  = "kiloton of TNT per metric ton",
symbol  = "kiloton of TNT per metric ton",
sym_us  = "kiloton of TNT per metric ton",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 4184000000,
scale    = 4184000000,
Line 3,652: Line 2,724:
     },
     },
     ["ktTNT/t"] = {
     ["ktTNT/t"] = {
name1    = "kilotonne of TNT per tonne",
name1_us = "kilotonne of TNT per tonne",
name2    = "kilotonnes of TNT per tonne",
name2    = "kilotonnes of TNT per tonne",
name2_us = "kilotonnes of TNT per tonne",
symbol  = "kilotonne of TNT per tonne",
symbol  = "kilotonne of TNT per tonne",
sym_us  = "kilotonne of TNT per tonne",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 4184000000,
scale    = 4184000000,
Line 3,664: Line 2,732:
     },
     },
     ["MtonTNT/MT"] = {
     ["MtonTNT/MT"] = {
name1    = "megaton of TNT per metric ton",
name1_us = "megaton of TNT per metric ton",
name2    = "megatons of TNT per metric ton",
name2    = "megatons of TNT per metric ton",
name2_us = "megatons of TNT per metric ton",
symbol  = "megaton of TNT per metric ton",
symbol  = "megaton of TNT per metric ton",
sym_us  = "megaton of TNT per metric ton",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 4.184e12,
scale    = 4.184e12,
Line 3,676: Line 2,740:
     },
     },
     ["MtTNT/MT"] = {
     ["MtTNT/MT"] = {
name1    = "megatonne of TNT per tonne",
name1_us = "megatonne of TNT per tonne",
name2    = "megatonnes of TNT per tonne",
name2    = "megatonnes of TNT per tonne",
name2_us = "megatonnes of TNT per tonne",
symbol  = "megatonne of TNT per tonne",
symbol  = "megatonne of TNT per tonne",
sym_us  = "megatonne of TNT per tonne",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 4.184e12,
scale    = 4.184e12,
Line 3,689: Line 2,749:
     ["TJ/kg"] = {
     ["TJ/kg"] = {
name1    = "terajoule per kilogram",
name1    = "terajoule per kilogram",
name1_us = "terajoule per kilogram",
name2    = "terajoules per kilogram",
name2    = "terajoules per kilogram",
name2_us = "terajoules per kilogram",
symbol  = "TJ/kg",
symbol  = "TJ/kg",
sym_us  = "TJ/kg",
utype    = "energy per unit mass",
utype    = "energy per unit mass",
scale    = 1e12,
scale    = 1e12,
Line 3,701: Line 2,758:
     ["BTU/cuft"] = {
     ["BTU/cuft"] = {
name1    = "British thermal unit per cubic foot",
name1    = "British thermal unit per cubic foot",
name1_us = "British thermal unit per cubic foot",
name2    = "British thermal units per cubic foot",
name2    = "British thermal units per cubic foot",
name2_us = "British thermal units per cubic foot",
symbol  = "BTU/cuft",
symbol  = "BTU/cuft",
sym_us  = "BTU/cuft",
utype    = "energy per unit volume",
utype    = "energy per unit volume",
scale    = 1000000/26.839192,
scale    = 37258.945798368295,
default  = "kJ/L",
default  = "kJ/L",
link    = "British thermal unit",
link    = "British thermal unit",
Line 3,717: Line 2,771:
name2_us = "calories per U.S. ounce",
name2_us = "calories per U.S. ounce",
symbol  = "Cal/USoz",
symbol  = "Cal/USoz",
sym_us  = "Cal/USoz",
utype    = "energy per unit volume",
utype    = "energy per unit volume",
scale    = 4184/0.0000295735295625,
scale    = 141477870.98451111,
default  = "kJ/ml",
default  = "kJ/ml",
link    = "Calorie",
link    = "Calorie",
Line 3,729: Line 2,782:
name2_us = "kilojoules per liter",
name2_us = "kilojoules per liter",
symbol  = "kJ/L",
symbol  = "kJ/L",
sym_us  = "kJ/L",
utype    = "energy per unit volume",
utype    = "energy per unit volume",
scale    = 1000000,
scale    = 1000000,
Line 3,741: Line 2,793:
name2_us = "kilojoules per liter",
name2_us = "kilojoules per liter",
symbol  = "kJ/l",
symbol  = "kJ/l",
sym_us  = "kJ/l",
utype    = "energy per unit volume",
utype    = "energy per unit volume",
scale    = 1000000,
scale    = 1000000,
Line 3,753: Line 2,804:
name2_us = "kilojoules per milliliter",
name2_us = "kilojoules per milliliter",
symbol  = "kJ/ml",
symbol  = "kJ/ml",
sym_us  = "kJ/ml",
utype    = "energy per unit volume",
utype    = "energy per unit volume",
scale    = 1000000000,
scale    = 1000000000,
Line 3,765: Line 2,815:
name2_us = "grams per kilometer",
name2_us = "grams per kilometer",
symbol  = "g/km",
symbol  = "g/km",
sym_us  = "g/km",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 1e-6,
scale    = 1e-6,
Line 3,773: Line 2,822:
     ["g/mi"] = {
     ["g/mi"] = {
name1    = "gram per mile",
name1    = "gram per mile",
name1_us = "gram per mile",
name2    = "grams per mile",
name2    = "grams per mile",
name2_us = "grams per mile",
symbol  = "g/mi",
symbol  = "g/mi",
sym_us  = "g/mi",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.001/1609.344,
scale    = 6.2137119223733397e-7,
default  = "g/km",
default  = "g/km",
link    = "Exhaust gas",
link    = "Exhaust gas",
Line 3,789: Line 2,835:
name2_us = "grams of CO<sub>2</sub> per kilometer",
name2_us = "grams of CO<sub>2</sub> per kilometer",
symbol  = "g(CO<sub>2</sub>)/km",
symbol  = "g(CO<sub>2</sub>)/km",
sym_us  = "g(CO<sub>2</sub>)/km",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 1e-6,
scale    = 1e-6,
Line 3,797: Line 2,842:
     ["gCO2/mi"] = {
     ["gCO2/mi"] = {
name1    = "gram of CO<sub>2</sub> per mile",
name1    = "gram of CO<sub>2</sub> per mile",
name1_us = "gram of CO<sub>2</sub> per mile",
name2    = "grams of CO<sub>2</sub> per mile",
name2    = "grams of CO<sub>2</sub> per mile",
name2_us = "grams of CO<sub>2</sub> per mile",
symbol  = "g(CO<sub>2</sub>)/mi",
symbol  = "g(CO<sub>2</sub>)/mi",
sym_us  = "g(CO<sub>2</sub>)/mi",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.001/1609.344,
scale    = 6.2137119223733397e-7,
default  = "gCO2/km",
default  = "gCO2/km",
link    = "Exhaust gas",
link    = "Exhaust gas",
Line 3,813: Line 2,855:
name2_us = "kilograms per kilometer",
name2_us = "kilograms per kilometer",
symbol  = "kg/km",
symbol  = "kg/km",
sym_us  = "kg/km",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.001,
scale    = 0.001,
Line 3,825: Line 2,866:
name2_us = "kilograms of CO<sub>2</sub> per kilometer",
name2_us = "kilograms of CO<sub>2</sub> per kilometer",
symbol  = "kg(CO<sub>2</sub>)/km",
symbol  = "kg(CO<sub>2</sub>)/km",
sym_us  = "kg(CO<sub>2</sub>)/km",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.001,
scale    = 0.001,
Line 3,833: Line 2,873:
     ["lb/mi"] = {
     ["lb/mi"] = {
name1    = "pound per mile",
name1    = "pound per mile",
name1_us = "pound per mile",
name2    = "pounds per mile",
name2    = "pounds per mile",
name2_us = "pounds per mile",
symbol  = "lb/mi",
symbol  = "lb/mi",
sym_us  = "lb/mi",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.45359237/1609.344,
scale    = 0.00028184923173665794,
default  = "kg/km",
default  = "kg/km",
link    = "Exhaust gas",
link    = "Exhaust gas",
Line 3,845: Line 2,882:
     ["lbCO2/mi"] = {
     ["lbCO2/mi"] = {
name1    = "pound of CO<sub>2</sub> per mile",
name1    = "pound of CO<sub>2</sub> per mile",
name1_us = "pound of CO<sub>2</sub> per mile",
name2    = "pounds of CO<sub>2</sub> per mile",
name2    = "pounds of CO<sub>2</sub> per mile",
name2_us = "pounds of CO<sub>2</sub> per mile",
symbol  = "lb(CO<sub>2</sub>)/mi",
symbol  = "lb(CO<sub>2</sub>)/mi",
sym_us  = "lb(CO<sub>2</sub>)/mi",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.45359237/1609.344,
scale    = 0.00028184923173665794,
default  = "kgCO2/km",
default  = "kgCO2/km",
link    = "Exhaust gas",
link    = "Exhaust gas",
Line 3,857: Line 2,891:
     ["oz/mi"] = {
     ["oz/mi"] = {
name1    = "ounce per mile",
name1    = "ounce per mile",
name1_us = "ounce per mile",
name2    = "ounces per mile",
name2    = "ounces per mile",
name2_us = "ounces per mile",
symbol  = "oz/mi",
symbol  = "oz/mi",
sym_us  = "oz/mi",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.028349523125/1609.344,
scale    = 1.7615576983541121e-5,
default  = "g/km",
default  = "g/km",
link    = "Exhaust gas",
link    = "Exhaust gas",
Line 3,869: Line 2,900:
     ["ozCO2/mi"] = {
     ["ozCO2/mi"] = {
name1    = "ounce of CO<sub>2</sub> per mile",
name1    = "ounce of CO<sub>2</sub> per mile",
name1_us = "ounce of CO<sub>2</sub> per mile",
name2    = "ounces of CO<sub>2</sub> per mile",
name2    = "ounces of CO<sub>2</sub> per mile",
name2_us = "ounces of CO<sub>2</sub> per mile",
symbol  = "oz(CO<sub>2</sub>)/mi",
symbol  = "oz(CO<sub>2</sub>)/mi",
sym_us  = "oz(CO<sub>2</sub>)/mi",
utype    = "exhaust emission",
utype    = "exhaust emission",
scale    = 0.028349523125/1609.344,
scale    = 1.7615576983541121e-5,
default  = "gCO2/km",
default  = "gCO2/km",
link    = "Exhaust gas",
link    = "Exhaust gas",
Line 3,881: Line 2,909:
     ["cuft/a"] = {
     ["cuft/a"] = {
name1    = "cubic foot per annum",
name1    = "cubic foot per annum",
name1_us = "cubic foot per annum",
name2    = "cubic feet per annum",
name2    = "cubic feet per annum",
name2_us = "cubic feet per annum",
symbol  = "cu&nbsp;ft/a",
symbol  = "cu&nbsp;ft/a",
sym_us  = "cu&nbsp;ft/a",
utype    = "flow",
utype    = "flow",
scale    = 2.048383/2282812500,
scale    = 8.9730672142368231e-10,
default  = "m3/a",
default  = "m3/a",
link    = "Cubic foot per annum",
     },
     },
     ["cuft/d"] = {
     ["cuft/d"] = {
name1    = "cubic foot per day",
name1    = "cubic foot per day",
name1_us = "cubic foot per day",
name2    = "cubic feet per day",
name2    = "cubic feet per day",
name2_us = "cubic feet per day",
symbol  = "cu&nbsp;ft/d",
symbol  = "cu&nbsp;ft/d",
sym_us  = "cu&nbsp;ft/d",
utype    = "flow",
utype    = "flow",
scale    = 0.00000032774128,
scale    = 0.00000032774128,
Line 3,905: Line 2,926:
     ["cuft/h"] = {
     ["cuft/h"] = {
name1    = "cubic foot per hour",
name1    = "cubic foot per hour",
name1_us = "cubic foot per hour",
name2    = "cubic feet per hour",
name2    = "cubic feet per hour",
name2_us = "cubic feet per hour",
symbol  = "cu&nbsp;ft/h",
symbol  = "cu&nbsp;ft/h",
sym_us  = "cu&nbsp;ft/h",
utype    = "flow",
utype    = "flow",
scale    = 0.00000786579072,
scale    = 0.00000786579072,
Line 3,917: Line 2,935:
     ["cuft/min"] = {
     ["cuft/min"] = {
name1    = "cubic foot per minute",
name1    = "cubic foot per minute",
name1_us = "cubic foot per minute",
name2    = "cubic feet per minute",
name2    = "cubic feet per minute",
name2_us = "cubic feet per minute",
symbol  = "cu&nbsp;ft/min",
symbol  = "cu&nbsp;ft/min",
sym_us  = "cu&nbsp;ft/min",
utype    = "flow",
utype    = "flow",
scale    = 0.0004719474432,
scale    = 0.0004719474432,
Line 3,929: Line 2,944:
     ["cuft/s"] = {
     ["cuft/s"] = {
name1    = "cubic foot per second",
name1    = "cubic foot per second",
name1_us = "cubic foot per second",
name2    = "cubic feet per second",
name2    = "cubic feet per second",
name2_us = "cubic feet per second",
symbol  = "cu&nbsp;ft/s",
symbol  = "cu&nbsp;ft/s",
sym_us  = "cu&nbsp;ft/s",
utype    = "flow",
utype    = "flow",
scale    = 0.028316846592,
scale    = 0.028316846592,
default  = "m3/s",
default  = "m3/s",
link    = "Cubic foot per second",
     },
     },
     ["cumi/a"] = {
     ["cumi/a"] = {
name1    = "cubic mile per annum",
name1    = "cubic mile per annum",
name1_us = "cubic mile per annum",
name2    = "cubic miles per annum",
name2    = "cubic miles per annum",
name2_us = "cubic miles per annum",
symbol  = "cu&nbsp;mi/a",
symbol  = "cu&nbsp;mi/a",
sym_us  = "cu&nbsp;mi/a",
utype    = "flow",
utype    = "flow",
scale    = (1609.344^3)/(365.25*24*3600),
scale    = 132.08171170940059,
default  = "km3/a",
default  = "km3/a",
link    = "Cubic foot per second",
link    = "Cubic foot per second",
Line 3,953: Line 2,961:
     ["cuyd/h"] = {
     ["cuyd/h"] = {
name1    = "cubic yard per hour",
name1    = "cubic yard per hour",
name1_us = "cubic yard per hour",
name2    = "cubic yards per hour",
name2    = "cubic yards per hour",
name2_us = "cubic yards per hour",
symbol  = "cuyd/h",
symbol  = "cuyd/h",
sym_us  = "cuyd/h",
utype    = "flow",
utype    = "flow",
scale    = 1/3600/1.3079506193143922,
scale    = 0.00021237634944000001,
default  = "m3/h",
default  = "m3/h",
link    = "Cubic foot per minute",
link    = "Cubic foot per minute",
Line 3,965: Line 2,970:
     ["cuyd/s"] = {
     ["cuyd/s"] = {
name1    = "cubic yard per second",
name1    = "cubic yard per second",
name1_us = "cubic yard per second",
name2    = "cubic yards per second",
name2    = "cubic yards per second",
name2_us = "cubic yards per second",
symbol  = "cu&nbsp;yd/s",
symbol  = "cu&nbsp;yd/s",
sym_us  = "cu&nbsp;yd/s",
utype    = "flow",
utype    = "flow",
scale    = 0.764554857984,
scale    = 0.764554857984,
default  = "m3/s",
default  = "m3/s",
link    = "Cubic yard per second",
     },
     },
     ["Gcuft/a"] = {
     ["Gcuft/a"] = {
name1    = "billion cubic feet per annum",
name1    = "billion cubic feet per annum",
name1_us = "billion cubic feet per annum",
name2    = "billion cubic feet per annum",
name2    = "billion cubic feet per annum",
name2_us = "billion cubic feet per annum",
symbol  = "×&nbsp;10<sup>9</sup>&nbsp;cu&nbsp;ft/a",
symbol  = "×&nbsp;10<sup>9</sup>&nbsp;cu&nbsp;ft/a",
sym_us  = "×&nbsp;10<sup>9</sup>&nbsp;cu&nbsp;ft/a",
utype    = "flow",
utype    = "flow",
scale    = 2048383/2282812.5,
scale    = 0.8973067214236824,
default  = "m3/a",
default  = "m3/a",
link    = "Cubic foot per second",
link    = "Cubic foot per second",
Line 3,989: Line 2,987:
     ["Gcuft/d"] = {
     ["Gcuft/d"] = {
name1    = "cubic foot per day",
name1    = "cubic foot per day",
name1_us = "cubic foot per day",
name2    = "cubic feet per day",
name2    = "cubic feet per day",
name2_us = "cubic feet per day",
symbol  = "cu&nbsp;ft/d",
symbol  = "cu&nbsp;ft/d",
sym_us  = "cu&nbsp;ft/d",
utype    = "flow",
utype    = "flow",
scale    = 327.74128,
scale    = 327.74128,
Line 4,001: Line 2,996:
     ["impgal/h"] = {
     ["impgal/h"] = {
name1    = "imperial gallon per hour",
name1    = "imperial gallon per hour",
name1_us = "imperial gallon per hour",
name2    = "imperial gallons per hour",
name2    = "imperial gallons per hour",
name2_us = "imperial gallons per hour",
symbol  = "imp&nbsp;gal/h",
symbol  = "imp&nbsp;gal/h",
sym_us  = "imp&nbsp;gal/h",
utype    = "flow",
utype    = "flow",
scale    = 4.54609/3600000,
scale    = 1.2628027777777779e-6,
default  = "m3/h",
default  = "m3/h",
link    = "Gallon",
link    = "Gallon",
Line 4,013: Line 3,005:
     ["impgal/min"] = {
     ["impgal/min"] = {
name1    = "imperial gallon per minute",
name1    = "imperial gallon per minute",
name1_us = "imperial gallon per minute",
name2    = "imperial gallons per minute",
name2    = "imperial gallons per minute",
name2_us = "imperial gallons per minute",
symbol  = "imp gal/min",
symbol  = "imp gal/min",
sym_us  = "imp gal/min",
utype    = "flow",
utype    = "flow",
scale    = 4.54609/60000,
scale    = 7.5768166666666671e-5,
default  = "m3/s",
default  = "m3/s",
link    = "Gallon",
link    = "Gallon",
Line 4,025: Line 3,014:
     ["impgal/s"] = {
     ["impgal/s"] = {
name1    = "imperial gallon per second",
name1    = "imperial gallon per second",
name1_us = "imperial gallon per second",
name2    = "imperial gallons per second",
name2    = "imperial gallons per second",
name2_us = "imperial gallons per second",
symbol  = "impgal/s",
symbol  = "impgal/s",
sym_us  = "impgal/s",
utype    = "flow",
utype    = "flow",
scale    = 0.00454609188,
scale    = 0.00454609188,
Line 4,037: Line 3,023:
     ["kcuft/a"] = {
     ["kcuft/a"] = {
name1    = "cubic foot per annum",
name1    = "cubic foot per annum",
name1_us = "cubic foot per annum",
name2    = "cubic feet per annum",
name2    = "cubic feet per annum",
name2_us = "cubic feet per annum",
symbol  = "cu&nbsp;ft/a",
symbol  = "cu&nbsp;ft/a",
sym_us  = "cu&nbsp;ft/a",
utype    = "flow",
utype    = "flow",
scale    = 20.48383/22828125,
scale    = 8.9730672142368249e-7,
default  = "km3/a",
default  = "km3/a",
link    = "Cubic foot per second",
link    = "Cubic foot per second",
Line 4,049: Line 3,032:
     ["kcuft/d"] = {
     ["kcuft/d"] = {
name1    = "cubic foot per day",
name1    = "cubic foot per day",
name1_us = "cubic foot per day",
name2    = "cubic feet per day",
name2    = "cubic feet per day",
name2_us = "cubic feet per day",
symbol  = "cu&nbsp;ft/d",
symbol  = "cu&nbsp;ft/d",
sym_us  = "cu&nbsp;ft/d",
utype    = "flow",
utype    = "flow",
scale    = 0.00032774128,
scale    = 0.00032774128,
Line 4,061: Line 3,041:
     ["kcuft/s"] = {
     ["kcuft/s"] = {
name1    = "cubic foot per second",
name1    = "cubic foot per second",
name1_us = "cubic foot per second",
name2    = "cubic feet per second",
name2    = "cubic feet per second",
name2_us = "cubic feet per second",
symbol  = "cu&nbsp;ft/s",
symbol  = "cu&nbsp;ft/s",
sym_us  = "cu&nbsp;ft/s",
utype    = "flow",
utype    = "flow",
scale    = 28.316846592,
scale    = 28.316846592,
default  = "km3/a",
default  = "km3/a",
link    = "Cubic foot per second",
     },
     },
     ["km3/a"] = {
     ["km3/a"] = {
Line 4,077: Line 3,053:
name2_us = "cubic kilometers per annum",
name2_us = "cubic kilometers per annum",
symbol  = "km<sup>3</sup>/a",
symbol  = "km<sup>3</sup>/a",
sym_us  = "km<sup>3</sup>/a",
utype    = "flow",
utype    = "flow",
scale    = 100/3.15576,
scale    = 31.68808781402895,
default  = "cumi/a",
default  = "cumi/a",
link    = "Cubic metre per second",
link    = "Cubic metre per second",
Line 4,089: Line 3,064:
name2_us = "liters per hour",
name2_us = "liters per hour",
symbol  = "L/h",
symbol  = "L/h",
sym_us  = "L/h",
utype    = "flow",
utype    = "flow",
scale    = 0.001/3600,
scale    = 2.7777777777777776e-7,
default  = "impgal/h USgal/h",
default  = "impgal/h USgal/h",
link    = "Cubic metre per second",
link    = "Cubic metre per second",
Line 4,101: Line 3,075:
name2_us = "liters per minute",
name2_us = "liters per minute",
symbol  = "L/min",
symbol  = "L/min",
sym_us  = "L/min",
utype    = "flow",
utype    = "flow",
scale    = 1/60000,
scale    = 1.6666666666666667e-5,
default  = "impgal/min USgal/min",
default  = "impgal/min USgal/min",
link    = "Cubic metre per second",
link    = "Cubic metre per second",
Line 4,113: Line 3,086:
name2_us = "liters per second",
name2_us = "liters per second",
symbol  = "L/s",
symbol  = "L/s",
sym_us  = "L/s",
utype    = "flow",
utype    = "flow",
scale    = 0.001,
scale    = 0.001,
Line 4,125: Line 3,097:
name2_us = "cubic meters per annum",
name2_us = "cubic meters per annum",
symbol  = "m<sup>3</sup>/a",
symbol  = "m<sup>3</sup>/a",
sym_us  = "m<sup>3</sup>/a",
utype    = "flow",
utype    = "flow",
scale    = 1/31557600,
scale    = 3.1688087814028947e-8,
default  = "cuft/a",
default  = "cuft/a",
link    = "Cubic metre per second",
link    = "Cubic metre per second",
Line 4,137: Line 3,108:
name2_us = "cubic meters per day",
name2_us = "cubic meters per day",
symbol  = "m<sup>3</sup>/d",
symbol  = "m<sup>3</sup>/d",
sym_us  = "m<sup>3</sup>/d",
utype    = "flow",
utype    = "flow",
scale    = 1/86400,
scale    = 1.1574074074074073e-5,
default  = "cuft/d",
default  = "cuft/d",
link    = "Cubic metre per second",
link    = "Cubic metre per second",
Line 4,149: Line 3,119:
name2_us = "cubic meters per hour",
name2_us = "cubic meters per hour",
symbol  = "m<sup>3</sup>/h",
symbol  = "m<sup>3</sup>/h",
sym_us  = "m<sup>3</sup>/h",
utype    = "flow",
utype    = "flow",
scale    = 1/3600,
scale    = 0.00027777777777777778,
default  = "cuft/h",
default  = "cuft/h",
link    = "Cubic metre per second",
link    = "Cubic metre per second",
Line 4,161: Line 3,130:
name2_us = "cubic meters per minute",
name2_us = "cubic meters per minute",
symbol  = "m<sup>3</sup>/min",
symbol  = "m<sup>3</sup>/min",
sym_us  = "m<sup>3</sup>/min",
utype    = "flow",
utype    = "flow",
scale    = 1/60,
scale    = 0.016666666666666666,
default  = "cuft/min",
default  = "cuft/min",
link    = "Cubic metre per second",
link    = "Cubic metre per second",
Line 4,173: Line 3,141:
name2_us = "cubic meters per second",
name2_us = "cubic meters per second",
symbol  = "m<sup>3</sup>/s",
symbol  = "m<sup>3</sup>/s",
sym_us  = "m<sup>3</sup>/s",
utype    = "flow",
utype    = "flow",
scale    = 1,
scale    = 1,
default  = "cuft/s",
default  = "cuft/s",
link    = "Cubic metre per second",
     },
     },
     ["Mcuft/a"] = {
     ["Mcuft/a"] = {
name1    = "cubic foot per annum",
name1    = "cubic foot per annum",
name1_us = "cubic foot per annum",
name2    = "cubic feet per annum",
name2    = "cubic feet per annum",
name2_us = "cubic feet per annum",
symbol  = "cu&nbsp;ft/a",
symbol  = "cu&nbsp;ft/a",
sym_us  = "cu&nbsp;ft/a",
utype    = "flow",
utype    = "flow",
scale    = 20483.83/22828125,
scale    = 0.00089730672142368246,
default  = "km3/a",
default  = "km3/a",
link    = "Cubic foot per second",
link    = "Cubic foot per second",
Line 4,193: Line 3,156:
     ["Mcuft/d"] = {
     ["Mcuft/d"] = {
name1    = "cubic foot per day",
name1    = "cubic foot per day",
name1_us = "cubic foot per day",
name2    = "cubic feet per day",
name2    = "cubic feet per day",
name2_us = "cubic feet per day",
symbol  = "cu&nbsp;ft/d",
symbol  = "cu&nbsp;ft/d",
sym_us  = "cu&nbsp;ft/d",
utype    = "flow",
utype    = "flow",
scale    = 0.32774128,
scale    = 0.32774128,
Line 4,205: Line 3,165:
     ["Mcuft/s"] = {
     ["Mcuft/s"] = {
name1    = "cubic foot per second",
name1    = "cubic foot per second",
name1_us = "cubic foot per second",
name2    = "cubic feet per second",
name2    = "cubic feet per second",
name2_us = "cubic feet per second",
symbol  = "cu&nbsp;ft/s",
symbol  = "cu&nbsp;ft/s",
sym_us  = "cu&nbsp;ft/s",
utype    = "flow",
utype    = "flow",
scale    = 28316.846592,
scale    = 28316.846592,
default  = "km3/a",
default  = "km3/a",
link    = "Cubic foot per second",
     },
     },
     ["Tcuft/a"] = {
     ["Tcuft/a"] = {
name1    = "cubic foot per annum",
name1    = "cubic foot per annum",
name1_us = "cubic foot per annum",
name2    = "cubic feet per annum",
name2    = "cubic feet per annum",
name2_us = "cubic feet per annum",
symbol  = "cu&nbsp;ft/a",
symbol  = "cu&nbsp;ft/a",
sym_us  = "cu&nbsp;ft/a",
utype    = "flow",
utype    = "flow",
scale    = 2048383/2282.8125,
scale    = 897.30672142368246,
default  = "km3/a",
default  = "km3/a",
link    = "Cubic foot per second",
link    = "Cubic foot per second",
Line 4,229: Line 3,182:
     ["Tcuft/d"] = {
     ["Tcuft/d"] = {
name1    = "cubic foot per day",
name1    = "cubic foot per day",
name1_us = "cubic foot per day",
name2    = "cubic feet per day",
name2    = "cubic feet per day",
name2_us = "cubic feet per day",
symbol  = "cu&nbsp;ft/d",
symbol  = "cu&nbsp;ft/d",
sym_us  = "cu&nbsp;ft/d",
utype    = "flow",
utype    = "flow",
scale    = 327741.28,
scale    = 327741.28,
Line 4,241: Line 3,191:
     ["U.S.gal/d"] = {
     ["U.S.gal/d"] = {
name1    = "U.S. gallon per day",
name1    = "U.S. gallon per day",
name1_us = "U.S. gallon per day",
name2    = "U.S. gallons per day",
name2    = "U.S. gallons per day",
name2_us = "U.S. gallons per day",
symbol  = "U.S.&nbsp;gal/d",
symbol  = "U.S.&nbsp;gal/d",
sym_us  = "U.S.&nbsp;gal/d",
utype    = "flow",
utype    = "flow",
scale    = 4.73176473/108000000,
scale    = 4.3812636388888893e-8,
default  = "m3/s",
default  = "m3/s",
link    = "U.S. gallon per day",
     },
     },
     ["U.S.gal/h"] = {
     ["U.S.gal/h"] = {
name1    = "gallon per hour",
name1    = "gallon per hour",
name1_us = "gallon per hour",
name2    = "gallons per hour",
name2    = "gallons per hour",
name2_us = "gallons per hour",
symbol  = "gal/h",
symbol  = "gal/h",
sym_us  = "gal/h",
utype    = "flow",
utype    = "flow",
scale    = 1.57725491/1500000,
scale    = 1.0515032733333332e-6,
default  = "m3/h",
default  = "m3/h",
link    = "Gallon",
link    = "Gallon",
Line 4,265: Line 3,208:
     ["U.S.gal/min"] = {
     ["U.S.gal/min"] = {
name1    = "U.S. gallon per minute",
name1    = "U.S. gallon per minute",
name1_us = "U.S. gallon per minute",
name2    = "U.S. gallons per minute",
name2    = "U.S. gallons per minute",
name2_us = "U.S. gallons per minute",
symbol  = "U.S.&nbsp;gal/min",
symbol  = "U.S.&nbsp;gal/min",
sym_us  = "U.S.&nbsp;gal/min",
utype    = "flow",
utype    = "flow",
scale    = 1.57725491/25000,
scale    = 6.3090196400000003e-5,
default  = "m3/s",
default  = "m3/s",
link    = "Gallon",
link    = "Gallon",
Line 4,277: Line 3,217:
     ["USgal/d"] = {
     ["USgal/d"] = {
name1    = "US gallon per day",
name1    = "US gallon per day",
name1_us = "US gallon per day",
name2    = "US gallons per day",
name2    = "US gallons per day",
name2_us = "US gallons per day",
symbol  = "US&nbsp;gal/d",
symbol  = "US&nbsp;gal/d",
sym_us  = "US&nbsp;gal/d",
utype    = "flow",
utype    = "flow",
scale    = 4.73176473/108000000,
scale    = 4.3812636388888893e-8,
default  = "m3/s",
default  = "m3/s",
link    = "US gallon per day",
     },
     },
     ["USgal/h"] = {
     ["USgal/h"] = {
name1    = "gallon per hour",
name1    = "gallon per hour",
name1_us = "gallon per hour",
name2    = "gallons per hour",
name2    = "gallons per hour",
name2_us = "gallons per hour",
symbol  = "gal/h",
symbol  = "gal/h",
sym_us  = "gal/h",
utype    = "flow",
utype    = "flow",
scale    = 1.57725491/1500000,
scale    = 1.0515032733333332e-6,
default  = "m3/h",
default  = "m3/h",
link    = "Gallon",
link    = "Gallon",
Line 4,301: Line 3,234:
     ["USgal/min"] = {
     ["USgal/min"] = {
name1    = "US gallon per minute",
name1    = "US gallon per minute",
name1_us = "US gallon per minute",
name2    = "US gallons per minute",
name2    = "US gallons per minute",
name2_us = "US gallons per minute",
symbol  = "US&nbsp;gal/min",
symbol  = "US&nbsp;gal/min",
sym_us  = "US&nbsp;gal/min",
utype    = "flow",
utype    = "flow",
scale    = 1.57725491/25000,
scale    = 6.3090196400000003e-5,
default  = "m3/s",
default  = "m3/s",
link    = "Gallon",
link    = "Gallon",
Line 4,317: Line 3,247:
name2_us = "U.S. gallons per second",
name2_us = "U.S. gallons per second",
symbol  = "USgal/s",
symbol  = "USgal/s",
sym_us  = "USgal/s",
utype    = "flow",
utype    = "flow",
scale    = 0.00378541178,
scale    = 0.00378541178,
Line 4,343: Line 3,272:
     ["dyn"] = {
     ["dyn"] = {
name1    = "dyne",
name1    = "dyne",
name1_us = "dyne",
name2    = "dynes",
name2_us = "dynes",
symbol  = "dyn",
symbol  = "dyn",
sym_us  = "dyn",
utype    = "force",
utype    = "force",
scale    = 0.00001,
scale    = 0.00001,
default  = "gr-f",
default  = "gr-f",
link    = "Dyne",
     },
     },
     ["g-f"] = {
     ["g-f"] = {
name1    = "gram-force",
name1    = "gram-force",
name1_us = "gram-force",
name2    = "grams-force",
name2    = "grams-force",
name2_us = "grams-force",
symbol  = "g<sub>f</sub>",
symbol  = "g<sub>f</sub>",
sym_us  = "g<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 0.00980665,
scale    = 0.00980665,
Line 4,367: Line 3,288:
     ["gf"] = {
     ["gf"] = {
name1    = "gram-force",
name1    = "gram-force",
name1_us = "gram-force",
name2    = "grams-force",
name2    = "grams-force",
name2_us = "grams-force",
symbol  = "gf",
symbol  = "gf",
sym_us  = "gf",
utype    = "force",
utype    = "force",
scale    = 0.00980665,
scale    = 0.00980665,
Line 4,379: Line 3,297:
     ["gr-f"] = {
     ["gr-f"] = {
name1    = "grain-force",
name1    = "grain-force",
name1_us = "grain-force",
name2    = "grains-force",
name2    = "grains-force",
name2_us = "grains-force",
symbol  = "gr<sub>f</sub>",
symbol  = "gr<sub>f</sub>",
sym_us  = "gr<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 0.0006354602307515,
scale    = 0.0006354602307515,
Line 4,391: Line 3,306:
     ["grf"] = {
     ["grf"] = {
name1    = "grain-force",
name1    = "grain-force",
name1_us = "grain-force",
name2    = "grains-force",
name2    = "grains-force",
name2_us = "grains-force",
symbol  = "grf",
symbol  = "grf",
sym_us  = "grf",
utype    = "force",
utype    = "force",
scale    = 0.0006354602307515,
scale    = 0.0006354602307515,
Line 4,403: Line 3,315:
     ["kdyn"] = {
     ["kdyn"] = {
name1    = "kilodyne",
name1    = "kilodyne",
name1_us = "kilodyne",
name2    = "kilodynes",
name2_us = "kilodynes",
symbol  = "kdyn",
symbol  = "kdyn",
sym_us  = "kdyn",
utype    = "force",
utype    = "force",
scale    = 0.01,
scale    = 0.01,
Line 4,415: Line 3,323:
     ["kg-f"] = {
     ["kg-f"] = {
name1    = "kilogram-force",
name1    = "kilogram-force",
name1_us = "kilogram-force",
name2    = "kilograms-force",
name2    = "kilograms-force",
name2_us = "kilograms-force",
symbol  = "kg<sub>f</sub>",
symbol  = "kg<sub>f</sub>",
sym_us  = "kg<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 9.80665,
scale    = 9.80665,
default  = "N lb-f",
default  = "N lb-f",
link    = "Kilogram-force",
     },
     },
     ["kgf"] = {
     ["kgf"] = {
name1    = "kilogram-force",
name1    = "kilogram-force",
name1_us = "kilogram-force",
name2    = "kilograms-force",
name2    = "kilograms-force",
name2_us = "kilograms-force",
symbol  = "kgf",
symbol  = "kgf",
sym_us  = "kgf",
utype    = "force",
utype    = "force",
scale    = 9.80665,
scale    = 9.80665,
default  = "N lbf",
default  = "N lbf",
link    = "Kilogram-force",
     },
     },
     ["kp"] = {
     ["kp"] = {
name1    = "kilopond",
name1    = "kilopond",
name1_us = "kilopond",
name2    = "kiloponds",
name2_us = "kiloponds",
symbol  = "kp",
symbol  = "kp",
sym_us  = "kp",
utype    = "force",
utype    = "force",
scale    = 9.80665,
scale    = 9.80665,
Line 4,451: Line 3,347:
     ["lb-f"] = {
     ["lb-f"] = {
name1    = "pound-force",
name1    = "pound-force",
name1_us = "pound-force",
name2    = "pounds-force",
name2    = "pounds-force",
name2_us = "pounds-force",
symbol  = "lb<sub>f</sub>",
symbol  = "lb<sub>f</sub>",
sym_us  = "lb<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 4.4482216152605,
scale    = 4.4482216152605,
default  = "N",
default  = "N",
link    = "Pound-force",
     },
     },
     ["lbf"] = {
     ["lbf"] = {
name1    = "pound-force",
name1    = "pound-force",
name1_us = "pound-force",
name2    = "pounds-force",
name2    = "pounds-force",
name2_us = "pounds-force",
symbol  = "lbf",
symbol  = "lbf",
sym_us  = "lbf",
utype    = "force",
utype    = "force",
scale    = 4.4482216152605,
scale    = 4.4482216152605,
default  = "N",
default  = "N",
link    = "Pound-force",
     },
     },
     ["LT-f"] = {
     ["LT-f"] = {
name1    = "long ton-force",
name1    = "long ton-force",
name1_us = "long ton-force",
name2    = "long tons-force",
name2    = "long tons-force",
name2_us = "long tons-force",
symbol  = "LT<sub>f</sub>",
symbol  = "LT<sub>f</sub>",
sym_us  = "LT<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 9964.01641818352,
scale    = 9964.01641818352,
Line 4,487: Line 3,372:
     ["LTf"] = {
     ["LTf"] = {
name1    = "long ton-force",
name1    = "long ton-force",
name1_us = "long ton-force",
name2    = "long tons-force",
name2    = "long tons-force",
name2_us = "long tons-force",
symbol  = "LTf",
symbol  = "LTf",
sym_us  = "LTf",
utype    = "force",
utype    = "force",
scale    = 9964.01641818352,
scale    = 9964.01641818352,
Line 4,499: Line 3,381:
     ["Mdyn"] = {
     ["Mdyn"] = {
name1    = "megadyne",
name1    = "megadyne",
name1_us = "megadyne",
name2    = "megadynes",
name2_us = "megadynes",
symbol  = "Mdyn",
symbol  = "Mdyn",
sym_us  = "Mdyn",
utype    = "force",
utype    = "force",
scale    = 10,
scale    = 10,
Line 4,511: Line 3,389:
     ["mdyn"] = {
     ["mdyn"] = {
name1    = "millidyne",
name1    = "millidyne",
name1_us = "millidyne",
name2    = "millidynes",
name2_us = "millidynes",
symbol  = "mdyn",
symbol  = "mdyn",
sym_us  = "mdyn",
utype    = "force",
utype    = "force",
scale    = 0.00000001,
scale    = 0.00000001,
Line 4,523: Line 3,397:
     ["mg-f"] = {
     ["mg-f"] = {
name1    = "milligram-force",
name1    = "milligram-force",
name1_us = "milligram-force",
name2    = "milligrams-force",
name2    = "milligrams-force",
name2_us = "milligrams-force",
symbol  = "mg<sub>f</sub>",
symbol  = "mg<sub>f</sub>",
sym_us  = "mg<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 0.00000980665,
scale    = 0.00000980665,
Line 4,535: Line 3,406:
     ["mgf"] = {
     ["mgf"] = {
name1    = "milligram-force",
name1    = "milligram-force",
name1_us = "milligram-force",
name2    = "milligrams-force",
name2    = "milligrams-force",
name2_us = "milligrams-force",
symbol  = "mgf",
symbol  = "mgf",
sym_us  = "mgf",
utype    = "force",
utype    = "force",
scale    = 0.00000980665,
scale    = 0.00000980665,
Line 4,547: Line 3,415:
     ["Mp"] = {
     ["Mp"] = {
name1    = "megapond",
name1    = "megapond",
name1_us = "megapond",
name2    = "megaponds",
name2_us = "megaponds",
symbol  = "Mp",
symbol  = "Mp",
sym_us  = "Mp",
utype    = "force",
utype    = "force",
scale    = 9806.65,
scale    = 9806.65,
Line 4,559: Line 3,423:
     ["mp"] = {
     ["mp"] = {
name1    = "millipond",
name1    = "millipond",
name1_us = "millipond",
name2    = "milliponds",
name2_us = "milliponds",
symbol  = "mp",
symbol  = "mp",
sym_us  = "mp",
utype    = "force",
utype    = "force",
scale    = 0.00000980665,
scale    = 0.00000980665,
Line 4,570: Line 3,430:
     },
     },
     ["N"] = {
     ["N"] = {
name1    = "%snewton",
_name1   = "newton",
name1_us = "%snewton",
_symbol  = "N",
name2    = "%snewtons",
name2_us = "%snewtons",
symbol   = "N",
sym_us  = "N",
utype    = "force",
utype    = "force",
scale    = 1,
scale    = 1,
Line 4,584: Line 3,440:
     ["oz-f"] = {
     ["oz-f"] = {
name1    = "ounce-force",
name1    = "ounce-force",
name1_us = "ounce-force",
name2    = "ounces-force",
name2    = "ounces-force",
name2_us = "ounces-force",
symbol  = "oz<sub>f</sub>",
symbol  = "oz<sub>f</sub>",
sym_us  = "oz<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 0.2780138203095378125,
scale    = 0.2780138203095378125,
Line 4,596: Line 3,449:
     ["ozf"] = {
     ["ozf"] = {
name1    = "ounce-force",
name1    = "ounce-force",
name1_us = "ounce-force",
name2    = "ounces-force",
name2    = "ounces-force",
name2_us = "ounces-force",
symbol  = "ozf",
symbol  = "ozf",
sym_us  = "ozf",
utype    = "force",
utype    = "force",
scale    = 0.2780138203095378125,
scale    = 0.2780138203095378125,
Line 4,608: Line 3,458:
     ["p"] = {
     ["p"] = {
name1    = "pond",
name1    = "pond",
name1_us = "pond",
name2    = "ponds",
name2_us = "ponds",
symbol  = "p",
symbol  = "p",
sym_us  = "p",
utype    = "force",
utype    = "force",
scale    = 0.00980665,
scale    = 0.00980665,
Line 4,620: Line 3,466:
     ["pdl"] = {
     ["pdl"] = {
name1    = "poundal",
name1    = "poundal",
name1_us = "poundal",
name2    = "poundals",
name2_us = "poundals",
symbol  = "pdl",
symbol  = "pdl",
sym_us  = "pdl",
utype    = "force",
utype    = "force",
scale    = 0.138254954376,
scale    = 0.138254954376,
default  = "N",
default  = "N",
link    = "Poundal",
     },
     },
     ["S/T-f"] = {
     ["S/T-f"] = {
name1    = "short ton-force",
name1    = "short ton-force",
name1_us = "short ton-force",
name2    = "short tons-force",
name2    = "short tons-force",
name2_us = "short tons-force",
symbol  = "S/T<sub>f</sub>",
symbol  = "S/T<sub>f</sub>",
sym_us  = "S/T<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 8896.443230521,
scale    = 8896.443230521,
Line 4,644: Line 3,482:
     ["S/Tf"] = {
     ["S/Tf"] = {
name1    = "short ton-force",
name1    = "short ton-force",
name1_us = "short ton-force",
name2    = "short tons-force",
name2    = "short tons-force",
name2_us = "short tons-force",
symbol  = "S/Tf",
symbol  = "S/Tf",
sym_us  = "S/Tf",
utype    = "force",
utype    = "force",
scale    = 8896.443230521,
scale    = 8896.443230521,
Line 4,656: Line 3,491:
     ["ST-f"] = {
     ["ST-f"] = {
name1    = "short ton-force",
name1    = "short ton-force",
name1_us = "short ton-force",
name2    = "short tons-force",
name2    = "short tons-force",
name2_us = "short tons-force",
symbol  = "ST<sub>f</sub>",
symbol  = "ST<sub>f</sub>",
sym_us  = "ST<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 8896.443230521,
scale    = 8896.443230521,
Line 4,668: Line 3,500:
     ["STf"] = {
     ["STf"] = {
name1    = "short ton-force",
name1    = "short ton-force",
name1_us = "short ton-force",
name2    = "short tons-force",
name2    = "short tons-force",
name2_us = "short tons-force",
symbol  = "STf",
symbol  = "STf",
sym_us  = "STf",
utype    = "force",
utype    = "force",
scale    = 8896.443230521,
scale    = 8896.443230521,
Line 4,680: Line 3,509:
     ["t-f"] = {
     ["t-f"] = {
name1    = "tonne-force",
name1    = "tonne-force",
name1_us = "tonne-force",
name2    = "tonnes-force",
name2    = "tonnes-force",
name2_us = "tonnes-force",
symbol  = "t<sub>f</sub>",
symbol  = "t<sub>f</sub>",
sym_us  = "t<sub>f</sub>",
utype    = "force",
utype    = "force",
scale    = 9806.65,
scale    = 9806.65,
Line 4,692: Line 3,518:
     ["tf"] = {
     ["tf"] = {
name1    = "tonne-force",
name1    = "tonne-force",
name1_us = "tonne-force",
name2    = "tonnes-force",
name2    = "tonnes-force",
name2_us = "tonnes-force",
symbol  = "tf",
symbol  = "tf",
sym_us  = "tf",
utype    = "force",
utype    = "force",
scale    = 9806.65,
scale    = 9806.65,
Line 4,713: Line 3,536:
     ["impgal/mi"] = {
     ["impgal/mi"] = {
name1    = "imperial gallon per mile",
name1    = "imperial gallon per mile",
name1_us = "imperial gallon per mile",
name2    = "imperial gallons per mile",
name2    = "imperial gallons per mile",
name2_us = "imperial gallons per mile",
symbol  = "imp&nbsp;gal/mi",
symbol  = "imp&nbsp;gal/mi",
sym_us  = "imp&nbsp;gal/mi",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 4.54609/1.609344,
scale    = 2.8248093633182219,
invert  = 1,
invert  = 1,
default  = "l/km USgal/mi",
default  = "l/km USgal/mi",
Line 4,730: Line 3,550:
name2_us = "kilometers per liter",
name2_us = "kilometers per liter",
symbol  = "km/L",
symbol  = "km/L",
sym_us  = "km/L",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 1,
scale    = 1,
Line 4,743: Line 3,562:
name2_us = "kilometers per liter",
name2_us = "kilometers per liter",
symbol  = "km/l",
symbol  = "km/l",
sym_us  = "km/l",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 1,
scale    = 1,
Line 4,756: Line 3,574:
name2_us = "liters per 100 kilometers",
name2_us = "liters per 100 kilometers",
symbol  = "L/100&nbsp;km",
symbol  = "L/100&nbsp;km",
sym_us  = "L/100&nbsp;km",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 0.01,
scale    = 0.01,
Line 4,769: Line 3,586:
name2_us = "liters per 100 kilometers",
name2_us = "liters per 100 kilometers",
symbol  = "l/100&nbsp;km",
symbol  = "l/100&nbsp;km",
sym_us  = "l/100&nbsp;km",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 0.01,
scale    = 0.01,
Line 4,782: Line 3,598:
name2_us = "liters per kilometer",
name2_us = "liters per kilometer",
symbol  = "L/km",
symbol  = "L/km",
sym_us  = "L/km",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 1,
scale    = 1,
Line 4,795: Line 3,610:
name2_us = "liters per kilometer",
name2_us = "liters per kilometer",
symbol  = "l/km",
symbol  = "l/km",
sym_us  = "l/km",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 1,
scale    = 1,
Line 4,804: Line 3,618:
     ["mpgimp"] = {
     ["mpgimp"] = {
name1    = "mile per imperial gallon",
name1    = "mile per imperial gallon",
name1_us = "mile per imperial gallon",
name2    = "miles per imperial gallon",
name2    = "miles per imperial gallon",
name2_us = "miles per imperial gallon",
symbol  = "mpg<sub><small>-imp</small></sub>",
symbol  = "mpg<sub><small>-imp</small></sub>",
sym_us  = "mpg<sub><small>-imp</small></sub>",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 1.609344/4.54609,
scale    = 0.35400618993464711,
invert  = -1,
invert  = -1,
default  = "L/100 km mpgus",
default  = "L/100 km mpgus",
Line 4,823: Line 3,634:
sym_us  = "mpg<sub><small>-U.S.</small></sub>",
sym_us  = "mpg<sub><small>-U.S.</small></sub>",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 1.609344/3.785411784,
scale    = 0.42514370743027202,
invert  = -1,
invert  = -1,
default  = "L/100 km mpgimp",
default  = "L/100 km mpgimp",
Line 4,836: Line 3,647:
sym_us  = "U.S.&nbsp;gal/mi",
sym_us  = "U.S.&nbsp;gal/mi",
utype    = "fuel efficiency",
utype    = "fuel efficiency",
scale    = 3.785411784/1.609344,
scale    = 2.3521458333333332,
invert  = 1,
invert  = 1,
default  = "l/km impgal/mi",
default  = "l/km impgal/mi",
Line 4,871: Line 3,682:
name2_us = "centimeters per kilometer",
name2_us = "centimeters per kilometer",
symbol  = "cm/km",
symbol  = "cm/km",
sym_us  = "cm/km",
utype    = "gradient",
utype    = "gradient",
scale    = 0.00001,
scale    = 0.00001,
Line 4,879: Line 3,689:
     ["ft/mi"] = {
     ["ft/mi"] = {
name1    = "foot per mile",
name1    = "foot per mile",
name1_us = "foot per mile",
name2    = "feet per mile",
name2    = "feet per mile",
name2_us = "feet per mile",
symbol  = "ft/mi",
symbol  = "ft/mi",
sym_us  = "ft/mi",
utype    = "gradient",
utype    = "gradient",
scale    = 1/5280,
scale    = 0.00018939393939393939,
default  = "v < 5.28 | c | | m/km",
default  = "v < 5.28 | c | | m/km",
link    = "Grade (slope)",
link    = "Grade (slope)",
Line 4,891: Line 3,698:
     ["ft/nmi"] = {
     ["ft/nmi"] = {
name1    = "foot per nautical mile",
name1    = "foot per nautical mile",
name1_us = "foot per nautical mile",
name2    = "feet per nautical mile",
name2    = "feet per nautical mile",
name2_us = "feet per nautical mile",
symbol  = "ft/nmi",
symbol  = "ft/nmi",
sym_us  = "ft/nmi",
utype    = "gradient",
utype    = "gradient",
scale    = 1.524/9260,
scale    = 0.00016457883369330455,
default  = "v < 6.076 | c | | m/km",
default  = "v < 6.076 | c | | m/km",
link    = "Grade (slope)",
link    = "Grade (slope)",
Line 4,903: Line 3,707:
     ["in/ft"] = {
     ["in/ft"] = {
name1    = "inch per foot",
name1    = "inch per foot",
name1_us = "inch per foot",
name2    = "inches per foot",
name2    = "inches per foot",
name2_us = "inches per foot",
symbol  = "in/ft",
symbol  = "in/ft",
sym_us  = "in/ft",
utype    = "gradient",
utype    = "gradient",
scale    = 1/12,
scale    = 0.083333333333333329,
default  = "mm/m",
default  = "mm/m",
link    = "Grade (slope)",
link    = "Grade (slope)",
Line 4,915: Line 3,716:
     ["in/mi"] = {
     ["in/mi"] = {
name1    = "inch per mile",
name1    = "inch per mile",
name1_us = "inch per mile",
name2    = "inches per mile",
name2    = "inches per mile",
name2_us = "inches per mile",
symbol  = "in/mi",
symbol  = "in/mi",
sym_us  = "in/mi",
utype    = "gradient",
utype    = "gradient",
scale    = 1/63360,
scale    = 1.5782828282828283e-5,
default  = "v < 0.6336 | m | c | m/km",
default  = "v < 0.6336 | m | c | m/km",
link    = "Grade (slope)",
link    = "Grade (slope)",
Line 4,931: Line 3,729:
name2_us = "meters per kilometer",
name2_us = "meters per kilometer",
symbol  = "m/km",
symbol  = "m/km",
sym_us  = "m/km",
utype    = "gradient",
utype    = "gradient",
scale    = 0.001,
scale    = 0.001,
Line 4,943: Line 3,740:
name2_us = "millimeters per kilometer",
name2_us = "millimeters per kilometer",
symbol  = "mm/km",
symbol  = "mm/km",
sym_us  = "mm/km",
utype    = "gradient",
utype    = "gradient",
scale    = 0.000001,
scale    = 0.000001,
Line 4,955: Line 3,751:
name2_us = "millimeters per meter",
name2_us = "millimeters per meter",
symbol  = "mm/m",
symbol  = "mm/m",
sym_us  = "mm/m",
utype    = "gradient",
utype    = "gradient",
scale    = 0.001,
scale    = 0.001,
Line 4,963: Line 3,758:
     ["admi"] = {
     ["admi"] = {
name1    = "admiralty mile",
name1    = "admiralty mile",
name1_us = "admiralty mile",
name2    = "admiralty miles",
name2_us = "admiralty miles",
symbol  = "nmi&nbsp;(admiralty)",
symbol  = "nmi&nbsp;(admiralty)",
sym_us  = "nmi&nbsp;(admiralty)",
utype    = "length",
utype    = "length",
scale    = 1853.184,
scale    = 1853.184,
Line 4,975: Line 3,766:
     ["AU"] = {
     ["AU"] = {
name1    = "astronomical unit",
name1    = "astronomical unit",
name1_us = "astronomical unit",
name2    = "astronomical units",
name2_us = "astronomical units",
symbol  = "AU",
symbol  = "AU",
sym_us  = "AU",
utype    = "length",
utype    = "length",
scale    = 149597870700,
scale    = 149597870700,
default  = "km mi",
default  = "km mi",
link    = "Astronomical unit",
     },
     },
     ["Brnmi"] = {
     ["Brnmi"] = {
name1    = "British nautical mile",
name1    = "British nautical mile",
name1_us = "British nautical mile",
name2    = "British nautical miles",
name2_us = "British nautical miles",
symbol  = "(Brit)&nbsp;nmi",
symbol  = "(Brit)&nbsp;nmi",
sym_us  = "(Brit)&nbsp;nmi",
utype    = "length",
utype    = "length",
scale    = 1853.184,
scale    = 1853.184,
Line 4,998: Line 3,780:
     },
     },
     ["bu"] = {
     ["bu"] = {
name1    = "bu",
name1_us = "bu",
name2    = "bu",
name2    = "bu",
name2_us = "bu",
symbol  = "bu",
symbol  = "bu",
sym_us  = "bu",
utype    = "length",
utype    = "length",
scale    = 1/330,
scale    = 0.0030303030303030303,
default  = "mm",
default  = "mm",
link    = "Japanese units of measurement#Length",
link    = "Japanese units of measurement#Length",
     },
     },
     ["chain"] = {
     ["chain"] = {
name1    = "chain",
name1_us = "chain",
name2    = "chains",
name2_us = "chains",
symbol  = "chain",
symbol  = "chain",
sym_us  = "chain",
usename  = 1,
usename  = 1,
utype    = "length",
utype    = "length",
Line 5,023: Line 3,796:
     },
     },
     ["fathom"] = {
     ["fathom"] = {
name1    = "fathom",
name1_us = "fathom",
name2    = "fathoms",
name2_us = "fathoms",
symbol  = "fathom",
symbol  = "fathom",
sym_us  = "fathom",
usename  = 1,
usename  = 1,
utype    = "length",
utype    = "length",
scale    = 1.8288,
scale    = 1.8288,
default  = "ft m",
default  = "ft m",
link    = "Fathom",
     },
     },
     ["foot"] = {
     ["foot"] = {
name1    = "foot",
name1    = "foot",
name1_us = "foot",
name2    = "foot",
name2    = "foot",
name2_us = "foot",
symbol  = "ft",
symbol  = "ft",
sym_us  = "ft",
utype    = "length",
utype    = "length",
scale    = 0.3048,
scale    = 0.3048,
Line 5,049: Line 3,813:
     ["ft"] = {
     ["ft"] = {
name1    = "foot",
name1    = "foot",
name1_us = "foot",
name2    = "feet",
name2    = "feet",
name2_us = "feet",
symbol  = "ft",
symbol  = "ft",
sym_us  = "ft",
utype    = "length",
utype    = "length",
scale    = 0.3048,
scale    = 0.3048,
Line 5,060: Line 3,821:
     },
     },
     ["furlong"] = {
     ["furlong"] = {
name1    = "furlong",
name1_us = "furlong",
name2    = "furlongs",
name2_us = "furlongs",
symbol  = "furlong",
symbol  = "furlong",
sym_us  = "furlong",
usename  = 1,
usename  = 1,
utype    = "length",
utype    = "length",
scale    = 201.168,
scale    = 201.168,
default  = "ft m",
default  = "ft m",
link    = "Furlong",
     },
     },
     ["Gly"] = {
     ["Gly"] = {
name1    = "gigalight-year",
name1    = "gigalight-year",
name1_us = "gigalight-year",
name2    = "gigalight-years",
name2_us = "gigalight-years",
symbol  = "Gly",
symbol  = "Gly",
sym_us  = "Gly",
utype    = "length",
utype    = "length",
scale    = 9.4607304725808e24,
scale    = 9.4607304725808e24,
Line 5,086: Line 3,837:
     ["Gpc"] = {
     ["Gpc"] = {
name1    = "gigaparsec",
name1    = "gigaparsec",
name1_us = "gigaparsec",
name2    = "gigaparsecs",
name2_us = "gigaparsecs",
symbol  = "Gpc",
symbol  = "Gpc",
sym_us  = "Gpc",
utype    = "length",
utype    = "length",
scale    = 3.0856775814671916e25,
scale    = 3.0856775814671916e25,
Line 5,098: Line 3,845:
     ["hand"] = {
     ["hand"] = {
name1    = "hand",
name1    = "hand",
name1_us = "hand",
name2    = "hands",
name2_us = "hands",
symbol  = "h",
symbol  = "h",
sym_us  = "h",
utype    = "length",
utype    = "length",
scale    = 0.1016,
scale    = 0.1016,
Line 5,110: Line 3,853:
     ["in"] = {
     ["in"] = {
name1    = "inch",
name1    = "inch",
name1_us = "inch",
name2    = "inches",
name2    = "inches",
name2_us = "inches",
symbol  = "in",
symbol  = "in",
sym_us  = "in",
utype    = "length",
utype    = "length",
scale    = 0.0254,
scale    = 0.0254,
default  = "mm",
default  = "mm",
link    = "Inch",
     },
     },
     ["inabbreviated"] = {
     ["inabbreviated"] = {
name1    = "in",
name1_us = "in",
name2    = "in",
name2    = "in",
name2_us = "in",
symbol  = "in",
symbol  = "in",
sym_us  = "in",
utype    = "length",
utype    = "length",
scale    = 0.0254,
scale    = 0.0254,
Line 5,134: Line 3,869:
     ["kly"] = {
     ["kly"] = {
name1    = "kilolight-year",
name1    = "kilolight-year",
name1_us = "kilolight-year",
name2    = "kilolight-years",
name2_us = "kilolight-years",
symbol  = "kly",
symbol  = "kly",
sym_us  = "kly",
utype    = "length",
utype    = "length",
scale    = 9.4607304725808e18,
scale    = 9.4607304725808e18,
Line 5,146: Line 3,877:
     ["kpc"] = {
     ["kpc"] = {
name1    = "kiloparsec",
name1    = "kiloparsec",
name1_us = "kiloparsec",
name2    = "kiloparsecs",
name2_us = "kiloparsecs",
symbol  = "kpc",
symbol  = "kpc",
sym_us  = "kpc",
utype    = "length",
utype    = "length",
scale    = 3.0856775814671916e19,
scale    = 3.0856775814671916e19,
Line 5,158: Line 3,885:
     ["LD"] = {
     ["LD"] = {
name1    = "lunar distance",
name1    = "lunar distance",
name1_us = "lunar distance",
name2    = "lunar distances",
name2_us = "lunar distances",
symbol  = "LD",
symbol  = "LD",
sym_us  = "LD",
utype    = "length",
utype    = "length",
scale    = 384403000,
scale    = 384403000,
Line 5,169: Line 3,892:
     },
     },
     ["league"] = {
     ["league"] = {
name1    = "league",
name1_us = "league",
name2    = "leagues",
name2_us = "leagues",
symbol  = "league",
symbol  = "league",
sym_us  = "league",
utype    = "length",
utype    = "length",
scale    = 4828.032,
scale    = 4828.032,
Line 5,182: Line 3,900:
     ["ly"] = {
     ["ly"] = {
name1    = "light-year",
name1    = "light-year",
name1_us = "light-year",
name2    = "light-years",
name2_us = "light-years",
symbol  = "ly",
symbol  = "ly",
sym_us  = "ly",
utype    = "length",
utype    = "length",
scale    = 9.4607304725808e15,
scale    = 9.4607304725808e15,
default  = "AU",
default  = "AU",
link    = "Light-year",
     },
     },
     ["m"] = {
     ["m"] = {
name1    = "%smetre",
_name1  = "metre",
name1_us = "%smeter",
_name1_us = "meter",
name2    = "%smetres",
_symbol  = "m",
name2_us = "%smeters",
symbol  = "m",
sym_us  = "m",
utype    = "length",
utype    = "length",
scale    = 1,
scale    = 1,
Line 5,207: Line 3,917:
     ["mi"] = {
     ["mi"] = {
name1    = "mile",
name1    = "mile",
name1_us = "mile",
name2    = "miles",
name2_us = "miles",
symbol  = "mi",
symbol  = "mi",
sym_us  = "mi",
utype    = "length",
utype    = "length",
scale    = 1609.344,
scale    = 1609.344,
default  = "km",
default  = "km",
link    = "Mile",
     },
     },
     ["mil"] = {
     ["mil"] = {
name1    = "mil",
name1_us = "mil",
name2    = "mils",
name2_us = "mils",
symbol  = "mil",
symbol  = "mil",
sym_us  = "mil",
utype    = "length",
utype    = "length",
scale    = 0.0000254,
scale    = 0.0000254,
Line 5,231: Line 3,931:
     ["Mly"] = {
     ["Mly"] = {
name1    = "megalight-year",
name1    = "megalight-year",
name1_us = "megalight-year",
name2    = "megalight-years",
name2_us = "megalight-years",
symbol  = "Mly",
symbol  = "Mly",
sym_us  = "Mly",
utype    = "length",
utype    = "length",
scale    = 9.4607304725808e21,
scale    = 9.4607304725808e21,
Line 5,243: Line 3,939:
     ["Mpc"] = {
     ["Mpc"] = {
name1    = "megaparsec",
name1    = "megaparsec",
name1_us = "megaparsec",
name2    = "megaparsecs",
name2_us = "megaparsecs",
symbol  = "Mpc",
symbol  = "Mpc",
sym_us  = "Mpc",
utype    = "length",
utype    = "length",
scale    = 3.0856775814671916e22,
scale    = 3.0856775814671916e22,
Line 5,255: Line 3,947:
     ["NM"] = {
     ["NM"] = {
name1    = "nautical mile",
name1    = "nautical mile",
name1_us = "nautical mile",
name2    = "nautical miles",
name2_us = "nautical miles",
symbol  = "NM",
symbol  = "NM",
sym_us  = "NM",
utype    = "length",
utype    = "length",
scale    = 1852,
scale    = 1852,
default  = "km mi",
default  = "km mi",
link    = "Nautical mile",
     },
     },
     ["nmi"] = {
     ["nmi"] = {
name1    = "nautical mile",
name1    = "nautical mile",
name1_us = "nautical mile",
name2    = "nautical miles",
name2_us = "nautical miles",
symbol  = "nmi",
symbol  = "nmi",
sym_us  = "nmi",
utype    = "length",
utype    = "length",
scale    = 1852,
scale    = 1852,
default  = "km mi",
default  = "km mi",
link    = "Nautical mile",
     },
     },
     ["oldUKnmi"] = {
     ["oldUKnmi"] = {
name1    = "nautical mile",
name1    = "nautical mile",
name1_us = "nautical mile",
name2    = "nautical miles",
name2_us = "nautical miles",
symbol  = "nmi",
symbol  = "nmi",
sym_us  = "nmi",
utype    = "length",
utype    = "length",
scale    = 1853.184,
scale    = 1853.184,
default  = "km mi",
default  = "km mi",
link    = "Nautical mile",
     },
     },
     ["oldUSnmi"] = {
     ["oldUSnmi"] = {
name1    = "nautical mile",
name1    = "nautical mile",
name1_us = "nautical mile",
name2    = "nautical miles",
name2_us = "nautical miles",
symbol  = "nmi",
symbol  = "nmi",
sym_us  = "nmi",
utype    = "length",
utype    = "length",
scale    = 1853.24496,
scale    = 1853.24496,
default  = "km mi",
default  = "km mi",
link    = "Nautical mile",
     },
     },
     ["pc"] = {
     ["pc"] = {
name1    = "parsec",
name1    = "parsec",
name1_us = "parsec",
name2    = "parsecs",
name2_us = "parsecs",
symbol  = "pc",
symbol  = "pc",
sym_us  = "pc",
utype    = "length",
utype    = "length",
scale    = 3.0856775814671916e16,
scale    = 3.0856775814671916e16,
default  = "ly",
default  = "ly",
link    = "Parsec",
     },
     },
     ["perch"] = {
     ["perch"] = {
name1    = "perch",
name1_us = "perch",
name2    = "perches",
name2    = "perches",
name2_us = "perches",
symbol  = "perch",
symbol  = "perch",
sym_us  = "perch",
usename  = 1,
usename  = 1,
utype    = "length",
utype    = "length",
Line 5,327: Line 3,990:
     },
     },
     ["pole"] = {
     ["pole"] = {
name1    = "pole",
name1_us = "pole",
name2    = "poles",
name2_us = "poles",
symbol  = "pole",
symbol  = "pole",
sym_us  = "pole",
usename  = 1,
usename  = 1,
utype    = "length",
utype    = "length",
Line 5,341: Line 3,999:
     ["pre1954U.S.nmi"] = {
     ["pre1954U.S.nmi"] = {
name1    = "(pre-1954&nbsp;U.S.) nautical mile",
name1    = "(pre-1954&nbsp;U.S.) nautical mile",
name1_us = "(pre-1954&nbsp;U.S.) nautical mile",
name2    = "(pre-1954&nbsp;U.S.) nautical miles",
name2_us = "(pre-1954&nbsp;U.S.) nautical miles",
symbol  = "(pre-1954&nbsp;U.S.) nmi",
symbol  = "(pre-1954&nbsp;U.S.) nmi",
sym_us  = "(pre-1954&nbsp;U.S.) nmi",
utype    = "length",
utype    = "length",
scale    = 1853.24496,
scale    = 1853.24496,
Line 5,354: Line 4,008:
name1    = "(pre-1954&nbsp;US) nautical mile",
name1    = "(pre-1954&nbsp;US) nautical mile",
name1_us = "(pre-1954&nbsp;U.S.) nautical mile",
name1_us = "(pre-1954&nbsp;U.S.) nautical mile",
name2    = "(pre-1954&nbsp;US) nautical miles",
name2_us = "(pre-1954&nbsp;U.S.) nautical miles",
symbol  = "(pre-1954&nbsp;US) nmi",
symbol  = "(pre-1954&nbsp;US) nmi",
sym_us  = "(pre-1954&nbsp;U.S.) nmi",
sym_us  = "(pre-1954&nbsp;U.S.) nmi",
Line 5,365: Line 4,017:
     ["rd"] = {
     ["rd"] = {
name1    = "rod",
name1    = "rod",
name1_us = "rod",
name2    = "rods",
name2_us = "rods",
symbol  = "rd",
symbol  = "rd",
sym_us  = "rd",
utype    = "length",
utype    = "length",
scale    = 5.0292,
scale    = 5.0292,
Line 5,377: Line 4,025:
     ["royal cubit"] = {
     ["royal cubit"] = {
name1    = "royal cubit",
name1    = "royal cubit",
name1_us = "royal cubit",
name2    = "royal cubits",
name2_us = "royal cubits",
symbol  = "cu",
symbol  = "cu",
sym_us  = "cu",
utype    = "length",
utype    = "length",
scale    = 0.524,
scale    = 0.524,
default  = "mm",
default  = "mm",
link    = "Royal cubit",
     },
     },
     ["rtkm"] = {
     ["rtkm"] = {
name1    = "route kilometre",
name1    = "route kilometre",
name1_us = "route kilometer",
name1_us = "route kilometer",
name2    = "route kilometres",
name2_us = "route kilometers",
symbol  = "km",
symbol  = "km",
sym_us  = "km",
utype    = "length",
utype    = "length",
scale    = 1000,
scale    = 1000,
Line 5,401: Line 4,041:
     ["rtmi"] = {
     ["rtmi"] = {
name1    = "route mile",
name1    = "route mile",
name1_us = "route mile",
name2    = "route miles",
name2_us = "route miles",
symbol  = "mi",
symbol  = "mi",
sym_us  = "mi",
utype    = "length",
utype    = "length",
scale    = 1609.344,
scale    = 1609.344,
Line 5,412: Line 4,048:
     },
     },
     ["shaku"] = {
     ["shaku"] = {
name1    = "shaku",
name1_us = "shaku",
name2    = "shaku",
name2    = "shaku",
name2_us = "shaku",
symbol  = "shaku",
symbol  = "shaku",
sym_us  = "shaku",
utype    = "length",
utype    = "length",
scale    = 10/33,
scale    = 0.30303030303030304,
default  = "m",
default  = "m",
link    = "Japanese units of measurement#Length",
link    = "Japanese units of measurement#Length",
Line 5,425: Line 4,057:
     ["sm"] = {
     ["sm"] = {
name1    = "smoot",
name1    = "smoot",
name1_us = "smoot",
name2    = "smoots",
name2_us = "smoots",
symbol  = "sm",
symbol  = "sm",
sym_us  = "sm",
utype    = "length",
utype    = "length",
scale    = 1.70180,
scale    = 1.70180,
Line 5,437: Line 4,065:
     ["smi"] = {
     ["smi"] = {
name1    = "statute mile",
name1    = "statute mile",
name1_us = "statute mile",
name2    = "statute miles",
name2_us = "statute miles",
symbol  = "mi",
symbol  = "mi",
sym_us  = "mi",
utype    = "length",
utype    = "length",
scale    = 1609.344,
scale    = 1609.344,
default  = "km",
default  = "km",
link    = "Statute mile",
     },
     },
     ["sun"] = {
     ["sun"] = {
name1    = "sun",
name1_us = "sun",
name2    = "sun",
name2    = "sun",
name2_us = "sun",
symbol  = "sun",
symbol  = "sun",
sym_us  = "sun",
utype    = "length",
utype    = "length",
scale    = 1/33,
scale    = 0.030303030303030304,
default  = "mm",
default  = "mm",
link    = "Japanese units of measurement#Length",
link    = "Japanese units of measurement#Length",
     },
     },
     ["thou"] = {
     ["thou"] = {
name1    = "thou",
name1_us = "thou",
name2    = "thou",
name2    = "thou",
name2_us = "thou",
symbol  = "thou",
symbol  = "thou",
sym_us  = "thou",
utype    = "length",
utype    = "length",
scale    = 0.0000254,
scale    = 0.0000254,
Line 5,472: Line 4,087:
     },
     },
     ["verst"] = {
     ["verst"] = {
name1    = "verst",
name1_us = "verst",
name2    = "versts",
name2_us = "versts",
symbol  = "verst",
symbol  = "verst",
sym_us  = "verst",
utype    = "length",
utype    = "length",
scale    = 1066.8,
scale    = 1066.8,
default  = "km mi",
default  = "km mi",
link    = "Verst",
     },
     },
     ["yd"] = {
     ["yd"] = {
name1    = "yard",
name1    = "yard",
name1_us = "yard",
name2    = "yards",
name2_us = "yards",
symbol  = "yd",
symbol  = "yd",
sym_us  = "yd",
utype    = "length",
utype    = "length",
scale    = 0.9144,
scale    = 0.9144,
default  = "m",
default  = "m",
link    = "Yard",
     },
     },
     ["µin"] = {
     ["µin"] = {
name1    = "microinch",
name1    = "microinch",
name1_us = "microinch",
name2    = "microinches",
name2    = "microinches",
name2_us = "microinches",
symbol  = "µin",
symbol  = "µin",
sym_us  = "µin",
utype    = "length",
utype    = "length",
scale    = 0.0000000254,
scale    = 0.0000000254,
Line 5,509: Line 4,110:
     ["Å"] = {
     ["Å"] = {
name1    = "ångström",
name1    = "ångström",
name1_us = "ångström",
name2    = "ångströms",
name2_us = "ångströms",
symbol  = "Å",
symbol  = "Å",
sym_us  = "Å",
utype    = "length",
utype    = "length",
scale    = 0.0000000001,
scale    = 0.0000000001,
Line 5,567: Line 4,164:
name2_us = "kilograms per centimeter",
name2_us = "kilograms per centimeter",
symbol  = "kg/cm",
symbol  = "kg/cm",
sym_us  = "kg/cm",
utype    = "linear density",
utype    = "linear density",
scale    = 100,
scale    = 100,
Line 5,579: Line 4,175:
name2_us = "kilograms per meter",
name2_us = "kilograms per meter",
symbol  = "kg/m",
symbol  = "kg/m",
sym_us  = "kg/m",
utype    = "linear density",
utype    = "linear density",
scale    = 1,
scale    = 1,
Line 5,587: Line 4,182:
     ["lb/ft"] = {
     ["lb/ft"] = {
name1    = "pound per foot",
name1    = "pound per foot",
name1_us = "pound per foot",
name2    = "pounds per foot",
name2    = "pounds per foot",
name2_us = "pounds per foot",
symbol  = "lb/ft",
symbol  = "lb/ft",
sym_us  = "lb/ft",
utype    = "linear density",
utype    = "linear density",
scale    = 4535.9237/3048,
scale    = 1.4881639435695539,
default  = "kg/m",
default  = "kg/m",
link    = "Linear density",
link    = "Linear density",
Line 5,599: Line 4,191:
     ["lb/yd"] = {
     ["lb/yd"] = {
name1    = "pound per yard",
name1    = "pound per yard",
name1_us = "pound per yard",
name2    = "pounds per yard",
name2    = "pounds per yard",
name2_us = "pounds per yard",
symbol  = "lb/yd",
symbol  = "lb/yd",
sym_us  = "lb/yd",
utype    = "linear density",
utype    = "linear density",
scale    = 4535.9237/9144,
scale    = 0.49605464785651798,
default  = "kg/m",
default  = "kg/m",
link    = "Linear density",
link    = "Linear density",
     },
     },
     ["carat"] = {
     ["carat"] = {
name1    = "carat",
name1_us = "carat",
name2    = "carats",
name2_us = "carats",
symbol  = "carat",
symbol  = "carat",
sym_us  = "carat",
usename  = 1,
usename  = 1,
utype    = "mass",
utype    = "mass",
Line 5,623: Line 4,207:
     },
     },
     ["drachm"] = {
     ["drachm"] = {
name1    = "drachm",
name1_us = "dram",
name1_us = "dram",
name2    = "drachms",
name2_us = "drams",
symbol  = "drachm",
symbol  = "drachm",
sym_us  = "drachm",
usename  = 1,
usename  = 1,
utype    = "mass",
utype    = "mass",
Line 5,636: Line 4,216:
     },
     },
     ["dram"] = {
     ["dram"] = {
name1    = "drachm",
name1_us = "dram",
name1_us = "dram",
name2    = "drachms",
name2_us = "drams",
symbol  = "drachm",
symbol  = "drachm",
sym_us  = "drachm",
usename  = 1,
usename  = 1,
utype    = "mass",
utype    = "mass",
Line 5,650: Line 4,226:
     ["dwt"] = {
     ["dwt"] = {
name1    = "pennyweight",
name1    = "pennyweight",
name1_us = "pennyweight",
name2    = "pennyweights",
name2_us = "pennyweights",
symbol  = "dwt",
symbol  = "dwt",
sym_us  = "dwt",
utype    = "mass",
utype    = "mass",
scale    = 0.00155517384,
scale    = 0.00155517384,
default  = "oz g",
default  = "oz g",
link    = "Pennyweight",
     },
     },
     ["DWton"] = {
     ["DWton"] = {
name1    = "deadweight ton",
name1_us = "deadweight ton",
name2    = "deadweight tons",
name2_us = "deadweight tons",
symbol  = "deadweight ton",
symbol  = "deadweight ton",
sym_us  = "deadweight ton",
utype    = "mass",
utype    = "mass",
scale    = 1016.0469088,
scale    = 1016.0469088,
Line 5,673: Line 4,239:
     },
     },
     ["DWtonne"] = {
     ["DWtonne"] = {
name1    = "deadweight tonne",
name1_us = "deadweight tonne",
name2    = "deadweight tonnes",
name2_us = "deadweight tonnes",
symbol  = "deadweight tonne",
symbol  = "deadweight tonne",
sym_us  = "deadweight tonne",
utype    = "mass",
utype    = "mass",
scale    = 1000,
scale    = 1000,
Line 5,685: Line 4,246:
     },
     },
     ["g"] = {
     ["g"] = {
name1    = "%sgram",
_name1   = "gram",
name1_us = "%sgram",
_symbol  = "g",
name2    = "%sgrams",
name2_us = "%sgrams",
symbol   = "g",
sym_us  = "g",
utype    = "mass",
utype    = "mass",
scale    = 0.001,
scale    = 0.001,
Line 5,699: Line 4,256:
     ["gr"] = {
     ["gr"] = {
name1    = "grain",
name1    = "grain",
name1_us = "grain",
name2    = "grains",
name2_us = "grains",
symbol  = "gr",
symbol  = "gr",
sym_us  = "gr",
utype    = "mass",
utype    = "mass",
scale    = 0.00006479891,
scale    = 0.00006479891,
Line 5,711: Line 4,264:
     ["Gt"] = {
     ["Gt"] = {
name1    = "gigatonne",
name1    = "gigatonne",
name1_us = "gigatonne",
name2    = "gigatonnes",
name2_us = "gigatonnes",
symbol  = "Gt",
symbol  = "Gt",
sym_us  = "Gt",
utype    = "mass",
utype    = "mass",
scale    = 1000000000000,
scale    = 1000000000000,
Line 5,723: Line 4,272:
     ["kilotonne"] = {
     ["kilotonne"] = {
name1    = "kilotonne",
name1    = "kilotonne",
name1_us = "kilotonne",
name2    = "kilotonnes",
name2_us = "kilotonnes",
symbol  = "kt",
symbol  = "kt",
sym_us  = "kt",
utype    = "mass",
utype    = "mass",
scale    = 1000000,
scale    = 1000000,
Line 5,735: Line 4,280:
     ["lb"] = {
     ["lb"] = {
name1    = "pound",
name1    = "pound",
name1_us = "pound",
name2    = "pounds",
name2_us = "pounds",
symbol  = "lb",
symbol  = "lb",
sym_us  = "lb",
utype    = "mass",
utype    = "mass",
scale    = 0.45359237,
scale    = 0.45359237,
Line 5,747: Line 4,288:
     ["lbt"] = {
     ["lbt"] = {
name1    = "troy pound",
name1    = "troy pound",
name1_us = "troy pound",
name2    = "troy pounds",
name2_us = "troy pounds",
symbol  = "lbt",
symbol  = "lbt",
sym_us  = "lbt",
utype    = "mass",
utype    = "mass",
scale    = 0.0311034768*12,
scale    = 0.37324172160000002,
default  = "ozt kg",
default  = "ozt kg",
link    = "Troy pound",
     },
     },
     ["Lcwt"] = {
     ["Lcwt"] = {
name1    = "long hundredweight",
name1    = "long hundredweight",
name1_us = "long hundredweight",
name2    = "long hundredweights",
name2_us = "long hundredweights",
symbol  = "Lcwt",
symbol  = "Lcwt",
sym_us  = "Lcwt",
utype    = "mass",
utype    = "mass",
scale    = 50.80234544,
scale    = 50.80234544,
Line 5,771: Line 4,303:
     ["long cwt"] = {
     ["long cwt"] = {
name1    = "long hundredweight",
name1    = "long hundredweight",
name1_us = "long hundredweight",
name2    = "long hundredweights",
name2_us = "long hundredweights",
symbol  = "long&nbsp;cwt",
symbol  = "long&nbsp;cwt",
sym_us  = "long&nbsp;cwt",
utype    = "mass",
utype    = "mass",
scale    = 50.80234544,
scale    = 50.80234544,
Line 5,783: Line 4,311:
     ["long qtr"] = {
     ["long qtr"] = {
name1    = "long quarter",
name1    = "long quarter",
name1_us = "long quarter",
name2    = "long quarters",
name2_us = "long quarters",
symbol  = "long&nbsp;qtr",
symbol  = "long&nbsp;qtr",
sym_us  = "long&nbsp;qtr",
utype    = "mass",
utype    = "mass",
scale    = 12.70058636,
scale    = 12.70058636,
Line 5,794: Line 4,318:
     },
     },
     ["long ton"] = {
     ["long ton"] = {
name1    = "long ton",
name1_us = "long ton",
name2    = "long tons",
name2_us = "long tons",
symbol  = "long ton",
symbol  = "long ton",
sym_us  = "long ton",
utype    = "mass",
utype    = "mass",
scale    = 1016.0469088,
scale    = 1016.0469088,
default  = "t",
default  = "t",
link    = "Long ton",
     },
     },
     ["LT"] = {
     ["LT"] = {
name1    = "long ton",
name1_us = "long ton",
name2    = "long tons",
name2_us = "long tons",
symbol  = "long ton",
symbol  = "long ton",
sym_us  = "long ton",
usename  = 1,
usename  = 1,
utype    = "mass",
utype    = "mass",
scale    = 1016.0469088,
scale    = 1016.0469088,
default  = "t",
default  = "t",
link    = "Long ton",
     },
     },
     ["lt"] = {
     ["lt"] = {
name1    = "long ton",
name1    = "long ton",
name1_us = "long ton",
name2    = "long tons",
name2_us = "long tons",
symbol  = "LT",
symbol  = "LT",
sym_us  = "LT",
utype    = "mass",
utype    = "mass",
scale    = 1016.0469088,
scale    = 1016.0469088,
default  = "t",
default  = "t",
link    = "Long ton",
     },
     },
     ["metric ton"] = {
     ["metric ton"] = {
name1    = "metric ton",
name1_us = "metric ton",
name2    = "metric tons",
name2_us = "metric tons",
symbol  = "metric ton",
symbol  = "metric ton",
sym_us  = "metric ton",
utype    = "mass",
utype    = "mass",
scale    = 1000,
scale    = 1000,
Line 5,844: Line 4,346:
     ["MT"] = {
     ["MT"] = {
name1    = "metric ton",
name1    = "metric ton",
name1_us = "metric ton",
name2    = "metric tons",
name2_us = "metric tons",
symbol  = "t",
symbol  = "t",
sym_us  = "t",
utype    = "mass",
utype    = "mass",
scale    = 1000,
scale    = 1000,
Line 5,856: Line 4,354:
     ["Mt"] = {
     ["Mt"] = {
name1    = "megatonne",
name1    = "megatonne",
name1_us = "megatonne",
name2    = "megatonnes",
name2_us = "megatonnes",
symbol  = "Mt",
symbol  = "Mt",
sym_us  = "Mt",
utype    = "mass",
utype    = "mass",
scale    = 1000000000,
scale    = 1000000000,
Line 5,868: Line 4,362:
     ["oz"] = {
     ["oz"] = {
name1    = "ounce",
name1    = "ounce",
name1_us = "ounce",
name2    = "ounces",
name2_us = "ounces",
symbol  = "oz",
symbol  = "oz",
sym_us  = "oz",
utype    = "mass",
utype    = "mass",
scale    = 0.028349523125,
scale    = 0.028349523125,
default  = "g",
default  = "g",
link    = "Ounce",
     },
     },
     ["ozt"] = {
     ["ozt"] = {
name1    = "troy ounce",
name1    = "troy ounce",
name1_us = "troy ounce",
name2    = "troy ounces",
name2_us = "troy ounces",
symbol  = "ozt",
symbol  = "ozt",
sym_us  = "ozt",
utype    = "mass",
utype    = "mass",
scale    = 0.0311034768,
scale    = 0.0311034768,
default  = "oz g",
default  = "oz g",
link    = "Troy ounce",
     },
     },
     ["pdr"] = {
     ["pdr"] = {
name1    = "pounder",
name1    = "pounder",
name1_us = "pounder",
name2    = "pounders",
name2_us = "pounders",
symbol  = "pdr",
symbol  = "pdr",
sym_us  = "pdr",
utype    = "mass",
utype    = "mass",
scale    = 0.45359237,
scale    = 0.45359237,
Line 5,904: Line 4,384:
     ["Scwt"] = {
     ["Scwt"] = {
name1    = "short hundredweight",
name1    = "short hundredweight",
name1_us = "short hundredweight",
name2    = "short hundredweight",
name2    = "short hundredweight",
name2_us = "short hundredweight",
symbol  = "Scwt",
symbol  = "Scwt",
sym_us  = "Scwt",
utype    = "mass",
utype    = "mass",
scale    = 45.359237,
scale    = 45.359237,
Line 5,916: Line 4,393:
     ["short cwt"] = {
     ["short cwt"] = {
name1    = "short hundredweight",
name1    = "short hundredweight",
name1_us = "short hundredweight",
name2    = "short hundredweights",
name2_us = "short hundredweights",
symbol  = "short&nbsp;cwt",
symbol  = "short&nbsp;cwt",
sym_us  = "short&nbsp;cwt",
utype    = "mass",
utype    = "mass",
scale    = 45.359237,
scale    = 45.359237,
Line 5,928: Line 4,401:
     ["short qtr"] = {
     ["short qtr"] = {
name1    = "short quarter",
name1    = "short quarter",
name1_us = "short quarter",
name2    = "short quarters",
name2_us = "short quarters",
symbol  = "short&nbsp;qtr",
symbol  = "short&nbsp;qtr",
sym_us  = "short&nbsp;qtr",
utype    = "mass",
utype    = "mass",
scale    = 11.33980925,
scale    = 11.33980925,
Line 5,939: Line 4,408:
     },
     },
     ["short ton"] = {
     ["short ton"] = {
name1    = "short ton",
name1_us = "short ton",
name2    = "short tons",
name2_us = "short tons",
symbol  = "short ton",
symbol  = "short ton",
sym_us  = "short ton",
utype    = "mass",
utype    = "mass",
scale    = 907.18474,
scale    = 907.18474,
default  = "t",
default  = "t",
link    = "Short ton",
     },
     },
     ["shtn"] = {
     ["shtn"] = {
name1    = "short ton",
name1    = "short ton",
name1_us = "short ton",
name2    = "short tons",
name2_us = "short tons",
symbol  = "sh&nbsp;tn",
symbol  = "sh&nbsp;tn",
sym_us  = "sh&nbsp;tn",
utype    = "mass",
utype    = "mass",
scale    = 907.18474,
scale    = 907.18474,
default  = "t",
default  = "t",
link    = "Short ton",
     },
     },
     ["shton"] = {
     ["shton"] = {
name1    = "ton",
name1_us = "ton",
name2    = "tons",
name2_us = "tons",
symbol  = "ton",
symbol  = "ton",
sym_us  = "ton",
utype    = "mass",
utype    = "mass",
scale    = 907.18474,
scale    = 907.18474,
default  = "t",
default  = "t",
link    = "Ton",
     },
     },
     ["solar mass"] = {
     ["solar mass"] = {
name1    = "solar mass",
name1    = "solar mass",
name1_us = "solar mass",
name2    = "solar masses",
name2    = "solar masses",
name2_us = "solar masses",
symbol  = "M<sub>☉</sub>",
symbol  = "M<sub>☉</sub>",
sym_us  = "M<sub>☉</sub>",
utype    = "mass",
utype    = "mass",
scale    = 1.98855e30,
scale    = 1.98855e30,
default  = "kg",
default  = "kg",
link    = "Solar mass",
     },
     },
     ["ST"] = {
     ["ST"] = {
name1    = "short ton",
name1_us = "short ton",
name2    = "short tons",
name2_us = "short tons",
symbol  = "short ton",
symbol  = "short ton",
sym_us  = "short ton",
usename  = 1,
usename  = 1,
utype    = "mass",
utype    = "mass",
scale    = 907.18474,
scale    = 907.18474,
default  = "t",
default  = "t",
link    = "Short ton",
     },
     },
     ["st"] = {
     ["st"] = {
name1    = "stone",
name1    = "stone",
name1_us = "stone",
name2    = "stone",
name2    = "stone",
name2_us = "stone",
symbol  = "st",
symbol  = "st",
sym_us  = "st",
utype    = "mass",
utype    = "mass",
scale    = 6.35029318,
scale    = 6.35029318,
Line 6,014: Line 4,453:
name1    = "tonne",
name1    = "tonne",
name1_us = "metric ton",
name1_us = "metric ton",
name2    = "tonnes",
name2_us = "metric tons",
symbol  = "t",
symbol  = "t",
sym_us  = "t",
utype    = "mass",
utype    = "mass",
scale    = 1000,
scale    = 1000,
default  = "LT ST",
default  = "LT ST",
link    = "Tonne",
     },
     },
     ["tonne"] = {
     ["tonne"] = {
name1    = "tonne",
name1    = "tonne",
name1_us = "metric ton",
name1_us = "metric ton",
name2    = "tonnes",
name2_us = "metric tons",
symbol  = "t",
symbol  = "t",
sym_us  = "t",
utype    = "mass",
utype    = "mass",
scale    = 1000,
scale    = 1000,
default  = "shton",
default  = "shton",
link    = "Tonne",
     },
     },
     ["troy pound"] = {
     ["troy pound"] = {
name1    = "troy pound",
name1_us = "troy pound",
name2    = "troy pounds",
name2_us = "troy pounds",
symbol  = "troy pound",
symbol  = "troy pound",
sym_us  = "troy pound",
usename  = 1,
usename  = 1,
utype    = "mass",
utype    = "mass",
Line 6,049: Line 4,475:
     },
     },
     ["viss"] = {
     ["viss"] = {
name1    = "viss",
name1_us = "viss",
name2    = "viss",
name2    = "viss",
name2_us = "viss",
symbol  = "viss",
symbol  = "viss",
sym_us  = "viss",
utype    = "mass",
utype    = "mass",
scale    = 1.632932532,
scale    = 1.632932532,
Line 6,080: Line 4,502:
     ["/acre"] = {
     ["/acre"] = {
name1    = "per acre",
name1    = "per acre",
name1_us = "per acre",
name2    = "per acre",
name2    = "per acre",
name2_us = "per acre",
symbol  = "/acre",
symbol  = "/acre",
sym_us  = "/acre",
utype    = "per unit area",
utype    = "per unit area",
scale    = 1000000/4046.8564224,
scale    = 247.10538146716533,
default  = "/ha",
default  = "/ha",
link    = "Acre",
link    = "Acre",
Line 6,092: Line 4,511:
     ["/ha"] = {
     ["/ha"] = {
name1    = "per hectare",
name1    = "per hectare",
name1_us = "per hectare",
name2    = "per hectare",
name2    = "per hectare",
name2_us = "per hectare",
symbol  = "/ha",
symbol  = "/ha",
sym_us  = "/ha",
utype    = "per unit area",
utype    = "per unit area",
scale    = 100,
scale    = 100,
Line 6,108: Line 4,524:
name2_us = "per square kilometer",
name2_us = "per square kilometer",
symbol  = "/km<sup>2</sup>",
symbol  = "/km<sup>2</sup>",
sym_us  = "/km<sup>2</sup>",
utype    = "per unit area",
utype    = "per unit area",
scale    = 1,
scale    = 1,
Line 6,116: Line 4,531:
     ["/sqmi"] = {
     ["/sqmi"] = {
name1    = "per square mile",
name1    = "per square mile",
name1_us = "per square mile",
name2    = "per square mile",
name2    = "per square mile",
name2_us = "per square mile",
symbol  = "/sq&nbsp;mi",
symbol  = "/sq&nbsp;mi",
sym_us  = "/sq&nbsp;mi",
utype    = "per unit area",
utype    = "per unit area",
scale    = 1000000/2589988.110336,
scale    = 0.38610215854244584,
default  = "/sqkm",
default  = "/sqkm",
link    = "Square mile",
link    = "Square mile",
Line 6,132: Line 4,544:
name1    = "per litre",
name1    = "per litre",
name1_us = "per liter",
name1_us = "per liter",
name2    = "per litres",
name2_us = "per liters",
symbol  = "/l",
symbol  = "/l",
sym_us  = "/l",
utype    = "per unit volume",
utype    = "per unit volume",
scale    = 1000,
scale    = 1000,
default  = "/usgal",
default  = "/usgal",
link    = "Per litre",
     },
     },
     ["/USgal"] = {
     ["/USgal"] = {
name1    = "per gallon",
name1    = "per gallon",
name1_us = "per gallon",
name2    = "per gallons",
name2_us = "per gallons",
symbol  = "/gal",
symbol  = "/gal",
sym_us  = "/gal",
utype    = "per unit volume",
utype    = "per unit volume",
scale    = 264.172052,
scale    = 264.172052,
default  = "/l",
default  = "/l",
link    = "Per gallon",
     },
     },
     ["/usgal"] = {
     ["/usgal"] = {
name1    = "per gallon",
name1    = "per gallon",
name1_us = "per gallon",
name2    = "per gallons",
name2_us = "per gallons",
symbol  = "/gal",
symbol  = "/gal",
sym_us  = "/gal",
utype    = "per unit volume",
utype    = "per unit volume",
scale    = 264.172052,
scale    = 264.172052,
default  = "/l",
default  = "/l",
link    = "Per gallon",
     },
     },
     ["PD/acre"] = {
     ["PD/acre"] = {
name1    = "inhabitants per acre",
name1    = "inhabitants per acre",
name1_us = "inhabitants per acre",
name2    = "inhabitants per acre",
name2    = "inhabitants per acre",
name2_us = "inhabitants per acre",
symbol  = "PD/acre",
symbol  = "PD/acre",
sym_us  = "PD/acre",
utype    = "population density",
utype    = "population density",
scale    = 1000000/4046.8564224,
scale    = 247.10538146716533,
default  = "PD/ha",
default  = "PD/ha",
link    = "Acre",
link    = "Acre",
Line 6,179: Line 4,574:
     ["PD/ha"] = {
     ["PD/ha"] = {
name1    = "inhabitants per hectare",
name1    = "inhabitants per hectare",
name1_us = "inhabitants per hectare",
name2    = "inhabitants per hectare",
name2    = "inhabitants per hectare",
name2_us = "inhabitants per hectare",
symbol  = "PD/ha",
symbol  = "PD/ha",
sym_us  = "PD/ha",
utype    = "population density",
utype    = "population density",
scale    = 100,
scale    = 100,
Line 6,195: Line 4,587:
name2_us = "inhabitants per square kilometer",
name2_us = "inhabitants per square kilometer",
symbol  = "PD/km<sup>2</sup>",
symbol  = "PD/km<sup>2</sup>",
sym_us  = "PD/km<sup>2</sup>",
utype    = "population density",
utype    = "population density",
scale    = 1,
scale    = 1,
Line 6,203: Line 4,594:
     ["PD/sqmi"] = {
     ["PD/sqmi"] = {
name1    = "inhabitants per square mile",
name1    = "inhabitants per square mile",
name1_us = "inhabitants per square mile",
name2    = "inhabitants per square mile",
name2    = "inhabitants per square mile",
name2_us = "inhabitants per square mile",
symbol  = "PD/sq&nbsp;mi",
symbol  = "PD/sq&nbsp;mi",
sym_us  = "PD/sq&nbsp;mi",
utype    = "population density",
utype    = "population density",
scale    = 1000000/2589988.110336,
scale    = 0.38610215854244584,
default  = "PD/sqkm",
default  = "PD/sqkm",
link    = "Square mile",
link    = "Square mile",
Line 6,236: Line 4,624:
     ["bhp"] = {
     ["bhp"] = {
name1    = "brake horsepower",
name1    = "brake horsepower",
name1_us = "brake horsepower",
name2    = "brake horsepower",
name2    = "brake horsepower",
name2_us = "brake horsepower",
symbol  = "bhp",
symbol  = "bhp",
sym_us  = "bhp",
utype    = "power",
utype    = "power",
scale    = 745.69987158227022,
scale    = 745.69987158227022,
Line 6,248: Line 4,633:
     ["BTU/h"] = {
     ["BTU/h"] = {
name1    = "British thermal unit per hour",
name1    = "British thermal unit per hour",
name1_us = "British thermal unit per hour",
name2    = "British thermal units per hour",
name2    = "British thermal units per hour",
name2_us = "British thermal units per hour",
symbol  = "BTU/h",
symbol  = "BTU/h",
sym_us  = "BTU/h",
utype    = "power",
utype    = "power",
scale    = 1055.05585262/3600,
scale    = 0.29307107017222223,
default  = "W",
default  = "W",
link    = "British thermal unit",
link    = "British thermal unit",
Line 6,260: Line 4,642:
     ["Btu/h"] = {
     ["Btu/h"] = {
name1    = "British thermal unit per hour",
name1    = "British thermal unit per hour",
name1_us = "British thermal unit per hour",
name2    = "British thermal units per hour",
name2    = "British thermal units per hour",
name2_us = "British thermal units per hour",
symbol  = "Btu/h",
symbol  = "Btu/h",
sym_us  = "Btu/h",
utype    = "power",
utype    = "power",
scale    = 1055.05585262/3600,
scale    = 0.29307107017222223,
default  = "W",
default  = "W",
link    = "British thermal unit",
link    = "British thermal unit",
Line 6,272: Line 4,651:
     ["Cal/d"] = {
     ["Cal/d"] = {
name1    = "large calorie per day",
name1    = "large calorie per day",
name1_us = "large calorie per day",
name2    = "large calories per day",
name2    = "large calories per day",
name2_us = "large calories per day",
symbol  = "Cal/d",
symbol  = "Cal/d",
sym_us  = "Cal/d",
utype    = "power",
utype    = "power",
scale    = 4184/(3600*24),
scale    = 0.048425925925925928,
default  = "kJ/d",
default  = "kJ/d",
link    = "Calorie",
link    = "Calorie",
Line 6,284: Line 4,660:
     ["Cal/h"] = {
     ["Cal/h"] = {
name1    = "calorie per hour",
name1    = "calorie per hour",
name1_us = "calorie per hour",
name2    = "calories per hour",
name2    = "calories per hour",
name2_us = "calories per hour",
symbol  = "Cal/h",
symbol  = "Cal/h",
sym_us  = "Cal/h",
utype    = "power",
utype    = "power",
scale    = 4184/3600,
scale    = 1.1622222222222223,
default  = "kJ/h",
default  = "kJ/h",
link    = "Calorie",
link    = "Calorie",
Line 6,296: Line 4,669:
     ["cal/h"] = {
     ["cal/h"] = {
name1    = "calorie per hour",
name1    = "calorie per hour",
name1_us = "calorie per hour",
name2    = "calories per hour",
name2    = "calories per hour",
name2_us = "calories per hour",
symbol  = "cal/h",
symbol  = "cal/h",
sym_us  = "cal/h",
utype    = "power",
utype    = "power",
scale    = 4.184/3600,
scale    = 0.0011622222222222223,
default  = "W",
default  = "W",
link    = "Calorie",
link    = "Calorie",
Line 6,308: Line 4,678:
     ["CV"] = {
     ["CV"] = {
name1    = "metric horsepower",
name1    = "metric horsepower",
name1_us = "metric horsepower",
name2    = "metric horsepower",
name2    = "metric horsepower",
name2_us = "metric horsepower",
symbol  = "CV",
symbol  = "CV",
sym_us  = "CV",
utype    = "power",
utype    = "power",
scale    = 735.49875,
scale    = 735.49875,
default  = "kW",
default  = "kW",
link    = "Metric horsepower",
     },
     },
     ["hk"] = {
     ["hk"] = {
name1    = "metric horsepower",
name1    = "metric horsepower",
name1_us = "metric horsepower",
name2    = "metric horsepower",
name2    = "metric horsepower",
name2_us = "metric horsepower",
symbol  = "hk",
symbol  = "hk",
sym_us  = "hk",
utype    = "power",
utype    = "power",
scale    = 735.49875,
scale    = 735.49875,
default  = "kW",
default  = "kW",
link    = "Metric horsepower",
     },
     },
     ["hp"] = {
     ["hp"] = {
name1    = "horsepower",
name1    = "horsepower",
name1_us = "horsepower",
name2    = "horsepower",
name2    = "horsepower",
name2_us = "horsepower",
symbol  = "hp",
symbol  = "hp",
sym_us  = "hp",
utype    = "power",
utype    = "power",
scale    = 745.69987158227022,
scale    = 745.69987158227022,
default  = "kW",
default  = "kW",
link    = "Horsepower",
     },
     },
     ["hp-electric"] = {
     ["hp-electric"] = {
name1    = "electric horsepower",
name1    = "electric horsepower",
name1_us = "electric horsepower",
name2    = "electric horsepower",
name2    = "electric horsepower",
name2_us = "electric horsepower",
symbol  = "hp",
symbol  = "hp",
sym_us  = "hp",
utype    = "power",
utype    = "power",
scale    = 746,
scale    = 746,
default  = "kW",
default  = "kW",
link    = "Electric horsepower",
     },
     },
     ["hp-electrical"] = {
     ["hp-electrical"] = {
name1    = "electrical horsepower",
name1    = "electrical horsepower",
name1_us = "electrical horsepower",
name2    = "electrical horsepower",
name2    = "electrical horsepower",
name2_us = "electrical horsepower",
symbol  = "hp",
symbol  = "hp",
sym_us  = "hp",
utype    = "power",
utype    = "power",
scale    = 746,
scale    = 746,
default  = "kW",
default  = "kW",
link    = "Electrical horsepower",
     },
     },
     ["hp-metric"] = {
     ["hp-metric"] = {
name1    = "metric horsepower",
name1    = "metric horsepower",
name1_us = "metric horsepower",
name2    = "metric horsepower",
name2    = "metric horsepower",
name2_us = "metric horsepower",
symbol  = "hp",
symbol  = "hp",
sym_us  = "hp",
utype    = "power",
utype    = "power",
scale    = 735.49875,
scale    = 735.49875,
default  = "kW",
default  = "kW",
link    = "Metric horsepower",
     },
     },
     ["ihp"] = {
     ["ihp"] = {
name1    = "indicated horsepower",
name1    = "indicated horsepower",
name1_us = "indicated horsepower",
name2    = "indicated horsepower",
name2    = "indicated horsepower",
name2_us = "indicated horsepower",
symbol  = "ihp",
symbol  = "ihp",
sym_us  = "ihp",
utype    = "power",
utype    = "power",
scale    = 745.69987158227022,
scale    = 745.69987158227022,
Line 6,392: Line 4,735:
     ["kcal/h"] = {
     ["kcal/h"] = {
name1    = "kilocalorie per hour",
name1    = "kilocalorie per hour",
name1_us = "kilocalorie per hour",
name2    = "kilocalories per hour",
name2    = "kilocalories per hour",
name2_us = "kilocalories per hour",
symbol  = "kcal/h",
symbol  = "kcal/h",
sym_us  = "kcal/h",
utype    = "power",
utype    = "power",
scale    = 4184/3600,
scale    = 1.1622222222222223,
default  = "kW",
default  = "kW",
link    = "Calorie",
link    = "Calorie",
Line 6,404: Line 4,744:
     ["kJ/d"] = {
     ["kJ/d"] = {
name1    = "kilojoule per day",
name1    = "kilojoule per day",
name1_us = "kilojoule per day",
name2    = "kilojoules per day",
name2    = "kilojoules per day",
name2_us = "kilojoules per day",
symbol  = "kJ/d",
symbol  = "kJ/d",
sym_us  = "kJ/d",
utype    = "power",
utype    = "power",
scale    = 1000/(3600*24),
scale    = 0.011574074074074073,
default  = "Cal/d",
default  = "Cal/d",
link    = "Kilojoule",
link    = "Kilojoule",
Line 6,416: Line 4,753:
     ["kJ/h"] = {
     ["kJ/h"] = {
name1    = "kilojoule per hour",
name1    = "kilojoule per hour",
name1_us = "kilojoule per hour",
name2    = "kilojoules per hour",
name2    = "kilojoules per hour",
name2_us = "kilojoules per hour",
symbol  = "kJ/h",
symbol  = "kJ/h",
sym_us  = "kJ/h",
utype    = "power",
utype    = "power",
scale    = 1000/3600,
scale    = 0.27777777777777779,
default  = "W",
default  = "W",
link    = "Kilojoule",
link    = "Kilojoule",
Line 6,428: Line 4,762:
     ["PS"] = {
     ["PS"] = {
name1    = "metric horsepower",
name1    = "metric horsepower",
name1_us = "metric horsepower",
name2    = "metric horsepower",
name2    = "metric horsepower",
name2_us = "metric horsepower",
symbol  = "PS",
symbol  = "PS",
sym_us  = "PS",
utype    = "power",
utype    = "power",
scale    = 735.49875,
scale    = 735.49875,
default  = "kW",
default  = "kW",
link    = "Metric horsepower",
     },
     },
     ["shp"] = {
     ["shp"] = {
name1    = "shaft horsepower",
name1    = "shaft horsepower",
name1_us = "shaft horsepower",
name2    = "shaft horsepower",
name2    = "shaft horsepower",
name2_us = "shaft horsepower",
symbol  = "shp",
symbol  = "shp",
sym_us  = "shp",
utype    = "power",
utype    = "power",
scale    = 745.69987158227022,
scale    = 745.69987158227022,
Line 6,451: Line 4,778:
     },
     },
     ["W"] = {
     ["W"] = {
name1    = "%swatt",
_name1   = "watt",
name1_us = "%swatt",
_symbol  = "W",
name2    = "%swatts",
name2_us = "%swatts",
symbol   = "W",
sym_us  = "W",
utype    = "power",
utype    = "power",
scale    = 1,
scale    = 1,
Line 6,489: Line 4,812:
     ["atm"] = {
     ["atm"] = {
name1    = "standard atmosphere",
name1    = "standard atmosphere",
name1_us = "standard atmosphere",
name2    = "standard atmospheres",
name2_us = "standard atmospheres",
symbol  = "atm",
symbol  = "atm",
sym_us  = "atm",
utype    = "pressure",
utype    = "pressure",
scale    = 101325,
scale    = 101325,
Line 6,501: Line 4,820:
     ["Ba"] = {
     ["Ba"] = {
name1    = "barye",
name1    = "barye",
name1_us = "barye",
name2    = "baryes",
name2_us = "baryes",
symbol  = "Ba",
symbol  = "Ba",
sym_us  = "Ba",
utype    = "pressure",
utype    = "pressure",
scale    = 0.1,
scale    = 0.1,
default  = "Pa",
default  = "Pa",
link    = "Barye",
     },
     },
     ["bar"] = {
     ["bar"] = {
name1    = "bar",
name1_us = "bar",
name2    = "bars",
name2_us = "bars",
symbol  = "bar",
symbol  = "bar",
sym_us  = "bar",
utype    = "pressure",
utype    = "pressure",
scale    = 100000,
scale    = 100000,
Line 6,525: Line 4,834:
     ["dbar"] = {
     ["dbar"] = {
name1    = "decibar",
name1    = "decibar",
name1_us = "decibar",
name2    = "decibars",
name2_us = "decibars",
symbol  = "dbar",
symbol  = "dbar",
sym_us  = "dbar",
utype    = "pressure",
utype    = "pressure",
scale    = 10000,
scale    = 10000,
Line 6,541: Line 4,846:
name2_us = "grams per square centimeter",
name2_us = "grams per square centimeter",
symbol  = "g/m<sup>2</sup>",
symbol  = "g/m<sup>2</sup>",
sym_us  = "g/m<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 10,
scale    = 10,
Line 6,553: Line 4,857:
name2_us = "grams per square meter",
name2_us = "grams per square meter",
symbol  = "g/m<sup>2</sup>",
symbol  = "g/m<sup>2</sup>",
sym_us  = "g/m<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 0.001,
scale    = 0.001,
Line 6,561: Line 4,864:
     ["inHg"] = {
     ["inHg"] = {
name1    = "inch of mercury",
name1    = "inch of mercury",
name1_us = "inch of mercury",
name2    = "inches of mercury",
name2    = "inches of mercury",
name2_us = "inches of mercury",
symbol  = "inHg",
symbol  = "inHg",
sym_us  = "inHg",
utype    = "pressure",
utype    = "pressure",
scale    = 3386.388640341,
scale    = 3386.388640341,
default  = "kPa",
default  = "kPa",
link    = "Inch of mercury",
     },
     },
     ["kBa"] = {
     ["kBa"] = {
name1    = "kilobarye",
name1    = "kilobarye",
name1_us = "kilobarye",
name2    = "kilobaryes",
name2_us = "kilobaryes",
symbol  = "kBa",
symbol  = "kBa",
sym_us  = "kBa",
utype    = "pressure",
utype    = "pressure",
scale    = 100,
scale    = 100,
Line 6,589: Line 4,884:
name2_us = "kilograms-force per square centimeter",
name2_us = "kilograms-force per square centimeter",
symbol  = "kg<sub>f</sub>/cm<sup>2</sup>",
symbol  = "kg<sub>f</sub>/cm<sup>2</sup>",
sym_us  = "kg<sub>f</sub>/cm<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 98066.5,
scale    = 98066.5,
Line 6,601: Line 4,895:
name2_us = "kilograms per square centimeter",
name2_us = "kilograms per square centimeter",
symbol  = "kg/cm<sup>2</sup>",
symbol  = "kg/cm<sup>2</sup>",
sym_us  = "kg/cm<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 98066.5,
scale    = 98066.5,
Line 6,613: Line 4,906:
name2_us = "kilograms per square meter",
name2_us = "kilograms per square meter",
symbol  = "kg/m<sup>2</sup>",
symbol  = "kg/m<sup>2</sup>",
sym_us  = "kg/m<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 1,
scale    = 1,
Line 6,625: Line 4,917:
name2_us = "kilograms-force per square centimeter",
name2_us = "kilograms-force per square centimeter",
symbol  = "kgf/cm<sup>2</sup>",
symbol  = "kgf/cm<sup>2</sup>",
sym_us  = "kgf/cm<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 98066.5,
scale    = 98066.5,
Line 6,637: Line 4,928:
name2_us = "kilonewtons per square meter",
name2_us = "kilonewtons per square meter",
symbol  = "kN/m<sup>2</sup>",
symbol  = "kN/m<sup>2</sup>",
sym_us  = "kN/m<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 1000,
scale    = 1000,
Line 6,645: Line 4,935:
     ["ksi"] = {
     ["ksi"] = {
name1    = "kilopound per square inch",
name1    = "kilopound per square inch",
name1_us = "kilopound per square inch",
name2    = "kilopounds per square inch",
name2    = "kilopounds per square inch",
name2_us = "kilopounds per square inch",
symbol  = "ksi",
symbol  = "ksi",
sym_us  = "ksi",
utype    = "pressure",
utype    = "pressure",
scale    = 444822161526.05/64516,
scale    = 6894757.2931683613,
default  = "MPa",
default  = "MPa",
link    = "Pounds per square inch",
link    = "Pounds per square inch",
Line 6,657: Line 4,944:
     ["lb/1000sqft"] = {
     ["lb/1000sqft"] = {
name1    = "pound per thousand square feet",
name1    = "pound per thousand square feet",
name1_us = "pound per thousand square feet",
name2    = "pounds per thousand square feet",
name2    = "pounds per thousand square feet",
name2_us = "pounds per thousand square feet",
symbol  = "lb/1000&nbsp;sq&nbsp;ft",
symbol  = "lb/1000&nbsp;sq&nbsp;ft",
sym_us  = "lb/1000&nbsp;sq&nbsp;ft",
utype    = "pressure",
utype    = "pressure",
scale    = 45359.237/9290304,
scale    = 0.0048824276363830504,
default  = "g/m2",
default  = "g/m2",
link    = "Pounds per square foot",
link    = "Pounds per square foot",
Line 6,669: Line 4,953:
     ["lb/sqft"] = {
     ["lb/sqft"] = {
name1    = "pound per square foot",
name1    = "pound per square foot",
name1_us = "pound per square foot",
name2    = "pounds per square foot",
name2    = "pounds per square foot",
name2_us = "pounds per square foot",
symbol  = "lb/sq&nbsp;ft",
symbol  = "lb/sq&nbsp;ft",
sym_us  = "lb/sq&nbsp;ft",
utype    = "pressure",
utype    = "pressure",
scale    = 45359237/9290304,
scale    = 4.8824276363830501,
default  = "kg/m2",
default  = "kg/m2",
link    = "Pounds per square foot",
link    = "Pounds per square foot",
Line 6,681: Line 4,962:
     ["lb/sqyd"] = {
     ["lb/sqyd"] = {
name1    = "pound per square yard",
name1    = "pound per square yard",
name1_us = "pound per square yard",
name2    = "pounds per square yard",
name2    = "pounds per square yard",
name2_us = "pounds per square yard",
symbol  = "lb/sq&nbsp;yd",
symbol  = "lb/sq&nbsp;yd",
sym_us  = "lb/sq&nbsp;yd",
utype    = "pressure",
utype    = "pressure",
scale    = 45359237/83612736,
scale    = 0.54249195959811669,
default  = "kg/m2",
default  = "kg/m2",
link    = "Pounds per square foot",
link    = "Pounds per square foot",
Line 6,693: Line 4,971:
     ["lbf/in2"] = {
     ["lbf/in2"] = {
name1    = "pound-force per square inch",
name1    = "pound-force per square inch",
name1_us = "pound-force per square inch",
name2    = "pounds-force per square inch",
name2    = "pounds-force per square inch",
name2_us = "pounds-force per square inch",
symbol  = "lbf/in<sup>2</sup>",
symbol  = "lbf/in<sup>2</sup>",
sym_us  = "lbf/in<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 444822161.52605/64516,
scale    = 6894.7572931683608,
default  = "kPa kgf/cm2",
default  = "kPa kgf/cm2",
link    = "Pounds-force per square inch",
link    = "Pounds-force per square inch",
Line 6,705: Line 4,980:
     ["mb"] = {
     ["mb"] = {
name1    = "millibar",
name1    = "millibar",
name1_us = "millibar",
name2    = "millibars",
name2_us = "millibars",
symbol  = "mb",
symbol  = "mb",
sym_us  = "mb",
utype    = "pressure",
utype    = "pressure",
scale    = 100,
scale    = 100,
Line 6,717: Line 4,988:
     ["mbar"] = {
     ["mbar"] = {
name1    = "millibar",
name1    = "millibar",
name1_us = "millibar",
name2    = "millibars",
name2_us = "millibars",
symbol  = "mbar",
symbol  = "mbar",
sym_us  = "mbar",
utype    = "pressure",
utype    = "pressure",
scale    = 100,
scale    = 100,
Line 6,733: Line 5,000:
name2_us = "millimeters of mercury",
name2_us = "millimeters of mercury",
symbol  = "mmHg",
symbol  = "mmHg",
sym_us  = "mmHg",
utype    = "pressure",
utype    = "pressure",
scale    = 133.322387415,
scale    = 133.322387415,
Line 6,745: Line 5,011:
name2_us = "newtons per square centimeter",
name2_us = "newtons per square centimeter",
symbol  = "N/cm<sup>2</sup>",
symbol  = "N/cm<sup>2</sup>",
sym_us  = "N/cm<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 10000,
scale    = 10000,
Line 6,757: Line 5,022:
name2_us = "newtons per square meter",
name2_us = "newtons per square meter",
symbol  = "N/m<sup>2</sup>",
symbol  = "N/m<sup>2</sup>",
sym_us  = "N/m<sup>2</sup>",
utype    = "pressure",
utype    = "pressure",
scale    = 1,
scale    = 1,
Line 6,765: Line 5,029:
     ["oz/sqft"] = {
     ["oz/sqft"] = {
name1    = "ounce per square foot",
name1    = "ounce per square foot",
name1_us = "ounce per square foot",
name2    = "ounces per square foot",
name2    = "ounces per square foot",
name2_us = "ounces per square foot",
symbol  = "oz/sq&nbsp;yd",
symbol  = "oz/sq&nbsp;yd",
sym_us  = "oz/sq&nbsp;yd",
utype    = "pressure",
utype    = "pressure",
scale    = 45359237/148644864,
scale    = 0.30515172727394063,
default  = "g/m2",
default  = "g/m2",
link    = "Pounds per square foot",
link    = "Pounds per square foot",
Line 6,777: Line 5,038:
     ["oz/sqyd"] = {
     ["oz/sqyd"] = {
name1    = "ounce per square yard",
name1    = "ounce per square yard",
name1_us = "ounce per square yard",
name2    = "ounces per square yard",
name2    = "ounces per square yard",
name2_us = "ounces per square yard",
symbol  = "oz/sq&nbsp;yd",
symbol  = "oz/sq&nbsp;yd",
sym_us  = "oz/sq&nbsp;yd",
utype    = "pressure",
utype    = "pressure",
scale    = 45359237/1337803776,
scale    = 0.033905747474882293,
default  = "g/m2",
default  = "g/m2",
link    = "Pounds per square foot",
link    = "Pounds per square foot",
     },
     },
     ["Pa"] = {
     ["Pa"] = {
name1    = "%spascal",
_name1   = "pascal",
name1_us = "%spascal",
_symbol  = "Pa",
name2    = "%spascals",
name2_us = "%spascals",
symbol   = "Pa",
sym_us  = "Pa",
utype    = "pressure",
utype    = "pressure",
scale    = 1,
scale    = 1,
Line 6,802: Line 5,056:
     ["psf"] = {
     ["psf"] = {
name1    = "pound per square foot",
name1    = "pound per square foot",
name1_us = "pound per square foot",
name2    = "pounds per square foot",
name2    = "pounds per square foot",
name2_us = "pounds per square foot",
symbol  = "psf",
symbol  = "psf",
sym_us  = "psf",
utype    = "pressure",
utype    = "pressure",
scale    = 444822161.52605/9290304,
scale    = 47.880258980335839,
default  = "kPa",
default  = "kPa",
link    = "Pounds per square inch",
link    = "Pounds per square inch",
Line 6,814: Line 5,065:
     ["psi"] = {
     ["psi"] = {
name1    = "pound per square inch",
name1    = "pound per square inch",
name1_us = "pound per square inch",
name2    = "pounds per square inch",
name2    = "pounds per square inch",
name2_us = "pounds per square inch",
symbol  = "psi",
symbol  = "psi",
sym_us  = "psi",
utype    = "pressure",
utype    = "pressure",
scale    = 444822161.52605/64516,
scale    = 6894.7572931683608,
default  = "kPa",
default  = "kPa",
link    = "Pounds per square inch",
link    = "Pounds per square inch",
Line 6,826: Line 5,074:
     ["Torr"] = {
     ["Torr"] = {
name1    = "torr",
name1    = "torr",
name1_us = "torr",
name2    = "torrs",
name2_us = "torrs",
symbol  = "Torr",
symbol  = "Torr",
sym_us  = "Torr",
utype    = "pressure",
utype    = "pressure",
scale    = 20265/152,
scale    = 133.32236842105263,
default  = "kPa",
default  = "kPa",
link    = "Torr",
     },
     },
     ["kgpsqcm"] = {
     ["kgpsqcm"] = {
Line 6,843: Line 5,086:
     },
     },
     ["Bq"] = {
     ["Bq"] = {
name1    = "%sbecquerel",
_name1   = "becquerel",
name1_us = "%sbecquerel",
_symbol  = "Bq",
name2    = "%sbecquerels",
name2_us = "%sbecquerels",
symbol   = "Bq",
sym_us  = "Bq",
utype    = "radioactivity",
utype    = "radioactivity",
scale    = 1,
scale    = 1,
Line 6,856: Line 5,095:
     },
     },
     ["Ci"] = {
     ["Ci"] = {
name1    = "%scurie",
_name1   = "curie",
name1_us = "%scurie",
_symbol  = "Ci",
name2    = "%scuries",
name2_us = "%scuries",
symbol   = "Ci",
sym_us  = "Ci",
utype    = "radioactivity",
utype    = "radioactivity",
scale    = 3.7e10,
scale    = 3.7e10,
Line 6,874: Line 5,109:
name2_us = "centimeters per second",
name2_us = "centimeters per second",
symbol  = "cm/s",
symbol  = "cm/s",
sym_us  = "cm/s",
utype    = "speed",
utype    = "speed",
scale    = 0.01,
scale    = 0.01,
Line 6,886: Line 5,120:
name2_us = "centimeters per year",
name2_us = "centimeters per year",
symbol  = "cm/year",
symbol  = "cm/year",
sym_us  = "cm/year",
utype    = "speed",
utype    = "speed",
scale    = 0.01/365.2425/24/60/60,
scale    = 3.168873850681143e-10,
default  = "in/year",
default  = "in/year",
link    = "Orders of magnitude (speed)",
link    = "Orders of magnitude (speed)",
Line 6,894: Line 5,127:
     ["foot/s"] = {
     ["foot/s"] = {
name1    = "foot per second",
name1    = "foot per second",
name1_us = "foot per second",
name2    = "foot per second",
name2    = "foot per second",
name2_us = "foot per second",
symbol  = "ft/s",
symbol  = "ft/s",
sym_us  = "ft/s",
utype    = "speed",
utype    = "speed",
scale    = 0.3048,
scale    = 0.3048,
Line 6,906: Line 5,136:
     ["ft/min"] = {
     ["ft/min"] = {
name1    = "foot per minute",
name1    = "foot per minute",
name1_us = "foot per minute",
name2    = "feet per minute",
name2    = "feet per minute",
name2_us = "feet per minute",
symbol  = "ft/min",
symbol  = "ft/min",
sym_us  = "ft/min",
utype    = "speed",
utype    = "speed",
scale    = 0.00508,
scale    = 0.00508,
Line 6,918: Line 5,145:
     ["ft/s"] = {
     ["ft/s"] = {
name1    = "foot per second",
name1    = "foot per second",
name1_us = "foot per second",
name2    = "feet per second",
name2    = "feet per second",
name2_us = "feet per second",
symbol  = "ft/s",
symbol  = "ft/s",
sym_us  = "ft/s",
utype    = "speed",
utype    = "speed",
scale    = 0.3048,
scale    = 0.3048,
Line 6,929: Line 5,153:
     },
     },
     ["furlong per fortnight"] = {
     ["furlong per fortnight"] = {
name1    = "furlong per fortnight",
name1_us = "furlong per fortnight",
name2    = "furlongs per fortnight",
name2    = "furlongs per fortnight",
name2_us = "furlongs per fortnight",
symbol  = "furlong per fortnight",
symbol  = "furlong per fortnight",
sym_us  = "furlong per fortnight",
usename  = 1,
usename  = 1,
utype    = "speed",
utype    = "speed",
scale    = 1.397/8400,
scale    = 0.00016630952380952381,
default  = "km/h mph",
default  = "km/h mph",
link    = "FFF System",
link    = "FFF System",
Line 6,943: Line 5,163:
     ["in/s"] = {
     ["in/s"] = {
name1    = "inch per second",
name1    = "inch per second",
name1_us = "inch per second",
name2    = "inches per second",
name2    = "inches per second",
name2_us = "inches per second",
symbol  = "in/s",
symbol  = "in/s",
sym_us  = "in/s",
utype    = "speed",
utype    = "speed",
scale    = 0.0254,
scale    = 0.0254,
Line 6,955: Line 5,172:
     ["in/year"] = {
     ["in/year"] = {
name1    = "inch per year",
name1    = "inch per year",
name1_us = "inch per year",
name2    = "inches per year",
name2    = "inches per year",
name2_us = "inches per year",
symbol  = "in/year",
symbol  = "in/year",
sym_us  = "in/year",
utype    = "speed",
utype    = "speed",
scale    = 0.0254/365.2425/24/60/60,
scale    = 8.0489395807301024e-10,
default  = "cm/year",
default  = "cm/year",
link    = "Orders of magnitude (speed)",
link    = "Orders of magnitude (speed)",
Line 6,971: Line 5,185:
name2_us = "kilometers per hour",
name2_us = "kilometers per hour",
symbol  = "km/h",
symbol  = "km/h",
sym_us  = "km/h",
utype    = "speed",
utype    = "speed",
scale    = 10/36,
scale    = 0.27777777777777779,
default  = "mph",
default  = "mph",
link    = "Kilometres per hour",
link    = "Kilometres per hour",
Line 6,983: Line 5,196:
name2_us = "kilometers per second",
name2_us = "kilometers per second",
symbol  = "km/s",
symbol  = "km/s",
sym_us  = "km/s",
utype    = "speed",
utype    = "speed",
scale    = 1000,
scale    = 1000,
Line 6,991: Line 5,203:
     ["kn"] = {
     ["kn"] = {
name1    = "knot",
name1    = "knot",
name1_us = "knot",
name2    = "knots",
name2_us = "knots",
symbol  = "kn",
symbol  = "kn",
sym_us  = "kn",
utype    = "speed",
utype    = "speed",
scale    = 4.63/9,
scale    = 0.51444444444444448,
default  = "km/h mph",
default  = "km/h mph",
link    = "Knot (unit)",
link    = "Knot (unit)",
Line 7,007: Line 5,215:
name2_us = "meters per minute",
name2_us = "meters per minute",
symbol  = "m/min",
symbol  = "m/min",
sym_us  = "m/min",
utype    = "speed",
utype    = "speed",
scale    = 1/60,
scale    = 0.016666666666666666,
default  = "ft/min",
default  = "ft/min",
link    = "Metre per second",
link    = "Metre per second",
Line 7,019: Line 5,226:
name2_us = "meters per second",
name2_us = "meters per second",
symbol  = "m/s",
symbol  = "m/s",
sym_us  = "m/s",
utype    = "speed",
utype    = "speed",
scale    = 1,
scale    = 1,
default  = "ft/s",
default  = "ft/s",
link    = "Metre per second",
     },
     },
     ["mi/s"] = {
     ["mi/s"] = {
name1    = "mile per second",
name1    = "mile per second",
name1_us = "mile per second",
name2    = "miles per second",
name2    = "miles per second",
name2_us = "miles per second",
symbol  = "mi/s",
symbol  = "mi/s",
sym_us  = "mi/s",
utype    = "speed",
utype    = "speed",
scale    = 1609.344,
scale    = 1609.344,
Line 7,039: Line 5,241:
     ["mph"] = {
     ["mph"] = {
name1    = "mile per hour",
name1    = "mile per hour",
name1_us = "mile per hour",
name2    = "miles per hour",
name2    = "miles per hour",
name2_us = "miles per hour",
symbol  = "mph",
symbol  = "mph",
sym_us  = "mph",
utype    = "speed",
utype    = "speed",
scale    = 0.44704,
scale    = 0.44704,
Line 7,075: Line 5,274:
     ["C"] = {
     ["C"] = {
name1    = "degree Celsius",
name1    = "degree Celsius",
name1_us = "degree Celsius",
name2    = "degrees Celsius",
name2    = "degrees Celsius",
name2_us = "degrees Celsius",
symbol  = "°C",
symbol  = "°C",
sym_us  = "°C",
utype    = "temperature",
utype    = "temperature",
scale    = 1,
scale    = 1,
Line 7,088: Line 5,284:
     ["F"] = {
     ["F"] = {
name1    = "degree Fahrenheit",
name1    = "degree Fahrenheit",
name1_us = "degree Fahrenheit",
name2    = "degrees Fahrenheit",
name2    = "degrees Fahrenheit",
name2_us = "degrees Fahrenheit",
symbol  = "°F",
symbol  = "°F",
sym_us  = "°F",
utype    = "temperature",
utype    = "temperature",
scale    = 5/9,
scale    = 0.55555555555555558,
offset  = 32-273.15*(9/5),
offset  = 32-273.15*(9/5),
default  = "C",
default  = "C",
Line 7,101: Line 5,294:
     ["K"] = {
     ["K"] = {
name1    = "kelvin",
name1    = "kelvin",
name1_us = "kelvin",
name2    = "kelvins",
name2_us = "kelvins",
symbol  = "K",
symbol  = "K",
sym_us  = "K",
utype    = "temperature",
utype    = "temperature",
scale    = 1,
scale    = 1,
offset  = 0,
offset  = 0,
default  = "C F",
default  = "C F",
link    = "Kelvin",
     },
     },
     ["R"] = {
     ["R"] = {
name1    = "degree Rankine",
name1    = "degree Rankine",
name1_us = "degree Rankine",
name2    = "degrees Rankine",
name2    = "degrees Rankine",
name2_us = "degrees Rankine",
symbol  = "°R",
symbol  = "°R",
sym_us  = "°R",
utype    = "temperature",
utype    = "temperature",
scale    = 5/9,
scale    = 0.55555555555555558,
offset  = 0,
offset  = 0,
default  = "K F C",
default  = "K F C",
Line 7,139: Line 5,324:
     ["C-change"] = {
     ["C-change"] = {
name1    = "degree Celsius",
name1    = "degree Celsius",
name1_us = "degree Celsius",
name2    = "degrees Celsius",
name2    = "degrees Celsius",
name2_us = "degrees Celsius",
symbol  = "°C",
symbol  = "°C",
sym_us  = "°C",
utype    = "temperature change",
utype    = "temperature change",
scale    = 1,
scale    = 1,
Line 7,151: Line 5,333:
     ["F-change"] = {
     ["F-change"] = {
name1    = "degree Fahrenheit",
name1    = "degree Fahrenheit",
name1_us = "degree Fahrenheit",
name2    = "degrees Fahrenheit",
name2    = "degrees Fahrenheit",
name2_us = "degrees Fahrenheit",
symbol  = "°F",
symbol  = "°F",
sym_us  = "°F",
utype    = "temperature change",
utype    = "temperature change",
scale    = 5/9,
scale    = 0.55555555555555558,
default  = "C-change",
default  = "C-change",
link    = "Fahrenheit",
link    = "Fahrenheit",
Line 7,163: Line 5,342:
     ["K-change"] = {
     ["K-change"] = {
name1    = "kelvin",
name1    = "kelvin",
name1_us = "kelvin",
name2    = "kelvins",
name2_us = "kelvins",
symbol  = "K",
symbol  = "K",
sym_us  = "K",
utype    = "temperature change",
utype    = "temperature change",
scale    = 1,
scale    = 1,
default  = "F-change",
default  = "F-change",
link    = "Kelvin",
     },
     },
     ["°C-change"] = {
     ["°C-change"] = {
Line 7,181: Line 5,355:
     ["g/s.kN"] = {
     ["g/s.kN"] = {
name1    = "gram of fuel per second-kilonewton",
name1    = "gram of fuel per second-kilonewton",
name1_us = "gram of fuel per second-kilonewton",
name2    = "grams of fuel per second-kilonewton",
name2    = "grams of fuel per second-kilonewton",
name2_us = "grams of fuel per second-kilonewton",
symbol  = "g/(s·kN)",
symbol  = "g/(s·kN)",
sym_us  = "g/(s·kN)",
utype    = "thrust specific fuel consumption",
utype    = "thrust specific fuel consumption",
scale    = 0.000001,
scale    = 0.000001,
Line 7,193: Line 5,364:
     ["lb/h.lbf"] = {
     ["lb/h.lbf"] = {
name1    = "pound of fuel per hour-pound of thrust",
name1    = "pound of fuel per hour-pound of thrust",
name1_us = "pound of fuel per hour-pound of thrust",
name2    = "pounds of fuel per hour-pound of thrust",
name2    = "pounds of fuel per hour-pound of thrust",
name2_us = "pounds of fuel per hour-pound of thrust",
symbol  = "lb/(h·lbf)",
symbol  = "lb/(h·lbf)",
sym_us  = "lb/(h·lbf)",
utype    = "thrust specific fuel consumption",
utype    = "thrust specific fuel consumption",
scale    = 1/35303.94,
scale    = 2.8325450360498003e-5,
default  = "g/s.kN",
default  = "g/s.kN",
link    = "Thrust specific fuel consumption",
link    = "Thrust specific fuel consumption",
     },
     },
     ["century"] = {
     ["century"] = {
name1    = "century",
name1_us = "century",
name2    = "centuries",
name2    = "centuries",
name2_us = "centuries",
symbol  = "century",
symbol  = "century",
sym_us  = "century",
utype    = "time",
utype    = "time",
scale    = 3155760000,
scale    = 3155760000,
default  = "Gs",
default  = "Gs",
link    = "Century",
     },
     },
     ["d"] = {
     ["d"] = {
name1    = "day",
name1    = "day",
name1_us = "day",
name2    = "days",
name2_us = "days",
symbol  = "d",
symbol  = "d",
sym_us  = "d",
utype    = "time",
utype    = "time",
scale    = 86400,
scale    = 86400,
default  = "ks",
default  = "ks",
link    = "Day",
     },
     },
     ["decade"] = {
     ["decade"] = {
name1    = "decade",
name1_us = "decade",
name2    = "decades",
name2_us = "decades",
symbol  = "decade",
symbol  = "decade",
sym_us  = "decade",
utype    = "time",
utype    = "time",
scale    = 315576000,
scale    = 315576000,
default  = "Ms",
default  = "Ms",
link    = "Decade",
     },
     },
     ["dog year"] = {
     ["dog year"] = {
name1    = "dog year",
name1    = "dog year",
name1_us = "dog year",
name2    = "dog years",
name2_us = "dog years",
symbol  = "dog yr",
symbol  = "dog yr",
sym_us  = "dog yr",
utype    = "time",
utype    = "time",
scale    = 7 * 31557600,
scale    = 220903200,
default  = "year",
default  = "year",
link    = "Dog year",
     },
     },
     ["fortnight"] = {
     ["fortnight"] = {
name1    = "fortnight",
name1_us = "fortnight",
name2    = "fortnights",
name2_us = "fortnights",
symbol  = "fortnight",
symbol  = "fortnight",
sym_us  = "fortnight",
utype    = "time",
utype    = "time",
scale    = 1209600,
scale    = 1209600,
default  = "week",
default  = "week",
link    = "Fortnight",
     },
     },
     ["h"] = {
     ["h"] = {
name1    = "hour",
name1    = "hour",
name1_us = "hour",
name2    = "hours",
name2_us = "hours",
symbol  = "h",
symbol  = "h",
sym_us  = "h",
utype    = "time",
utype    = "time",
scale    = 3600,
scale    = 3600,
default  = "ks",
default  = "ks",
link    = "Hour",
     },
     },
     ["long billion year"] = {
     ["long billion year"] = {
name1    = "billion years",
name1    = "billion years",
name1_us = "billion years",
name2    = "billion years",
name2    = "billion years",
name2_us = "billion years",
symbol  = "Ta",
symbol  = "Ta",
sym_us  = "Ta",
utype    = "time",
utype    = "time",
scale    = 31557600000000000000,
scale    = 31557600000000000000,
Line 7,289: Line 5,422:
     ["millennium"] = {
     ["millennium"] = {
name1    = "millennium",
name1    = "millennium",
name1_us = "millennium",
name2    = "millennia",
name2    = "millennia",
name2_us = "millennia",
symbol  = "ka",
symbol  = "ka",
sym_us  = "ka",
utype    = "time",
utype    = "time",
scale    = 31557600000,
scale    = 31557600000,
default  = "Gs",
default  = "Gs",
link    = "Millennium",
     },
     },
     ["milliard year"] = {
     ["milliard year"] = {
name1    = "milliard years",
name1    = "milliard years",
name1_us = "milliard years",
name2    = "milliard years",
name2    = "milliard years",
name2_us = "milliard years",
symbol  = "Ga",
symbol  = "Ga",
sym_us  = "Ga",
utype    = "time",
utype    = "time",
scale    = 31557600000000000,
scale    = 31557600000000000,
Line 7,313: Line 5,439:
     ["million year"] = {
     ["million year"] = {
name1    = "million years",
name1    = "million years",
name1_us = "million years",
name2    = "million years",
name2    = "million years",
name2_us = "million years",
symbol  = "Ma",
symbol  = "Ma",
sym_us  = "Ma",
utype    = "time",
utype    = "time",
scale    = 31557600000000,
scale    = 31557600000000,
Line 7,325: Line 5,448:
     ["min"] = {
     ["min"] = {
name1    = "minute",
name1    = "minute",
name1_us = "minute",
name2    = "minutes",
name2_us = "minutes",
symbol  = "min",
symbol  = "min",
sym_us  = "min",
utype    = "time",
utype    = "time",
scale    = 60,
scale    = 60,
default  = "s",
default  = "s",
link    = "Minute",
     },
     },
     ["month"] = {
     ["month"] = {
name1    = "month",
name1    = "month",
name1_us = "month",
name2    = "months",
name2_us = "months",
symbol  = "mo",
symbol  = "mo",
sym_us  = "mo",
utype    = "time",
utype    = "time",
scale    = 2629800,
scale    = 2629800,
default  = "year",
default  = "year",
link    = "Month",
     },
     },
     ["s"] = {
     ["s"] = {
name1    = "%ssecond",
_name1   = "second",
name1_us = "%ssecond",
_symbol  = "s",
name2    = "%sseconds",
name2_us = "%sseconds",
symbol   = "s",
sym_us  = "s",
utype    = "time",
utype    = "time",
scale    = 1,
scale    = 1,
Line 7,362: Line 5,471:
     ["short billion year"] = {
     ["short billion year"] = {
name1    = "billion years",
name1    = "billion years",
name1_us = "billion years",
name2    = "billion years",
name2    = "billion years",
name2_us = "billion years",
symbol  = "Ga",
symbol  = "Ga",
sym_us  = "Ga",
utype    = "time",
utype    = "time",
scale    = 31557600000000000,
scale    = 31557600000000000,
Line 7,374: Line 5,480:
     ["short trillion year"] = {
     ["short trillion year"] = {
name1    = "trillion years",
name1    = "trillion years",
name1_us = "trillion years",
name2    = "trillion years",
name2    = "trillion years",
name2_us = "trillion years",
symbol  = "Ta",
symbol  = "Ta",
sym_us  = "Ta",
utype    = "time",
utype    = "time",
scale    = 31557600000000000000,
scale    = 31557600000000000000,
Line 7,386: Line 5,489:
     ["thousand million year"] = {
     ["thousand million year"] = {
name1    = "thousand million years",
name1    = "thousand million years",
name1_us = "thousand million years",
name2    = "thousand million years",
name2    = "thousand million years",
name2_us = "thousand million years",
symbol  = "Ga",
symbol  = "Ga",
sym_us  = "Ga",
utype    = "time",
utype    = "time",
scale    = 31557600000000000,
scale    = 31557600000000000,
Line 7,398: Line 5,498:
     ["wk"] = {
     ["wk"] = {
name1    = "week",
name1    = "week",
name1_us = "week",
name2    = "weeks",
name2_us = "weeks",
symbol  = "wk",
symbol  = "wk",
sym_us  = "wk",
utype    = "time",
utype    = "time",
scale    = 604800,
scale    = 604800,
default  = "Ms",
default  = "Ms",
link    = "Week",
     },
     },
     ["yr"] = {
     ["yr"] = {
name1    = "year",
name1    = "year",
name1_us = "year",
name2    = "years",
name2_us = "years",
symbol  = "yr",
symbol  = "yr",
sym_us  = "yr",
utype    = "time",
utype    = "time",
scale    = 31557600,
scale    = 31557600,
Line 7,498: Line 5,589:
name1    = "kilogram metre",
name1    = "kilogram metre",
name1_us = "kilogram meter",
name1_us = "kilogram meter",
name2    = "kilogram metres",
name2_us = "kilogram meters",
symbol  = "kg·m",
symbol  = "kg·m",
sym_us  = "kg·m",
utype    = "torque",
utype    = "torque",
scale    = 9.80665,
scale    = 9.80665,
default  = "Nm lbft",
default  = "Nm lbft",
link    = "Kilogram metre",
     },
     },
     ["kgf.m"] = {
     ["kgf.m"] = {
name1    = "kilogram force-metre",
name1    = "kilogram force-metre",
name1_us = "kilogram force-meter",
name1_us = "kilogram force-meter",
name2    = "kilogram force-metres",
name2_us = "kilogram force-meters",
symbol  = "kgf·m",
symbol  = "kgf·m",
sym_us  = "kgf·m",
utype    = "torque",
utype    = "torque",
scale    = 9.80665,
scale    = 9.80665,
Line 7,522: Line 5,606:
name1    = "kilogram metre",
name1    = "kilogram metre",
name1_us = "kilogram meter",
name1_us = "kilogram meter",
name2    = "kilogram metres",
name2_us = "kilogram meters",
symbol  = "kg·m",
symbol  = "kg·m",
sym_us  = "kg·m",
utype    = "torque",
utype    = "torque",
scale    = 9.80665,
scale    = 9.80665,
default  = "Nm lbfft",
default  = "Nm lbfft",
link    = "Kilogram metre",
     },
     },
     ["lb-fft"] = {
     ["lb-fft"] = {
name1    = "pound force-foot",
name1    = "pound force-foot",
name1_us = "pound force-foot",
name2    = "pound force-feet",
name2    = "pound force-feet",
name2_us = "pound force-feet",
symbol  = "ft·lb<sub>f</sub>",
symbol  = "ft·lb<sub>f</sub>",
sym_us  = "ft·lb<sub>f</sub>",
utype    = "torque",
utype    = "torque",
scale    = 1.3558179483314004,
scale    = 1.3558179483314004,
Line 7,545: Line 5,622:
     ["lb.ft"] = {
     ["lb.ft"] = {
name1    = "pound force-foot",
name1    = "pound force-foot",
name1_us = "pound force-foot",
name2    = "pound force-feet",
name2    = "pound force-feet",
name2_us = "pound force-feet",
symbol  = "lb·ft",
symbol  = "lb·ft",
sym_us  = "lb·ft",
utype    = "torque",
utype    = "torque",
scale    = 1.3558179483314004,
scale    = 1.3558179483314004,
Line 7,557: Line 5,631:
     ["lb.in"] = {
     ["lb.in"] = {
name1    = "pound force-inch",
name1    = "pound force-inch",
name1_us = "pound force-inch",
name2    = "pound force-inchs",
name2_us = "pound force-inchs",
symbol  = "lb·in",
symbol  = "lb·in",
sym_us  = "lb·in",
utype    = "torque",
utype    = "torque",
scale    = 0.1129848290276167,
scale    = 0.1129848290276167,
Line 7,569: Line 5,639:
     ["lbfft"] = {
     ["lbfft"] = {
name1    = "pound force-foot",
name1    = "pound force-foot",
name1_us = "pound force-foot",
name2    = "pound force-feet",
name2    = "pound force-feet",
name2_us = "pound force-feet",
symbol  = "lbf·ft",
symbol  = "lbf·ft",
sym_us  = "lbf·ft",
utype    = "torque",
utype    = "torque",
scale    = 1.3558179483314004,
scale    = 1.3558179483314004,
Line 7,581: Line 5,648:
     ["lbft"] = {
     ["lbft"] = {
name1    = "pound-foot",
name1    = "pound-foot",
name1_us = "pound-foot",
name2    = "pound-feet",
name2    = "pound-feet",
name2_us = "pound-feet",
symbol  = "lb·ft",
symbol  = "lb·ft",
sym_us  = "lb·ft",
utype    = "torque",
utype    = "torque",
scale    = 1.3558,
scale    = 1.3558,
Line 7,597: Line 5,661:
name2_us = "meter kilograms-force",
name2_us = "meter kilograms-force",
symbol  = "m·kg<sub>f</sub>",
symbol  = "m·kg<sub>f</sub>",
sym_us  = "m·kg<sub>f</sub>",
utype    = "torque",
utype    = "torque",
scale    = 9.80665,
scale    = 9.80665,
Line 7,609: Line 5,672:
name2_us = "meter kilograms-force",
name2_us = "meter kilograms-force",
symbol  = "m·kgf",
symbol  = "m·kgf",
sym_us  = "m·kgf",
utype    = "torque",
utype    = "torque",
scale    = 9.80665,
scale    = 9.80665,
Line 7,618: Line 5,680:
name1    = "millinewton metre",
name1    = "millinewton metre",
name1_us = "millinewton meter",
name1_us = "millinewton meter",
name2    = "millinewton metres",
name2_us = "millinewton meters",
symbol  = "mN·m",
symbol  = "mN·m",
sym_us  = "mN·m",
utype    = "torque",
utype    = "torque",
scale    = 0.001,
scale    = 0.001,
Line 7,630: Line 5,689:
name1    = "newton metre",
name1    = "newton metre",
name1_us = "newton meter",
name1_us = "newton meter",
name2    = "newton metres",
name2_us = "newton meters",
symbol  = "N·m",
symbol  = "N·m",
sym_us  = "N·m",
utype    = "torque",
utype    = "torque",
scale    = 1,
scale    = 1,
default  = "lbfft",
default  = "lbfft",
link    = "Newton metre",
     },
     },
     ["lb-f.ft"] = {
     ["lb-f.ft"] = {
Line 7,662: Line 5,717:
     ["acre foot"] = {
     ["acre foot"] = {
name1    = "acre foot",
name1    = "acre foot",
name1_us = "acre foot",
name2    = "acre foot",
name2    = "acre foot",
name2_us = "acre foot",
symbol  = "acre·ft",
symbol  = "acre·ft",
sym_us  = "acre·ft",
utype    = "volume",
utype    = "volume",
scale    = 1233.48183754752,
scale    = 1233.48183754752,
default  = "m3",
default  = "m3",
link    = "Acre foot",
     },
     },
     ["acre ft"] = {
     ["acre ft"] = {
name1    = "acre foot",
name1    = "acre foot",
name1_us = "acre foot",
name2    = "acre feet",
name2    = "acre feet",
name2_us = "acre feet",
symbol  = "acre·ft",
symbol  = "acre·ft",
sym_us  = "acre·ft",
utype    = "volume",
utype    = "volume",
scale    = 1233.48183754752,
scale    = 1233.48183754752,
default  = "m3",
default  = "m3",
link    = "Acre foot",
     },
     },
     ["bdft"] = {
     ["bdft"] = {
name1    = "board foot",
name1    = "board foot",
name1_us = "board foot",
name2    = "board feet",
name2    = "board feet",
name2_us = "board feet",
symbol  = "bd&nbsp;ft",
symbol  = "bd&nbsp;ft",
sym_us  = "bd&nbsp;ft",
utype    = "volume",
utype    = "volume",
scale    = 0.0023597372167,
scale    = 0.0023597372167,
default  = "m3",
default  = "m3",
link    = "Board foot",
     },
     },
     ["board feet"] = {
     ["board feet"] = {
name1    = "board foot",
name1_us = "board foot",
name2    = "board feet",
name2    = "board feet",
name2_us = "board feet",
symbol  = "board foot",
symbol  = "board foot",
sym_us  = "board foot",
usename  = 1,
usename  = 1,
utype    = "volume",
utype    = "volume",
scale    = 0.0023597372167,
scale    = 0.0023597372167,
default  = "m3",
default  = "m3",
link    = "Board foot",
     },
     },
     ["board foot"] = {
     ["board foot"] = {
name1    = "board foot",
name1_us = "board foot",
name2    = "board foot",
name2    = "board foot",
name2_us = "board foot",
symbol  = "board foot",
symbol  = "board foot",
sym_us  = "board foot",
usename  = 1,
usename  = 1,
utype    = "volume",
utype    = "volume",
scale    = 0.0023597372167,
scale    = 0.0023597372167,
default  = "m3",
default  = "m3",
link    = "Board foot",
     },
     },
     ["cc"] = {
     ["cc"] = {
name1    = "cubic centimetre",
name1    = "cubic centimetre",
name1_us = "cubic centimeter",
name1_us = "cubic centimeter",
name2    = "cubic centimetres",
name2_us = "cubic centimeters",
symbol  = "cc",
symbol  = "cc",
sym_us  = "cc",
utype    = "volume",
utype    = "volume",
scale    = 0.000001,
scale    = 0.000001,
default  = "cuin",
default  = "cuin",
link    = "Cubic centimetre",
     },
     },
     ["CID"] = {
     ["CID"] = {
name1    = "cubic inch",
name1    = "cubic inch",
name1_us = "cubic inch",
name2    = "cubic inches",
name2    = "cubic inches",
name2_us = "cubic inches",
symbol  = "cu&nbsp;in",
symbol  = "cu&nbsp;in",
sym_us  = "cu&nbsp;in",
utype    = "volume",
utype    = "volume",
scale    = 0.000016387064,
scale    = 0.000016387064,
Line 7,747: Line 5,773:
     },
     },
     ["cord"] = {
     ["cord"] = {
name1    = "cord",
name1_us = "cord",
name2    = "cords",
name2_us = "cords",
symbol  = "cord",
symbol  = "cord",
sym_us  = "cord",
utype    = "volume",
utype    = "volume",
scale    = 3.624556363776,
scale    = 3.624556363776,
Line 7,760: Line 5,781:
     ["cufoot"] = {
     ["cufoot"] = {
name1    = "cubic foot",
name1    = "cubic foot",
name1_us = "cubic foot",
name2    = "cubic foot",
name2    = "cubic foot",
name2_us = "cubic foot",
symbol  = "cu&nbsp;ft",
symbol  = "cu&nbsp;ft",
sym_us  = "cu&nbsp;ft",
utype    = "volume",
utype    = "volume",
scale    = 0.028316846592,
scale    = 0.028316846592,
default  = "m3",
default  = "m3",
link    = "Cubic foot",
     },
     },
     ["cuft"] = {
     ["cuft"] = {
name1    = "cubic foot",
name1    = "cubic foot",
name1_us = "cubic foot",
name2    = "cubic feet",
name2    = "cubic feet",
name2_us = "cubic feet",
symbol  = "cu&nbsp;ft",
symbol  = "cu&nbsp;ft",
sym_us  = "cu&nbsp;ft",
utype    = "volume",
utype    = "volume",
scale    = 0.028316846592,
scale    = 0.028316846592,
default  = "m3",
default  = "m3",
link    = "Cubic foot",
     },
     },
     ["cuin"] = {
     ["cuin"] = {
name1    = "cubic inch",
name1    = "cubic inch",
name1_us = "cubic inch",
name2    = "cubic inches",
name2    = "cubic inches",
name2_us = "cubic inches",
symbol  = "cu&nbsp;in",
symbol  = "cu&nbsp;in",
sym_us  = "cu&nbsp;in",
utype    = "volume",
utype    = "volume",
scale    = 0.000016387064,
scale    = 0.000016387064,
default  = "cm3",
default  = "cm3",
link    = "Cubic inch",
     },
     },
     ["cumi"] = {
     ["cumi"] = {
name1    = "cubic mile",
name1    = "cubic mile",
name1_us = "cubic mile",
name2    = "cubic miles",
name2_us = "cubic miles",
symbol  = "cu&nbsp;mi",
symbol  = "cu&nbsp;mi",
sym_us  = "cu&nbsp;mi",
utype    = "volume",
utype    = "volume",
scale    = 4168181825.440579584,
scale    = 4168181825.440579584,
default  = "km3",
default  = "km3",
link    = "Cubic mile",
     },
     },
     ["cuyd"] = {
     ["cuyd"] = {
name1    = "cubic yard",
name1    = "cubic yard",
name1_us = "cubic yard",
name2    = "cubic yards",
name2_us = "cubic yards",
symbol  = "cu&nbsp;yd",
symbol  = "cu&nbsp;yd",
sym_us  = "cu&nbsp;yd",
utype    = "volume",
utype    = "volume",
scale    = 0.764554857984,
scale    = 0.764554857984,
default  = "m3",
default  = "m3",
link    = "Cubic yard",
     },
     },
     ["firkin"] = {
     ["firkin"] = {
name1    = "firkin",
name1_us = "firkin",
name2    = "firkins",
name2_us = "firkins",
symbol  = "firkin",
symbol  = "firkin",
sym_us  = "firkin",
usename  = 1,
usename  = 1,
utype    = "volume",
utype    = "volume",
scale    = 0.04091481,
scale    = 0.04091481,
default  = "l impgal USgal",
default  = "l impgal USgal",
link    = "Firkin",
     },
     },
     ["foot3"] = {
     ["foot3"] = {
name1    = "cubic foot",
name1    = "cubic foot",
name1_us = "cubic foot",
name2    = "cubic foot",
name2    = "cubic foot",
name2_us = "cubic foot",
symbol  = "cu&nbsp;ft",
symbol  = "cu&nbsp;ft",
sym_us  = "cu&nbsp;ft",
utype    = "volume",
utype    = "volume",
scale    = 0.028316846592,
scale    = 0.028316846592,
default  = "m3",
default  = "m3",
link    = "Cubic foot",
     },
     },
     ["grt"] = {
     ["grt"] = {
name1    = "gross register ton",
name1    = "gross register ton",
name1_us = "gross register ton",
name2    = "gross register tons",
name2_us = "gross register tons",
symbol  = "grt",
symbol  = "grt",
sym_us  = "grt",
utype    = "volume",
utype    = "volume",
scale    = 2.8316846592,
scale    = 2.8316846592,
Line 7,857: Line 5,842:
     ["impbbl"] = {
     ["impbbl"] = {
name1    = "imperial barrel",
name1    = "imperial barrel",
name1_us = "imperial barrel",
name2    = "imperial barrels",
name2_us = "imperial barrels",
symbol  = "imp&nbsp;bbl",
symbol  = "imp&nbsp;bbl",
sym_us  = "imp&nbsp;bbl",
utype    = "volume",
utype    = "volume",
scale    = 0.16365924,
scale    = 0.16365924,
Line 7,869: Line 5,850:
     ["impbsh"] = {
     ["impbsh"] = {
name1    = "imperial bushel",
name1    = "imperial bushel",
name1_us = "imperial bushel",
name2    = "imperial bushels",
name2_us = "imperial bushels",
symbol  = "imp&nbsp;bsh",
symbol  = "imp&nbsp;bsh",
sym_us  = "imp&nbsp;bsh",
utype    = "volume",
utype    = "volume",
scale    = 0.03636872,
scale    = 0.03636872,
default  = "l impgal USdrygal",
default  = "l impgal USdrygal",
link    = "Imperial bushel",
     },
     },
     ["impbu"] = {
     ["impbu"] = {
name1    = "imperial bushel",
name1    = "imperial bushel",
name1_us = "imperial bushel",
name2    = "imperial bushels",
name2_us = "imperial bushels",
symbol  = "imp&nbsp;bu",
symbol  = "imp&nbsp;bu",
sym_us  = "imp&nbsp;bu",
utype    = "volume",
utype    = "volume",
scale    = 0.03636872,
scale    = 0.03636872,
default  = "m3",
default  = "m3",
link    = "Imperial bushel",
     },
     },
     ["impgal"] = {
     ["impgal"] = {
name1    = "imperial gallon",
name1    = "imperial gallon",
name1_us = "imperial gallon",
name2    = "imperial gallons",
name2_us = "imperial gallons",
symbol  = "imp&nbsp;gal",
symbol  = "imp&nbsp;gal",
sym_us  = "imp&nbsp;gal",
utype    = "volume",
utype    = "volume",
scale    = 0.00454609,
scale    = 0.00454609,
default  = "l USgal",
default  = "l USgal",
link    = "Imperial gallon",
     },
     },
     ["impgi"] = {
     ["impgi"] = {
name1    = "gill",
name1    = "gill",
name1_us = "gill",
name2    = "gills",
name2_us = "gills",
symbol  = "gi",
symbol  = "gi",
sym_us  = "gi",
utype    = "volume",
utype    = "volume",
scale    = 0.0001420653125,
scale    = 0.0001420653125,
Line 7,917: Line 5,879:
     ["impkenning"] = {
     ["impkenning"] = {
name1    = "imperial kenning",
name1    = "imperial kenning",
name1_us = "imperial kenning",
name2    = "imperial kennings",
name2_us = "imperial kennings",
symbol  = "kenning",
symbol  = "kenning",
sym_us  = "kenning",
utype    = "volume",
utype    = "volume",
scale    = 0.01818436,
scale    = 0.01818436,
Line 7,929: Line 5,887:
     ["impoz"] = {
     ["impoz"] = {
name1    = "imperial fluid ounce",
name1    = "imperial fluid ounce",
name1_us = "imperial fluid ounce",
name2    = "imperial fluid ounces",
name2_us = "imperial fluid ounces",
symbol  = "imp&nbsp;fl&nbsp;oz",
symbol  = "imp&nbsp;fl&nbsp;oz",
sym_us  = "imp&nbsp;fl&nbsp;oz",
utype    = "volume",
utype    = "volume",
scale    = 0.0000284130625,
scale    = 0.0000284130625,
default  = "ml USoz",
default  = "ml USoz",
link    = "Imperial fluid ounce",
     },
     },
     ["imppk"] = {
     ["imppk"] = {
name1    = "imperial peck",
name1    = "imperial peck",
name1_us = "imperial peck",
name2    = "imperial pecks",
name2_us = "imperial pecks",
symbol  = "pk",
symbol  = "pk",
sym_us  = "pk",
utype    = "volume",
utype    = "volume",
scale    = 0.00909218,
scale    = 0.00909218,
Line 7,953: Line 5,902:
     ["imppt"] = {
     ["imppt"] = {
name1    = "imperial pint",
name1    = "imperial pint",
name1_us = "imperial pint",
name2    = "imperial pints",
name2_us = "imperial pints",
symbol  = "imp&nbsp;pt",
symbol  = "imp&nbsp;pt",
sym_us  = "imp&nbsp;pt",
utype    = "volume",
utype    = "volume",
scale    = 0.00056826125,
scale    = 0.00056826125,
default  = "l",
default  = "l",
link    = "Imperial pint",
     },
     },
     ["impqt"] = {
     ["impqt"] = {
name1    = "imperial quart",
name1    = "imperial quart",
name1_us = "imperial quart",
name2    = "imperial quarts",
name2_us = "imperial quarts",
symbol  = "imp&nbsp;qt",
symbol  = "imp&nbsp;qt",
sym_us  = "imp&nbsp;qt",
utype    = "volume",
utype    = "volume",
scale    = 0.0011365225,
scale    = 0.0011365225,
default  = "ml USoz",
default  = "ml USoz",
link    = "Imperial quart",
     },
     },
     ["kilderkin"] = {
     ["kilderkin"] = {
name1    = "kilderkin",
name1_us = "kilderkin",
name2    = "kilderkins",
name2_us = "kilderkins",
symbol  = "kilderkin",
symbol  = "kilderkin",
sym_us  = "kilderkin",
usename  = 1,
usename  = 1,
utype    = "volume",
utype    = "volume",
scale    = 0.08182962,
scale    = 0.08182962,
default  = "l impgal USgal",
default  = "l impgal USgal",
link    = "Kilderkin",
     },
     },
     ["L"] = {
     ["L"] = {
name1    = "%slitre",
_name1  = "litre",
name1_us = "%sliter",
_name1_us = "liter",
name2    = "%slitres",
_symbol  = "L",
name2_us = "%sliters",
symbol  = "L",
sym_us  = "L",
utype    = "volume",
utype    = "volume",
scale    = 0.001,
scale    = 0.001,
Line 8,002: Line 5,932:
     },
     },
     ["l"] = {
     ["l"] = {
name1    = "%slitre",
_name1  = "litre",
name1_us = "%sliter",
_name1_us = "liter",
name2    = "%slitres",
_symbol  = "l",
name2_us = "%sliters",
symbol  = "l",
sym_us  = "l",
utype    = "volume",
utype    = "volume",
scale    = 0.001,
scale    = 0.001,
Line 8,015: Line 5,942:
     },
     },
     ["m3"] = {
     ["m3"] = {
name1    = "cubic %smetre",
_name1  = "cubic metre",
name1_us = "cubic %smeter",
_name1_us = "cubic meter",
name2    = "cubic %smetres",
_symbol  = "m<sup>3</sup>",
name2_us = "cubic %smeters",
prefix_position = 7,
symbol  = "m<sup>3</sup>",
sym_us  = "m<sup>3</sup>",
utype    = "volume",
utype    = "volume",
scale    = 1,
scale    = 1,
Line 8,030: Line 5,955:
name1    = "cubic millimetre",
name1    = "cubic millimetre",
name1_us = "cubic millimeter",
name1_us = "cubic millimeter",
name2    = "cubic millimetres",
name2_us = "cubic millimeters",
symbol  = "mm<sup>3</sup>",
symbol  = "mm<sup>3</sup>",
sym_us  = "mm<sup>3</sup>",
utype    = "volume",
utype    = "volume",
scale    = 0.000000001,
scale    = 0.000000001,
default  = "cuin",
default  = "cuin",
link    = "Cubic millimetre",
     },
     },
     ["oilbbl"] = {
     ["oilbbl"] = {
name1    = "barrel",
name1    = "barrel",
name1_us = "barrel",
name2    = "barrels",
name2_us = "barrels",
symbol  = "bbl",
symbol  = "bbl",
sym_us  = "bbl",
utype    = "volume",
utype    = "volume",
scale    = 0.158987294928,
scale    = 0.158987294928,
Line 8,052: Line 5,969:
     },
     },
     ["stere"] = {
     ["stere"] = {
name1    = "stère",
name1_us = "stère",
name2    = "stères",
name2_us = "stères",
symbol  = "stère",
symbol  = "stère",
sym_us  = "stère",
usename  = 1,
usename  = 1,
utype    = "volume",
utype    = "volume",
scale    = 1,
scale    = 1,
default  = "cuft",
default  = "cuft",
link    = "Stère",
     },
     },
     ["USbbl"] = {
     ["USbbl"] = {
name1    = "US barrel",
name1    = "US barrel",
name1_us = "U.S. barrel",
name1_us = "U.S. barrel",
name2    = "US barrels",
name2_us = "U.S. barrels",
symbol  = "US&nbsp;bbl",
symbol  = "US&nbsp;bbl",
sym_us  = "U.S.&nbsp;bbl",
sym_us  = "U.S.&nbsp;bbl",
Line 8,079: Line 5,988:
name1    = "US beer barrel",
name1    = "US beer barrel",
name1_us = "U.S. beer barrel",
name1_us = "U.S. beer barrel",
name2    = "US beer barrels",
name2_us = "U.S. beer barrels",
symbol  = "US&nbsp;bbl",
symbol  = "US&nbsp;bbl",
sym_us  = "U.S.&nbsp;bbl",
sym_us  = "U.S.&nbsp;bbl",
Line 8,091: Line 5,998:
name1    = "US bushel",
name1    = "US bushel",
name1_us = "U.S. bushel",
name1_us = "U.S. bushel",
name2    = "US bushels",
name2_us = "U.S. bushels",
symbol  = "US&nbsp;bsh",
symbol  = "US&nbsp;bsh",
sym_us  = "U.S.&nbsp;bsh",
sym_us  = "U.S.&nbsp;bsh",
Line 8,103: Line 6,008:
name1    = "US bushel",
name1    = "US bushel",
name1_us = "U.S. bushel",
name1_us = "U.S. bushel",
name2    = "US bushels",
name2_us = "U.S. bushels",
symbol  = "US&nbsp;bu",
symbol  = "US&nbsp;bu",
sym_us  = "U.S.&nbsp;bu",
sym_us  = "U.S.&nbsp;bu",
Line 8,115: Line 6,018:
name1    = "US dry barrel",
name1    = "US dry barrel",
name1_us = "U.S. dry barrel",
name1_us = "U.S. dry barrel",
name2    = "US dry barrels",
name2_us = "U.S. dry barrels",
symbol  = "US&nbsp;dry&nbsp;bbl",
symbol  = "US&nbsp;dry&nbsp;bbl",
sym_us  = "U.S.&nbsp;dry&nbsp;bbl",
sym_us  = "U.S.&nbsp;dry&nbsp;bbl",
Line 8,127: Line 6,028:
name1    = "US dry gallon",
name1    = "US dry gallon",
name1_us = "U.S. dry gallon",
name1_us = "U.S. dry gallon",
name2    = "US dry gallons",
name2_us = "U.S. dry gallons",
symbol  = "US&nbsp;dry&nbsp;gal",
symbol  = "US&nbsp;dry&nbsp;gal",
sym_us  = "U.S.&nbsp;dry&nbsp;gal",
sym_us  = "U.S.&nbsp;dry&nbsp;gal",
Line 8,139: Line 6,038:
name1    = "US dry pint",
name1    = "US dry pint",
name1_us = "U.S. dry pint",
name1_us = "U.S. dry pint",
name2    = "US dry pints",
name2_us = "U.S. dry pints",
symbol  = "US&nbsp;dry&nbsp;pt",
symbol  = "US&nbsp;dry&nbsp;pt",
sym_us  = "U.S.&nbsp;dry&nbsp;pt",
sym_us  = "U.S.&nbsp;dry&nbsp;pt",
Line 8,151: Line 6,048:
name1    = "US dry quart",
name1    = "US dry quart",
name1_us = "U.S. dry quart",
name1_us = "U.S. dry quart",
name2    = "US dry quarts",
name2_us = "U.S. dry quarts",
symbol  = "US&nbsp;dry&nbsp;qt",
symbol  = "US&nbsp;dry&nbsp;qt",
sym_us  = "U.S.&nbsp;dry&nbsp;qt",
sym_us  = "U.S.&nbsp;dry&nbsp;qt",
Line 8,163: Line 6,058:
name1    = "US gallon",
name1    = "US gallon",
name1_us = "U.S. gallon",
name1_us = "U.S. gallon",
name2    = "US gallons",
name2_us = "U.S. gallons",
symbol  = "US fl gal",
symbol  = "US fl gal",
sym_us  = "U.S. fl gal",
sym_us  = "U.S.&nbsp;fl&nbsp;gal",
utype    = "volume",
utype    = "volume",
scale    = 0.003785411784,
scale    = 0.003785411784,
Line 8,175: Line 6,068:
name1    = "US gallon",
name1    = "US gallon",
name1_us = "U.S. gallon",
name1_us = "U.S. gallon",
name2    = "US gallons",
name2_us = "U.S. gallons",
symbol  = "US gal",
symbol  = "US gal",
sym_us  = "U.S. gal",
sym_us  = "U.S.&nbsp;gal",
utype    = "volume",
utype    = "volume",
scale    = 0.003785411784,
scale    = 0.003785411784,
default  = "l impgal",
default  = "l impgal",
link    = "US gallon",
     },
     },
     ["USgi"] = {
     ["USgi"] = {
name1    = "gill",
name1    = "gill",
name1_us = "gill",
name2    = "gills",
name2_us = "gills",
symbol  = "gi",
symbol  = "gi",
sym_us  = "gi",
utype    = "volume",
utype    = "volume",
scale    = 0.0001182941183,
scale    = 0.0001182941183,
Line 8,199: Line 6,085:
name1    = "US kenning",
name1    = "US kenning",
name1_us = "U.S. kenning",
name1_us = "U.S. kenning",
name2    = "US kennings",
name2_us = "U.S. kennings",
symbol  = "US&nbsp;kenning",
symbol  = "US&nbsp;kenning",
sym_us  = "U.S.&nbsp;kenning",
sym_us  = "U.S.&nbsp;kenning",
Line 8,211: Line 6,095:
name1    = "US minim",
name1    = "US minim",
name1_us = "U.S. minim",
name1_us = "U.S. minim",
name2    = "US minims",
name2_us = "U.S. minims",
symbol  = "US&nbsp;min",
symbol  = "US&nbsp;min",
sym_us  = "U.S.&nbsp;min",
sym_us  = "U.S.&nbsp;min",
Line 8,223: Line 6,105:
name1    = "US fluid ounce",
name1    = "US fluid ounce",
name1_us = "U.S. fluid ounce",
name1_us = "U.S. fluid ounce",
name2    = "US fluid ounces",
name2_us = "U.S. fluid ounces",
symbol  = "US&nbsp;fl&nbsp;oz",
symbol  = "US&nbsp;fl&nbsp;oz",
sym_us  = "U.S.&nbsp;fl&nbsp;oz",
sym_us  = "U.S.&nbsp;fl&nbsp;oz",
Line 8,230: Line 6,110:
scale    = 0.0000295735295625,
scale    = 0.0000295735295625,
default  = "ml",
default  = "ml",
link    = "US fluid ounce",
     },
     },
     ["USpk"] = {
     ["USpk"] = {
name1    = "US peck",
name1    = "US peck",
name1_us = "U.S. peck",
name1_us = "U.S. peck",
name2    = "US pecks",
name2_us = "U.S. pecks",
symbol  = "US&nbsp;pk",
symbol  = "US&nbsp;pk",
sym_us  = "U.S.&nbsp;pk",
sym_us  = "U.S.&nbsp;pk",
Line 8,247: Line 6,124:
name1    = "US pint",
name1    = "US pint",
name1_us = "U.S. pint",
name1_us = "U.S. pint",
name2    = "US pints",
name2_us = "U.S. pints",
symbol  = "US&nbsp;pt",
symbol  = "US&nbsp;pt",
sym_us  = "U.S.&nbsp;pt",
sym_us  = "U.S.&nbsp;pt",
Line 8,259: Line 6,134:
name1    = "US quart",
name1    = "US quart",
name1_us = "U.S. quart",
name1_us = "U.S. quart",
name2    = "US quarts",
name2_us = "U.S. quarts",
symbol  = "US&nbsp;qt",
symbol  = "US&nbsp;qt",
sym_us  = "U.S.&nbsp;qt",
sym_us  = "U.S.&nbsp;qt",
Line 8,271: Line 6,144:
name1    = "US quart",
name1    = "US quart",
name1_us = "U.S. quart",
name1_us = "U.S. quart",
name2    = "US quarts",
name2_us = "U.S. quarts",
symbol  = "US&nbsp;qt",
symbol  = "US&nbsp;qt",
sym_us  = "U.S.&nbsp;qt",
sym_us  = "U.S.&nbsp;qt",

Revision as of 02:31, 17 March 2013

Documentation for this module may be created at Module:Convert/data/doc

--[[ Conversion data used by Module:Convert.
Use mw.loadData() to obtain read-only access to this module so that
it is loaded only once per page.

These data tables follow:
    SIprefixes          prefixes like 'M' (mega, 10^6)
    units               all properties for a unit, including default output
    default_exceptions  exceptions for default output ('kg' and 'g' have different defaults)
    link_exceptions     exceptions for links ('kg' and 'g' have different links)

SIprefixes is maintained by editing this file.
However, the other tables are generated by a script which reads the wikitext
of a wiki page that documents the required properties of each unit.
The wiki page is currently:
http://en.wikipedia.org/wiki/User:Johnuniq/Conversion_data
]]

local SIprefixes = {
    -- The prefix field is what the prefix should be, if different from the prefix used.
    ['Y'] = { exponent = 24, name = 'yotta',                  },
    ['Z'] = { exponent = 21, name = 'zetta',                  },
    ['E'] = { exponent = 18, name = 'exa'  ,                  },
    ['P'] = { exponent = 15, name = 'peta' ,                  },
    ['T'] = { exponent = 12, name = 'tera' ,                  },
    ['G'] = { exponent =  9, name = 'giga' ,                  },
    ['M'] = { exponent =  6, name = 'mega' ,                  },
    ['k'] = { exponent =  3, name = 'kilo' ,                  },
    ['h'] = { exponent =  2, name = 'hecto',                  },
    ['da']= { exponent =  1, name = 'deca' , name_us = 'deka' },
    ['d'] = { exponent = -1, name = 'deci' ,                  },
    ['c'] = { exponent = -2, name = 'centi',                  },
    ['m'] = { exponent = -3, name = 'milli',                  },
    ['μ'] = { exponent = -6, name = 'micro', prefix = 'µ'     },  -- key = 'GREEK SMALL LETTER MU' (U+03BC) utf-8 CE BC
    ['µ'] = { exponent = -6, name = 'micro',                  },  -- key = 'MICRO SIGN' (U+00B5) utf-8 C2 B5
    ['u'] = { exponent = -6, name = 'micro', prefix = 'µ'     },  -- not an SI prefix, but allow for people typing this
    ['n'] = { exponent = -9, name = 'nano' ,                  },
    ['p'] = { exponent =-12, name = 'pico' ,                  },
    ['f'] = { exponent =-15, name = 'femto',                  },
    ['a'] = { exponent =-18, name = 'atto' ,                  },
    ['z'] = { exponent =-21, name = 'zepto',                  },
    ['y'] = { exponent =-24, name = 'yocto',                  },
}

---------------------------------------------------------------------------
-- Do not change the data in this table because it is created by running --
-- a script that reads the wikitext from a wiki page (see note above).   --
---------------------------------------------------------------------------
local units = {
    ["cm/s2"] = {
	name1    = "centimetre per second squared",
	name1_us = "centimeter per second squared",
	name2    = "centimetres per second squared",
	name2_us = "centimeters per second squared",
	symbol   = "cm/s<sup>2</sup>",
	utype    = "acceleration",
	scale    = 0.01,
	default  = "ft/s2",
	link     = "Gal (unit)",
    },
    ["ft/s2"] = {
	name1    = "foot per second squared",
	name2    = "feet per second squared",
	symbol   = "ft/s<sup>2</sup>",
	utype    = "acceleration",
	scale    = 0.3048,
	default  = "m/s2",
    },
    ["g0"] = {
	name1    = "standard gravity",
	name2    = "standard gravities",
	symbol   = "''g<sub>0</sub>''",
	utype    = "acceleration",
	scale    = 9.80665,
	default  = "m/s2",
    },
    ["km/hs"] = {
	name1    = "kilometre per hour per second",
	name1_us = "kilometer per hour per second",
	name2    = "kilometres per hour per second",
	name2_us = "kilometers per hour per second",
	symbol   = "km/(h·s)",
	utype    = "acceleration",
	scale    = 0.27777777777777779,
	default  = "mph/s",
	link     = "Acceleration",
    },
    ["m/s2"] = {
	name1    = "metre per second squared",
	name1_us = "meter per second squared",
	name2    = "metres per second squared",
	name2_us = "meters per second squared",
	symbol   = "m/s<sup>2</sup>",
	utype    = "acceleration",
	scale    = 1,
	default  = "ft/s2",
    },
    ["mph/s"] = {
	name1    = "mile per hour per second",
	name2    = "miles per hour per second",
	symbol   = "mph/s",
	utype    = "acceleration",
	scale    = 0.44704,
	default  = "km/hs",
	link     = "Acceleration",
    },
    ["km/h/s"] = {
	target   = "km/hs",
    },
    ["a"] = {
	_name1   = "are",
	_symbol  = "a",
	utype    = "area",
	scale    = 100,
	prefixes = 1,
	default  = "sqft",
	link     = "Hectare#Are",
    },
    ["acre"] = {
	symbol   = "acre",
	usename  = 1,
	utype    = "area",
	scale    = 4046.8564224,
	default  = "ha",
    },
    ["acre-sing"] = {
	symbol   = "acre",
	utype    = "area",
	scale    = 4046.856422,
	default  = "ha",
    },
    ["arpent"] = {
	symbol   = "arpent",
	utype    = "area",
	scale    = 3418.89,
	default  = "ha",
    },
    ["Cypriot donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Cypriot dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
    },
    ["Cypriot dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Cypriot dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 1337.803776,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["daa"] = {
	name1    = "decare",
	symbol   = "daa",
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
    },
    ["donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
    },
    ["dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["foot2"] = {
	name1    = "square foot",
	name2    = "square foot",
	symbol   = "sq&nbsp;ft",
	utype    = "area",
	scale    = 0.09290304,
	default  = "m2",
    },
    ["ha"] = {
	name1    = "hectare",
	symbol   = "ha",
	utype    = "area",
	scale    = 10000,
	default  = "acre",
    },
    ["Iraqi donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Iraqi dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
    },
    ["Iraqi dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Iraqi dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 2500,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["Irish acre"] = {
	name1    = "Irish acre",
	symbol   = "Irish&nbsp;acres",
	utype    = "area",
	scale    = 6555.2385024,
	default  = "ha",
	link     = "Acre (Irish)",
    },
    ["m2"] = {
	_name1   = "square metre",
	_name1_us = "square meter",
	_symbol  = "m<sup>2</sup>",
	prefix_position = 8,
	utype    = "area",
	scale    = 1,
	prefixes = 2,
	default  = "sqft",
	link     = "Square metre",
    },
    ["old donum"] = {
	symbol   = "donum",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["old dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
    },
    ["old dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["old dönüm"] = {
	symbol   = "dönüm",
	usename  = 1,
	utype    = "area",
	scale    = 919.3,
	default  = "km2 sqmi",
	link     = "Dunam",
    },
    ["pondemaat"] = {
	name1    = "pondemaat",
	name2    = "pondemaat",
	symbol   = "pond",
	utype    = "area",
	scale    = 3674.363358816,
	default  = "m2",
	link     = ":nl:pondemaat",
    },
    ["pyeong"] = {
	name2    = "pyeong",
	symbol   = "pyeong",
	usename  = 1,
	utype    = "area",
	scale    = 3.3057851239669422,
	default  = "m2",
    },
    ["rood"] = {
	symbol   = "rood",
	utype    = "area",
	scale    = 1011.7141056,
	default  = "sqft sqm",
	link     = "Rood (unit)",
    },
    ["sqfoot"] = {
	name1    = "square foot",
	name2    = "square foot",
	symbol   = "sq&nbsp;ft",
	utype    = "area",
	scale    = 0.09290304,
	default  = "m2",
    },
    ["sqft"] = {
	name1    = "square foot",
	name2    = "square feet",
	symbol   = "sq&nbsp;ft",
	utype    = "area",
	scale    = 0.09290304,
	default  = "m2",
    },
    ["sqin"] = {
	name1    = "square inch",
	name2    = "square inches",
	symbol   = "sq&nbsp;in",
	utype    = "area",
	scale    = 0.00064516,
	default  = "cm2",
    },
    ["sqmi"] = {
	name1    = "square mile",
	symbol   = "sq&nbsp;mi",
	utype    = "area",
	scale    = 2589988.110336,
	default  = "km2",
    },
    ["sqnmi"] = {
	name1    = "square nautical mile",
	symbol   = "sq&nbsp;nmi",
	utype    = "area",
	scale    = 3429904,
	default  = "km2 sqmi",
	link     = "Nautical mile",
    },
    ["sqverst"] = {
	symbol   = "square verst",
	utype    = "area",
	scale    = 1138062.24,
	default  = "km2 sqmi",
	link     = "Verst",
    },
    ["sqyd"] = {
	name1    = "square yard",
	symbol   = "sq&nbsp;yd",
	utype    = "area",
	scale    = 0.83612736,
	default  = "m2",
    },
    ["tsubo"] = {
	name2    = "tsubo",
	symbol   = "tsubo",
	usename  = 1,
	utype    = "area",
	scale    = 3.3057851239669422,
	default  = "m2",
	link     = "Japanese units of measurement#Area",
    },
    ["acres"] = {
	target   = "acre",
    },
    ["are"] = {
	target   = "a",
    },
    ["Cypriot donum diaeresis"] = {
	target   = "Cypriot dönüm",
    },
    ["Cypriot donum dots"] = {
	target   = "Cypriot dönüm",
    },
    ["decare"] = {
	target   = "daa",
    },
    ["donum diaeresis"] = {
	target   = "dönüm",
    },
    ["donum dots"] = {
	target   = "dönüm",
    },
    ["ft2"] = {
	target   = "sqft",
    },
    ["in2"] = {
	target   = "sqin",
    },
    ["Iraqi donum diaeresis"] = {
	target   = "Iraqi dönüm",
    },
    ["Iraqi donum dots"] = {
	target   = "Iraqi dönüm",
    },
    ["km²"] = {
	target   = "km2",
    },
    ["metric donum"] = {
	target   = "donum",
    },
    ["metric donum diaeresis"] = {
	target   = "dönüm",
    },
    ["metric donum dots"] = {
	target   = "dönüm",
    },
    ["metric dunam"] = {
	target   = "dunam",
    },
    ["metric dönüm"] = {
	target   = "dönüm",
    },
    ["mi2"] = {
	target   = "sqmi",
    },
    ["m²"] = {
	target   = "m2",
    },
    ["nmi2"] = {
	target   = "sqnmi",
    },
    ["old donum diaeresis"] = {
	target   = "old dönüm",
    },
    ["old donum dots"] = {
	target   = "old dönüm",
    },
    ["pond"] = {
	target   = "pondemaat",
    },
    ["sq arp"] = {
	target   = "arpent",
    },
    ["sqkm"] = {
	target   = "km2",
    },
    ["sqm"] = {
	target   = "m2",
    },
    ["square verst"] = {
	target   = "sqverst",
    },
    ["verst2"] = {
	target   = "sqverst",
    },
    ["yd2"] = {
	target   = "sqyd",
    },
    ["A.h"] = {
	name1    = "ampere-hour",
	symbol   = "A·h",
	utype    = "charge",
	scale    = 3600,
	default  = "coulomb",
    },
    ["coulomb"] = {
	name1    = "coulomb",
	symbol   = "C",
	utype    = "charge",
	scale    = 1,
	default  = "e",
    },
    ["e"] = {
	name1    = "elementary charge",
	symbol   = "''e''",
	utype    = "charge",
	scale    = 1.602176487e-19,
	default  = "coulomb",
    },
    ["A·h"] = {
	target   = "A.h",
    },
    ["$/acre"] = {
	name1    = "dollar per acre",
	name2    = "dollars per acre",
	symbol   = "$/acre",
	utype    = "cost $ per unit area",
	scale    = 0.00024710538146716532,
	default  = "$/ha",
	link     = "Acre",
    },
    ["$/ha"] = {
	name1    = "dollar per hectare",
	name2    = "dollars per hectare",
	symbol   = "$/ha",
	utype    = "cost $ per unit area",
	scale    = 0.0001,
	default  = "$/acre",
	link     = "Hectare",
    },
    ["$/m2"] = {
	name1    = "dollar per square metre",
	name1_us = "dollar per square meter",
	name2    = "dollars per square metre",
	name2_us = "dollars per square meter",
	symbol   = "$/m2",
	utype    = "cost $ per unit area",
	scale    = 1,
	default  = "$/sqft",
	link     = "Square metre",
    },
    ["$/sqft"] = {
	name1    = "dollar per square foot",
	name2    = "dollars per square foot",
	symbol   = "$/sqft",
	utype    = "cost $ per unit area",
	scale    = 10.763910416709722,
	default  = "$/m2",
	link     = "Square foot",
    },
    ["$/kg"] = {
	name1    = "dollar per kilogram",
	name2    = "dollars per kilogram",
	symbol   = "$/kg",
	utype    = "cost $ per unit mass",
	scale    = 1,
	default  = "$/lb",
	link     = "Kilogram",
    },
    ["$/lb"] = {
	name1    = "dollar per pound",
	name2    = "dollars per pound",
	symbol   = "$/lb",
	utype    = "cost $ per unit mass",
	scale    = 2.2046226218487757,
	default  = "$/kg",
	link     = "Pound",
    },
    ["$/ozt"] = {
	name1    = "dollar per troy ounce",
	name2    = "dollars per troy ounce",
	symbol   = "$/ozt",
	utype    = "cost $ per unit mass",
	scale    = 32.15074656862798,
	default  = "$/kg",
	link     = "Troy ounce",
    },
    ["£/acre"] = {
	name1    = "pound per acre",
	name2    = "pounds per acre",
	symbol   = "£/acre",
	utype    = "cost £ per unit area",
	scale    = 0.00024710538146716532,
	default  = "£/ha",
	link     = "Acre",
    },
    ["£/ha"] = {
	name1    = "pound per hectare",
	name2    = "pounds per hectare",
	symbol   = "£/ha",
	utype    = "cost £ per unit area",
	scale    = 0.0001,
	default  = "£/acre",
	link     = "Hectare",
    },
    ["g/cm3"] = {
	name1    = "gram per cubic centimetre",
	name1_us = "gram per cubic centimeter",
	name2    = "grams per cubic centimetre",
	name2_us = "grams per cubic centimeter",
	symbol   = "g/cm<sup>3</sup>",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuin",
	link     = "Gram",
    },
    ["g/dm3"] = {
	name1    = "gram per cubic decimetre",
	name1_us = "gram per cubic decimeter",
	name2    = "grams per cubic decimetre",
	name2_us = "grams per cubic decimeter",
	symbol   = "g/dm<sup>3</sup>",
	utype    = "density",
	scale    = 1,
	default  = "kg/m3",
	link     = "Density",
    },
    ["g/L"] = {
	name1    = "gram per litre",
	name1_us = "gram per liter",
	name2    = "grams per litre",
	name2_us = "grams per liter",
	symbol   = "g/L",
	utype    = "density",
	scale    = 1,
	default  = "lb/cuin",
	link     = "Density",
    },
    ["g/mL"] = {
	name1    = "gram per millilitre",
	name1_us = "gram per milliliter",
	name2    = "grams per millilitre",
	name2_us = "grams per milliliter",
	symbol   = "g/mL",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuin",
	link     = "Density",
    },
    ["g/ml"] = {
	name1    = "gram per millilitre",
	name1_us = "gram per milliliter",
	name2    = "grams per millilitre",
	name2_us = "grams per milliliter",
	symbol   = "g/ml",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuin",
	link     = "Density",
    },
    ["kg/dm3"] = {
	name1    = "kilogram per cubic decimetre",
	name1_us = "kilogram per cubic decimeter",
	name2    = "kilograms per cubic decimetre",
	name2_us = "kilograms per cubic decimeter",
	symbol   = "kg/dm<sup>3</sup>",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuft",
	link     = "Density",
    },
    ["kg/L"] = {
	name1    = "kilogram per litre",
	name1_us = "kilogram per liter",
	name2    = "kilograms per litre",
	name2_us = "kilograms per liter",
	symbol   = "kg/L",
	utype    = "density",
	scale    = 1000,
	default  = "lb/USgal",
	link     = "Density",
    },
    ["kg/l"] = {
	name1    = "kilogram per litre",
	name1_us = "kilogram per liter",
	name2    = "kilograms per litre",
	name2_us = "kilograms per liter",
	symbol   = "kg/l",
	utype    = "density",
	scale    = 1000,
	default  = "lb/USgal",
	link     = "Density",
    },
    ["kg/m3"] = {
	name1    = "kilogram per cubic metre",
	name1_us = "kilogram per cubic meter",
	name2    = "kilograms per cubic metre",
	name2_us = "kilograms per cubic meter",
	symbol   = "kg/m<sup>3</sup>",
	utype    = "density",
	scale    = 1,
	default  = "lb/cuyd",
	link     = "Density",
    },
    ["lb/cuft"] = {
	name1    = "pound per cubic foot",
	name2    = "pounds per cubic foot",
	symbol   = "lb/cu&nbsp;ft",
	utype    = "density",
	scale    = 16.018463373960142,
	default  = "g/cm3",
	link     = "Density",
    },
    ["lb/cuin"] = {
	name1    = "pound per cubic inch",
	name2    = "pounds per cubic inch",
	symbol   = "lb/cu&nbsp;in",
	utype    = "density",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Density",
    },
    ["lb/cuyd"] = {
	name1    = "pound per cubic yard",
	name2    = "pounds per cubic yard",
	symbol   = "lb/cu&nbsp;yd",
	utype    = "density",
	scale    = 0.5932764212577829,
	default  = "kg/m3",
	link     = "Density",
    },
    ["lb/impgal"] = {
	name1    = "pound per imperial gallon",
	name2    = "pounds per imperial gallon",
	symbol   = "lb/imp&nbsp;gal",
	utype    = "density",
	scale    = 99.776372663101697,
	default  = "kg/L",
	link     = "Density",
    },
    ["lb/in3"] = {
	name1    = "pound per cubic inch",
	name2    = "pounds per cubic inch",
	symbol   = "lb/cu&thinsp;in",
	utype    = "density",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Density",
    },
    ["lb/U.S.gal"] = {
	name1    = "pound per U.S. gallon",
	name2    = "pounds per U.S. gallon",
	symbol   = "lb/U.S.&nbsp;gal",
	utype    = "density",
	scale    = 119.82642731689663,
	default  = "kg/L",
	link     = "Density",
    },
    ["lb/USbu"] = {
	name1    = "pound per US bushel",
	name2    = "pounds per US bushel",
	symbol   = "lb/US&nbsp;bu",
	utype    = "density",
	scale    = 12.871859780974471,
	default  = "kg/m3",
	link     = "Bushel",
    },
    ["lb/USgal"] = {
	name1    = "pound per US gallon",
	name2    = "pounds per US gallon",
	symbol   = "lb/US&nbsp;gal",
	utype    = "density",
	scale    = 119.82642731689663,
	default  = "kg/L",
	link     = "Density",
    },
    ["lbm/cuin"] = {
	name1    = "pound mass per cubic inch",
	name2    = "pounds mass per cubic inch",
	symbol   = "lbm/cu&thinsp;in",
	utype    = "density",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Density",
    },
    ["mg/L"] = {
	name1    = "milligram per litre",
	name1_us = "milligram per liter",
	name2    = "milligrams per litre",
	name2_us = "milligrams per liter",
	symbol   = "mg/L",
	utype    = "density",
	scale    = 0.001,
	default  = "lb/cuin",
	link     = "Density",
    },
    ["Mg/m3"] = {
	name1    = "megagram per cubic metre",
	name1_us = "megagram per cubic meter",
	name2    = "megagrams per cubic metre",
	name2_us = "megagrams per cubic meter",
	symbol   = "Mg/m<sup>3</sup>",
	utype    = "density",
	scale    = 1000,
	default  = "lb/cuft",
	link     = "Tonne",
    },
    ["oz/cuin"] = {
	name1    = "ounce per cubic inch",
	name2    = "ounces per cubic inch",
	symbol   = "oz/cu&nbsp;in",
	utype    = "density",
	scale    = 1729.9940443876951,
	default  = "g/cm3",
	link     = "Density",
    },
    ["µg/dL"] = {
	name1    = "microgram per decilitre",
	name1_us = "microgram per deciliter",
	name2    = "micrograms per decilitre",
	name2_us = "micrograms per deciliter",
	symbol   = "µg/dL",
	utype    = "density",
	scale    = 0.00001,
	default  = "lb/cuin",
	link     = "Microgram",
    },
    ["lb/ft3"] = {
	target   = "lb/cuft",
    },
    ["lb/yd3"] = {
	target   = "lb/cuyd",
    },
    ["lbm/in3"] = {
	target   = "lbm/cuin",
    },
    ["mcg/dL"] = {
	target   = "µg/dL",
    },
    ["oz/in3"] = {
	target   = "oz/cuin",
    },
    ["ug/dL"] = {
	target   = "µg/dL",
    },
    ["μg/dL"] = {
	target   = "µg/dL",
    },
    ["B.O.T.U."] = {
	name1    = "Board of Trade Unit",
	symbol   = "B.O.T.U.",
	utype    = "energy",
	scale    = 3600000,
	default  = "MJ",
	link     = "Watt-hour",
    },
    ["bboe"] = {
	name1    = "barrel of oil equivalent",
	name2    = "barrels of oil equivalent",
	symbol   = "bboe",
	utype    = "energy",
	scale    = 6117863200,
	default  = "GJ",
    },
    ["BOE"] = {
	name1    = "barrel of oil equivalent",
	name2    = "barrels of oil equivalent",
	symbol   = "BOE",
	utype    = "energy",
	scale    = 6117863200,
	default  = "GJ",
    },
    ["BTU"] = {
	name1    = "British thermal unit",
	symbol   = "BTU",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
    },
    ["Btu"] = {
	name1    = "British thermal unit",
	symbol   = "Btu",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
    },
    ["BTU-39F"] = {
	name1    = "British thermal unit (39°F)",
	name2    = "British thermal units (39°F)",
	symbol   = "BTU<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059.67,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-39F"] = {
	name1    = "British thermal unit (39°F)",
	name2    = "British thermal units (39°F)",
	symbol   = "Btu<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059.67,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-59F"] = {
	name1    = "British thermal unit (59°F)",
	name2    = "British thermal units (59°F)",
	symbol   = "BTU<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054.804,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-59F"] = {
	name1    = "British thermal unit (59°F)",
	name2    = "British thermal units (59°F)",
	symbol   = "Btu<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054.804,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-60F"] = {
	name1    = "British thermal unit (60°F)",
	name2    = "British thermal units (60°F)",
	symbol   = "BTU<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054.68,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-60F"] = {
	name1    = "British thermal unit (60°F)",
	name2    = "British thermal units (60°F)",
	symbol   = "Btu<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054.68,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-63F"] = {
	name1    = "British thermal unit (63°F)",
	name2    = "British thermal units (63°F)",
	symbol   = "BTU<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054.6,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-63F"] = {
	name1    = "British thermal unit (63°F)",
	name2    = "British thermal units (63°F)",
	symbol   = "Btu<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054.6,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-ISO"] = {
	name1    = "British thermal unit (ISO)",
	name2    = "British thermal units (ISO)",
	symbol   = "BTU<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055.056,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-ISO"] = {
	name1    = "British thermal unit (ISO)",
	name2    = "British thermal units (ISO)",
	symbol   = "BTU<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055.056,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-IT"] = {
	name1    = "British thermal unit (IT)",
	name2    = "British thermal units (IT)",
	symbol   = "BTU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-IT"] = {
	name1    = "British thermal unit (IT)",
	name2    = "British thermal units (IT)",
	symbol   = "Btu<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055.05585262,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-mean"] = {
	name1    = "British thermal unit (mean)",
	name2    = "British thermal units (mean)",
	symbol   = "BTU<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055.87,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-mean"] = {
	name1    = "British thermal unit (mean)",
	name2    = "British thermal units (mean)",
	symbol   = "Btu<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055.87,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-th"] = {
	name1    = "British thermal unit (thermochemical)",
	name2    = "British thermal units (thermochemical)",
	symbol   = "BTU<sub>th</sub>",
	utype    = "energy",
	scale    = 1054.35026444,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-th"] = {
	name1    = "British thermal unit (thermochemical)",
	name2    = "British thermal units (thermochemical)",
	symbol   = "Btu<sub>th</sub>",
	utype    = "energy",
	scale    = 1054.35026444,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Cal"] = {
	name1    = "calorie",
	symbol   = "Cal",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
    },
    ["cal"] = {
	name1    = "calorie",
	symbol   = "cal",
	utype    = "energy",
	scale    = 4.184,
	default  = "J",
    },
    ["Cal-15"] = {
	name1    = "Calorie (15°C)",
	name2    = "Calories (15°C)",
	symbol   = "Cal<sub>15</sub>",
	utype    = "energy",
	scale    = 4185.8,
	default  = "kJ",
	link     = "Calorie",
    },
    ["cal-15"] = {
	name1    = "calorie (15°C)",
	name2    = "calories (15°C)",
	symbol   = "cal<sub>15</sub>",
	utype    = "energy",
	scale    = 4.1858,
	default  = "J",
	link     = "Calorie",
    },
    ["Cal-IT"] = {
	name1    = "Calorie (International Steam Table)",
	name2    = "Calories (International Steam Table)",
	symbol   = "Cal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4186.8,
	default  = "kJ",
	link     = "Calorie",
    },
    ["cal-IT"] = {
	name1    = "calorie (International Steam Table)",
	name2    = "calories (International Steam Table)",
	symbol   = "cal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4.1868,
	default  = "J",
	link     = "Calorie",
    },
    ["Cal-th"] = {
	name1    = "Calorie (thermochemical)",
	name2    = "Calories (thermochemical)",
	symbol   = "Cal<sub>th</sub>",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "Calorie",
    },
    ["cal-th"] = {
	name1    = "calorie (thermochemical)",
	name2    = "calories (thermochemical)",
	symbol   = "cal<sub>th</sub>",
	utype    = "energy",
	scale    = 4.184,
	default  = "J",
	link     = "Calorie",
    },
    ["ccatm"] = {
	name1    = "cubic centimetre-atmosphere",
	name1_us = "cubic centimeter-atmosphere",
	symbol   = "cc·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosphere (unit)",
    },
    ["CHU-IT"] = {
	name1    = "Celsius heat unit (International Table)",
	name2    = "Celsius heat units (International Table)",
	symbol   = "CHU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1899.100534716,
	default  = "kJ",
	link     = "Conversion of units",
    },
    ["cm3atm"] = {
	name1    = "cubic centimetre-atmosphere",
	name1_us = "cubic centimeter-atmosphere",
	symbol   = "cm<sup>3</sup>·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosphere (unit)",
    },
    ["cufootatm"] = {
	name1    = "cubic foot of atmosphere",
	name2    = "cubic foot of atmosphere",
	symbol   = "cu&nbsp;ft&nbsp;atm",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["cufootnaturalgas"] = {
	name1    = "cubic foot of natural gas",
	name2    = "cubic foot of natural gas",
	symbol   = "cuftnaturalgas",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "Conversion of units",
    },
    ["cuftatm"] = {
	name1    = "cubic foot of atmosphere",
	name2    = "cubic feet of atmosphere",
	symbol   = "cu&nbsp;ft&nbsp;atm",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["cuftnaturalgas"] = {
	name1    = "cubic foot of natural gas",
	name2    = "cubic feet of natural gas",
	symbol   = "cuftnaturalgas",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "Conversion of units",
    },
    ["cuydatm"] = {
	name1    = "cubic yard of atmosphere",
	name2    = "cubic yards of atmosphere",
	symbol   = "cu&nbsp;yd&nbsp;atm",
	utype    = "energy",
	scale    = 77468.5209852288,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["e3BTU"] = {
	name2    = "British thermal units",
	symbol   = "BTU",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["e6BTU"] = {
	name1    = "million British thermal units",
	name2    = "million British thermal units",
	symbol   = "e6BTU",
	utype    = "energy",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["Eh"] = {
	name1    = "Hartree",
	symbol   = "''E''<sub>h</sub>",
	utype    = "energy",
	scale    = 4.35974417e-18,
	default  = "eV",
    },
    ["erg"] = {
	symbol   = "erg",
	utype    = "energy",
	scale    = 0.0000001,
	default  = "µJ",
    },
    ["eV"] = {
	name1    = "electronvolt",
	symbol   = "eV",
	utype    = "energy",
	scale    = 1.602176487e-19,
	default  = "aJ",
    },
    ["feV"] = {
	name1    = "femtoelectronvolt",
	symbol   = "feV",
	utype    = "energy",
	scale    = 1.602176487e-34,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["foe"] = {
	symbol   = "foe",
	utype    = "energy",
	scale    = 1e44,
	default  = "YJ",
	link     = "Foe (unit of energy)",
    },
    ["ftlb"] = {
	name1    = "foot-pound",
	symbol   = "ft·lb",
	utype    = "energy",
	scale    = 1.3558179483314004,
	default  = "J",
	link     = "Foot-pound (energy)",
    },
    ["ftlb-f"] = {
	name1    = "foot-pound force",
	name2    = "foot-pounds force",
	symbol   = "ft·lb<sub>f</sub>",
	utype    = "energy",
	scale    = 1.3558179483314004,
	default  = "J",
	link     = "Foot-pound (energy)",
    },
    ["ftlbf"] = {
	name1    = "foot-pound force",
	name2    = "foot-pounds force",
	symbol   = "ft·lbf",
	utype    = "energy",
	scale    = 1.3558179483314004,
	default  = "J",
	link     = "Foot-pound (energy)",
    },
    ["ftpdl"] = {
	name1    = "foot-poundal",
	symbol   = "ft·pdl",
	utype    = "energy",
	scale    = 0.0421401100938048,
	default  = "mJ",
    },
    ["GeV"] = {
	name1    = "gigaelectronvolt",
	symbol   = "GeV",
	utype    = "energy",
	scale    = 1.602176487e-10,
	default  = "nJ",
	link     = "Electronvolt",
    },
    ["GLatm"] = {
	name1    = "gigalitre-atmosphere",
	name1_us = "gigaliter-atmosphere",
	symbol   = "GL·atm",
	utype    = "energy",
	scale    = 101325000000,
	default  = "GJ",
	link     = "Atmosphere (unit)",
    },
    ["Glatm"] = {
	name1    = "gigalitre-atmosphere",
	name1_us = "gigaliter-atmosphere",
	symbol   = "Gl·atm",
	utype    = "energy",
	scale    = 101325000000,
	default  = "GJ",
	link     = "Atmosphere (unit)",
    },
    ["gTNT"] = {
	name2    = "grams of TNT",
	symbol   = "gram of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "TNT equivalent",
    },
    ["Gtoe"] = {
	name1    = "gigatonne of oil equivalent",
	name2    = "gigatonnes of oil equivalent",
	symbol   = "Gtoe",
	utype    = "energy",
	scale    = 4.1868e19,
	default  = "EJ",
	link     = "Tonne of oil equivalent",
    },
    ["GtonTNT"] = {
	name2    = "gigatons of TNT",
	symbol   = "gigaton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e18,
	default  = "EJ",
	link     = "TNT equivalent",
    },
    ["GtTNT"] = {
	name2    = "gigatonnes of TNT",
	symbol   = "gigatonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e18,
	default  = "EJ",
	link     = "TNT equivalent",
    },
    ["GW.h"] = {
	name1    = "gigawatt-hour",
	symbol   = "GW·h",
	utype    = "energy",
	scale    = 3.6e12,
	default  = "TJ",
	link     = "Watt-hour",
    },
    ["GWh"] = {
	name1    = "gigawatt-hour",
	symbol   = "GWh",
	utype    = "energy",
	scale    = 3.6e12,
	default  = "TJ",
	link     = "Watt-hour",
    },
    ["hph"] = {
	name1    = "horsepower-hour",
	symbol   = "hp·h",
	utype    = "energy",
	scale    = 2684519.537696172792,
	default  = "kWh",
	link     = "Horsepower",
    },
    ["impgalatm"] = {
	name1    = "imperial gallon-atmosphere",
	symbol   = "imp gal·atm",
	utype    = "energy",
	scale    = 460.63256925,
	default  = "J",
	link     = "Atmosphere (unit)",
    },
    ["inlb"] = {
	name1    = "inch-pound",
	symbol   = "in·lb",
	utype    = "energy",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Foot-pound (energy)",
    },
    ["inlb-f"] = {
	name1    = "inch-pound force",
	name2    = "inch-pounds force",
	symbol   = "in·lb<sub>f</sub>",
	utype    = "energy",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Foot-pound (energy)",
    },
    ["inlbf"] = {
	name1    = "inch-pound force",
	name2    = "inch-pounds force",
	symbol   = "in·lbf",
	utype    = "energy",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Foot-pound (energy)",
    },
    ["inoz-f"] = {
	name1    = "inch-ounce force",
	name2    = "inch-ounces force",
	symbol   = "in·oz<sub>f</sub>",
	utype    = "energy",
	scale    = 0.00706155181422604375,
	default  = "mJ",
	link     = "Foot-pound (energy)",
    },
    ["inozf"] = {
	name1    = "inch-ounce force",
	name2    = "inch-ounces force",
	symbol   = "in·ozf",
	utype    = "energy",
	scale    = 0.00706155181422604375,
	default  = "mJ",
	link     = "Foot-pound (energy)",
    },
    ["J"] = {
	_name1   = "joule",
	_symbol  = "J",
	utype    = "energy",
	scale    = 1,
	prefixes = 1,
	default  = "cal",
	link     = "Joule",
    },
    ["kBOE"] = {
	name1    = "kilo barrel of oil equivalent",
	name2    = "kilo barrels of oil equivalent",
	symbol   = "kBOE",
	utype    = "energy",
	scale    = 6.1178632e12,
	default  = "TJ",
	link     = "Barrel of oil equivalent",
    },
    ["kcal"] = {
	name1    = "kilocalorie",
	symbol   = "kcal",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "Calorie",
    },
    ["kcal-15"] = {
	name1    = "kilocalorie (15°C)",
	name2    = "kilocalories (15°C)",
	symbol   = "kcal<sub>15</sub>",
	utype    = "energy",
	scale    = 4185.8,
	default  = "kJ",
	link     = "Calorie",
    },
    ["kcal-IT"] = {
	name1    = "kilocalorie (International Steam Table)",
	name2    = "kilocalories (International Steam Table)",
	symbol   = "kcal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4186.8,
	default  = "kJ",
	link     = "Calorie",
    },
    ["kcal-th"] = {
	name1    = "kilocalorie (thermochemical)",
	name2    = "kilocalories (thermochemical)",
	symbol   = "kcal<sub>th</sub>",
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "Calorie",
    },
    ["kerg"] = {
	name1    = "kiloerg",
	symbol   = "kerg",
	utype    = "energy",
	scale    = 0.0001,
	default  = "mJ",
	link     = "Erg",
    },
    ["keV"] = {
	name1    = "kiloelectronvolt",
	symbol   = "keV",
	utype    = "energy",
	scale    = 1.602176487e-16,
	default  = "fJ",
	link     = "Electronvolt",
    },
    ["kgTNT"] = {
	name2    = "kilograms of TNT",
	symbol   = "kilogram of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "TNT equivalent",
    },
    ["kLatm"] = {
	name1    = "kilolitre-atmosphere",
	name1_us = "kiloliter-atmosphere",
	symbol   = "kL·atm",
	utype    = "energy",
	scale    = 101325,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["klatm"] = {
	name1    = "kilolitre-atmosphere",
	name1_us = "kiloliter-atmosphere",
	symbol   = "kl·atm",
	utype    = "energy",
	scale    = 101325,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["kt(TNT)"] = {
	name1    = "kilotonne",
	name1_us = "kiloton",
	symbol   = "kt",
	utype    = "energy",
	scale    = 4.184e12,
	default  = "TJ",
	link     = "TNT equivalent",
    },
    ["ktoe"] = {
	name1    = "kilotonne of oil equivalent",
	name2    = "kilotonnes of oil equivalent",
	symbol   = "ktoe",
	utype    = "energy",
	scale    = 4.1868e13,
	default  = "TJ",
	link     = "Tonne of oil equivalent",
    },
    ["ktonTNT"] = {
	name1    = "kiloton of TNT",
	name2    = "kilotons of TNT",
	symbol   = "kt",
	utype    = "energy",
	scale    = 4.184e12,
	default  = "TJ",
	link     = "TNT equivalent",
    },
    ["ktTNT"] = {
	name2    = "kilotonnes of TNT",
	symbol   = "kilotonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e12,
	default  = "TJ",
	link     = "TNT equivalent",
    },
    ["kW.h"] = {
	name1    = "kilowatt-hour",
	symbol   = "kW·h",
	utype    = "energy",
	scale    = 3600000,
	default  = "MJ",
	link     = "Watt-hour",
    },
    ["kWh"] = {
	name1    = "kilowatt-hour",
	symbol   = "kWh",
	utype    = "energy",
	scale    = 3600000,
	default  = "MJ",
	link     = "Watt-hour",
    },
    ["Latm"] = {
	name1    = "litre-atmosphere",
	name1_us = "liter-atmosphere",
	symbol   = "L·atm",
	utype    = "energy",
	scale    = 101.325,
	default  = "J",
	link     = "Atmosphere (unit)",
    },
    ["latm"] = {
	name1    = "litre-atmosphere",
	name1_us = "liter-atmosphere",
	symbol   = "l·atm",
	utype    = "energy",
	scale    = 101.325,
	default  = "J",
	link     = "Atmosphere (unit)",
    },
    ["m3atm"] = {
	name1    = "cubic metre-atmosphere",
	name1_us = "cubic meter-atmosphere",
	symbol   = "m<sup>3</sup>·atm",
	utype    = "energy",
	scale    = 101325,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["MBtu"] = {
	name1    = "thousand British thermal units",
	name2    = "thousand British thermal units",
	symbol   = "MBtu",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-39F"] = {
	name1    = "thousand British thermal units (39°F)",
	name2    = "thousand British thermal units (39°F)",
	symbol   = "MBTU<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-39F"] = {
	name1    = "thousand British thermal units (39°F)",
	name2    = "thousand British thermal units (39°F)",
	symbol   = "MBtu<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-59F"] = {
	name1    = "thousand British thermal units (59°F)",
	name2    = "thousand British thermal units (59°F)",
	symbol   = "MBTU<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-59F"] = {
	name1    = "thousand British thermal units (59°F)",
	name2    = "thousand British thermal units (59°F)",
	symbol   = "MBtu<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-60F"] = {
	name1    = "thousand British thermal units (60°F)",
	name2    = "thousand British thermal units (60°F)",
	symbol   = "MBTU<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-60F"] = {
	name1    = "thousand British thermal units (60°F)",
	name2    = "thousand British thermal units (60°F)",
	symbol   = "MBtu<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-63F"] = {
	name1    = "thousand British thermal units (63°F)",
	name2    = "thousand British thermal units (63°F)",
	symbol   = "MBTU<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-63F"] = {
	name1    = "thousand British thermal units (63°F)",
	name2    = "thousand British thermal units (63°F)",
	symbol   = "MBtu<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-ISO"] = {
	name1    = "thousand British thermal units (ISO)",
	name2    = "thousand British thermal units (ISO)",
	symbol   = "MBTU<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-ISO"] = {
	name1    = "thousand British thermal units (ISO)",
	name2    = "thousand British thermal units (ISO)",
	symbol   = "MBtu<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-IT"] = {
	name1    = "thousand British thermal units (IT)",
	name2    = "thousand British thermal units (IT)",
	symbol   = "MBTU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-IT"] = {
	name1    = "thousand British thermal units (IT)",
	name2    = "thousand British thermal units (IT)",
	symbol   = "MBtu<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-mean"] = {
	name1    = "thousand British thermal units (mean)",
	name2    = "thousand British thermal units (mean)",
	symbol   = "MBTU<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055870,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-mean"] = {
	name1    = "thousand British thermal units (mean)",
	name2    = "thousand British thermal units (mean)",
	symbol   = "MBtu<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055870,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBTU-th"] = {
	name1    = "thousand British thermal units (thermochemical)",
	name2    = "thousand British thermal units (thermochemical)",
	symbol   = "MBTU<sub>th</sub>",
	utype    = "energy",
	scale    = 1054350.26444,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["MBtu-th"] = {
	name1    = "thousand British thermal units (thermochemical)",
	name2    = "thousand British thermal units (thermochemical)",
	symbol   = "MBtu<sub>th</sub>",
	utype    = "energy",
	scale    = 1054350.26444,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["Mcal"] = {
	name1    = "megacalorie",
	symbol   = "Mcal",
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "Calorie",
    },
    ["mcal"] = {
	name1    = "millicalorie",
	symbol   = "mcal",
	utype    = "energy",
	scale    = 0.004184,
	default  = "mJ",
	link     = "Calorie",
    },
    ["Mcal-15"] = {
	name1    = "megacalorie (15°C)",
	name2    = "megacalories (15°C)",
	symbol   = "Mcal<sub>15</sub>",
	utype    = "energy",
	scale    = 4185800,
	default  = "MJ",
	link     = "Calorie",
    },
    ["mcal-15"] = {
	name1    = "millicalorie (15°C)",
	name2    = "millicalories (15°C)",
	symbol   = "mcal<sub>15</sub>",
	utype    = "energy",
	scale    = 0.0041858,
	default  = "mJ",
	link     = "Calorie",
    },
    ["Mcal-IT"] = {
	name1    = "megacalorie (International Steam Table)",
	name2    = "megacalories (International Steam Table)",
	symbol   = "Mcal<sub>IT</sub>",
	utype    = "energy",
	scale    = 4186800,
	default  = "MJ",
	link     = "Calorie",
    },
    ["mcal-IT"] = {
	name1    = "millicalorie (International Steam Table)",
	name2    = "millicalories (International Steam Table)",
	symbol   = "mcal<sub>IT</sub>",
	utype    = "energy",
	scale    = 0.0041868,
	default  = "mJ",
	link     = "Calorie",
    },
    ["Mcal-th"] = {
	name1    = "megacalorie (thermochemical)",
	name2    = "megacalories (thermochemical)",
	symbol   = "Mcal<sub>th</sub>",
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "Calorie",
    },
    ["mcal-th"] = {
	name1    = "millicalorie (thermochemical)",
	name2    = "millicalories (thermochemical)",
	symbol   = "mcal<sub>th</sub>",
	utype    = "energy",
	scale    = 0.004184,
	default  = "mJ",
	link     = "Calorie",
    },
    ["Merg"] = {
	name1    = "megaerg",
	symbol   = "Merg",
	utype    = "energy",
	scale    = 0.1,
	default  = "J",
	link     = "Erg",
    },
    ["merg"] = {
	name1    = "millierg",
	symbol   = "merg",
	utype    = "energy",
	scale    = 0.0000000001,
	default  = "µJ",
	link     = "Erg",
    },
    ["MeV"] = {
	name1    = "megaelectronvolt",
	symbol   = "MeV",
	utype    = "energy",
	scale    = 1.602176487e-13,
	default  = "pJ",
	link     = "Electronvolt",
    },
    ["meV"] = {
	name1    = "millielectronvolt",
	symbol   = "meV",
	utype    = "energy",
	scale    = 1.602176487e-22,
	default  = "zJ",
	link     = "Electronvolt",
    },
    ["MLatm"] = {
	name1    = "megalitre-atmosphere",
	name1_us = "megaliter-atmosphere",
	symbol   = "ML·atm",
	utype    = "energy",
	scale    = 101325000,
	default  = "MJ",
	link     = "Atmosphere (unit)",
    },
    ["Mlatm"] = {
	name1    = "megalitre-atmosphere",
	name1_us = "megaliter-atmosphere",
	symbol   = "Ml·atm",
	utype    = "energy",
	scale    = 101325000,
	default  = "MJ",
	link     = "Atmosphere (unit)",
    },
    ["mLatm"] = {
	name1    = "millilitre-atmosphere",
	name1_us = "milliliter-atmosphere",
	symbol   = "L·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosphere (unit)",
    },
    ["mlatm"] = {
	name1    = "millilitre-atmosphere",
	name1_us = "milliliter-atmosphere",
	symbol   = "l·atm",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosphere (unit)",
    },
    ["MMBtu"] = {
	name1    = "million British thermal units",
	name2    = "million British thermal units",
	symbol   = "MMBtu",
	utype    = "energy",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-39F"] = {
	name1    = "million British thermal units (39°F)",
	name2    = "million British thermal units (39°F)",
	symbol   = "MMBTU<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-39F"] = {
	name1    = "million British thermal units (39°F)",
	name2    = "million British thermal units (39°F)",
	symbol   = "MMBtu<sub>39°F</sub>",
	utype    = "energy",
	scale    = 1059670000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-59F"] = {
	name1    = "million British thermal units (59°F)",
	name2    = "million British thermal units (59°F)",
	symbol   = "MMBTU<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-59F"] = {
	name1    = "million British thermal units (59°F)",
	name2    = "million British thermal units (59°F)",
	symbol   = "MMBtu<sub>59°F</sub>",
	utype    = "energy",
	scale    = 1054804000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-60F"] = {
	name1    = "million British thermal units (60°F)",
	name2    = "million British thermal units (60°F)",
	symbol   = "MMBTU<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-60F"] = {
	name1    = "million British thermal units (60°F)",
	name2    = "million British thermal units (60°F)",
	symbol   = "MMBtu<sub>60°F</sub>",
	utype    = "energy",
	scale    = 1054680000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-63F"] = {
	name1    = "million British thermal units (63°F)",
	name2    = "million British thermal units (63°F)",
	symbol   = "MMBTU<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-63F"] = {
	name1    = "million British thermal units (63°F)",
	name2    = "million British thermal units (63°F)",
	symbol   = "MMBtu<sub>63°F</sub>",
	utype    = "energy",
	scale    = 1054600000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-ISO"] = {
	name1    = "million British thermal units (ISO)",
	name2    = "million British thermal units (ISO)",
	symbol   = "MMBTU<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-ISO"] = {
	name1    = "million British thermal units (ISO)",
	name2    = "million British thermal units (ISO)",
	symbol   = "MMBtu<sub>ISO</sub>",
	utype    = "energy",
	scale    = 1055056000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-IT"] = {
	name1    = "million British thermal units (IT)",
	name2    = "million British thermal units (IT)",
	symbol   = "MMBTU<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-IT"] = {
	name1    = "million British thermal units (IT)",
	name2    = "million British thermal units (IT)",
	symbol   = "MMBtu<sub>IT</sub>",
	utype    = "energy",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-mean"] = {
	name1    = "million British thermal units (mean)",
	name2    = "million British thermal units (mean)",
	symbol   = "MMBTU<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055870000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-mean"] = {
	name1    = "million British thermal units (mean)",
	name2    = "million British thermal units (mean)",
	symbol   = "MMBtu<sub>mean</sub>",
	utype    = "energy",
	scale    = 1055870000,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBTU-th"] = {
	name1    = "million British thermal units (thermochemical)",
	name2    = "million British thermal units (thermochemical)",
	symbol   = "MMBTU<sub>th</sub>",
	utype    = "energy",
	scale    = 1054350264.44,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["MMBtu-th"] = {
	name1    = "million British thermal units (thermochemical)",
	name2    = "million British thermal units (thermochemical)",
	symbol   = "MMBtu<sub>th</sub>",
	utype    = "energy",
	scale    = 1054350264.44,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["Mt(TNT)"] = {
	name1    = "megatonne",
	name1_us = "megaton",
	symbol   = "Mt",
	utype    = "energy",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "TNT equivalent",
    },
    ["Mtoe"] = {
	name1    = "megatonne of oil equivalent",
	name2    = "megatonnes of oil equivalent",
	symbol   = "Mtoe",
	utype    = "energy",
	scale    = 4.1868e16,
	default  = "PJ",
	link     = "Tonne of oil equivalent",
    },
    ["MtonTNT"] = {
	name1    = "megaton of TNT",
	name2    = "megatons of TNT",
	symbol   = "Mt",
	utype    = "energy",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "TNT equivalent",
    },
    ["mtonTNT"] = {
	name2    = "millitons of TNT",
	symbol   = "milliton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "TNT equivalent",
    },
    ["MtTNT"] = {
	name2    = "megatonnes of TNT",
	symbol   = "megatonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "TNT equivalent",
    },
    ["mtTNT"] = {
	name2    = "millitonnes of TNT",
	symbol   = "millitonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000,
	default  = "MJ",
	link     = "TNT equivalent",
    },
    ["MW.h"] = {
	name1    = "megawatt-hour",
	symbol   = "MW·h",
	utype    = "energy",
	scale    = 3600000000,
	default  = "GJ",
	link     = "Watt-hour",
    },
    ["mW.h"] = {
	name1    = "milliwatt-hour",
	symbol   = "mW·h",
	utype    = "energy",
	scale    = 3.6,
	default  = "J",
	link     = "Watt-hour",
    },
    ["MWh"] = {
	name1    = "megawatt-hour",
	symbol   = "MWh",
	utype    = "energy",
	scale    = 3600000000,
	default  = "GJ",
	link     = "Watt-hour",
    },
    ["mWh"] = {
	name1    = "milliwatt-hour",
	symbol   = "mWh",
	utype    = "energy",
	scale    = 3.6,
	default  = "J",
	link     = "Watt-hour",
    },
    ["neV"] = {
	name1    = "nanoelectronvolt",
	symbol   = "neV",
	utype    = "energy",
	scale    = 1.602176487e-28,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["PeV"] = {
	name1    = "petaelectronvolt",
	symbol   = "PeV",
	utype    = "energy",
	scale    = 0.0001602176487,
	default  = "mJ",
	link     = "Electronvolt",
    },
    ["peV"] = {
	name1    = "picoelectronvolt",
	symbol   = "peV",
	utype    = "energy",
	scale    = 1.602176487e-31,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["quad"] = {
	name1    = "quadrillion British thermal units",
	name2    = "quadrillion British thermal units",
	symbol   = "quad",
	utype    = "energy",
	scale    = 1.054804e18,
	default  = "EJ",
	link     = "Quad (energy)",
    },
    ["Ry"] = {
	name1    = "rydberg",
	symbol   = "Ry",
	utype    = "energy",
	scale    = 2.1798741e-18,
	default  = "eV",
	link     = "Rydberg constant",
    },
    ["scc"] = {
	name1    = "standard cubic centimetre",
	name1_us = "standard cubic centimeter",
	symbol   = "scc",
	utype    = "energy",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosphere (unit)",
    },
    ["scf"] = {
	name1    = "standard cubic foot",
	name2    = "standard cubic feet",
	symbol   = "scf",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["scfoot"] = {
	name1    = "standard cubic foot",
	name2    = "standard cubic foot",
	symbol   = "scf",
	utype    = "energy",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["scy"] = {
	name1    = "standard cubic yard",
	symbol   = "scy",
	utype    = "energy",
	scale    = 77468.5209852288,
	default  = "kJ",
	link     = "Atmosphere (unit)",
    },
    ["sl"] = {
	name1    = "standard litre",
	name1_us = "standard liter",
	symbol   = "sl",
	utype    = "energy",
	scale    = 101.325,
	default  = "J",
	link     = "Atmosphere (unit)",
    },
    ["t(TNT)"] = {
	name1    = "tonne",
	name1_us = "ton",
	symbol   = "t",
	utype    = "energy",
	scale    = 4184000000,
	default  = "GJ",
	link     = "TNT equivalent",
    },
    ["TeV"] = {
	name1    = "teraelectronvolt",
	symbol   = "TeV",
	utype    = "energy",
	scale    = 1.602176487e-7,
	default  = "µJ",
	link     = "Electronvolt",
    },
    ["th"] = {
	name1    = "thermie",
	symbol   = "th",
	utype    = "energy",
	scale    = 4186800,
	default  = "MJ",
	link     = "Conversion of units",
    },
    ["thm-EC"] = {
	name1    = "therm (EC)",
	name2    = "therms (EC)",
	symbol   = "thm (EC)",
	utype    = "energy",
	scale    = 105506000,
	default  = "MJ",
	link     = "Therm",
    },
    ["thm-UK"] = {
	name1    = "therm (UK)",
	name2    = "therms (UK)",
	symbol   = "thm (UK)",
	utype    = "energy",
	scale    = 105505585.257348,
	default  = "MJ",
	link     = "Therm",
    },
    ["thm-US"] = {
	name1    = "therm (US)",
	name1_us = "therm (U.S.)",
	name2    = "therms (US)",
	name2_us = "therms (U.S.)",
	symbol   = "thm (US)",
	sym_us   = "thm (U.S.)",
	utype    = "energy",
	scale    = 105480400,
	default  = "MJ",
	link     = "Therm",
    },
    ["toe"] = {
	name1    = "tonne of oil equivalent",
	name2    = "tonnes of oil equivalent",
	symbol   = "toe",
	utype    = "energy",
	scale    = 41868000000,
	default  = "GJ",
    },
    ["tonTNT"] = {
	name2    = "tons of TNT",
	symbol   = "ton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000000,
	default  = "GJ",
	link     = "TNT equivalent",
    },
    ["tTNT"] = {
	name2    = "tonnes of TNT",
	symbol   = "tonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184000000,
	default  = "GJ",
	link     = "TNT equivalent",
    },
    ["TtonTNT"] = {
	name2    = "teratons of TNT",
	symbol   = "teraton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e21,
	default  = "ZJ",
	link     = "TNT equivalent",
    },
    ["TtTNT"] = {
	name2    = "teratonnes of TNT",
	symbol   = "teratonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4.184e21,
	default  = "ZJ",
	link     = "TNT equivalent",
    },
    ["TW.h"] = {
	name1    = "terawatt-hour",
	symbol   = "TW·h",
	utype    = "energy",
	scale    = 3.6e15,
	default  = "PJ",
	link     = "Watt-hour",
    },
    ["TWh"] = {
	name1    = "terawatt-hour",
	symbol   = "TWh",
	utype    = "energy",
	scale    = 3.6e15,
	default  = "PJ",
	link     = "Watt-hour",
    },
    ["uerg"] = {
	name1    = "microerg",
	symbol   = "µerg",
	utype    = "energy",
	scale    = 1e-13,
	default  = "nJ",
	link     = "Erg",
    },
    ["USgalatm"] = {
	name1    = "US gallon-atmosphere",
	name1_us = "U.S. gallon-atmosphere",
	symbol   = "US&nbsp;gal·atm",
	sym_us   = "U.S.&nbsp;gal·atm",
	utype    = "energy",
	scale    = 383.5568490138,
	default  = "J",
	link     = "Atmosphere (unit)",
    },
    ["W.h"] = {
	name1    = "watt-hour",
	symbol   = "W·h",
	utype    = "energy",
	scale    = 3600,
	default  = "kJ",
    },
    ["Wh"] = {
	name1    = "watt-hour",
	symbol   = "Wh",
	utype    = "energy",
	scale    = 3600,
	default  = "kJ",
    },
    ["µerg"] = {
	name1    = "microerg",
	symbol   = "µerg",
	utype    = "energy",
	scale    = 1e-13,
	default  = "nJ",
	link     = "Erg",
    },
    ["µeV"] = {
	name1    = "microelectronvolt",
	symbol   = "µeV",
	utype    = "energy",
	scale    = 1.602176487e-25,
	default  = "yJ",
	link     = "Electronvolt",
    },
    ["µLatm"] = {
	name1    = "microlitre-atmosphere",
	name1_us = "microliter-atmosphere",
	symbol   = "µL·atm",
	utype    = "energy",
	scale    = 0.000101325,
	default  = "µJ",
	link     = "Atmosphere (unit)",
    },
    ["µlatm"] = {
	name1    = "microlitre-atmosphere",
	name1_us = "microliter-atmosphere",
	symbol   = "µl·atm",
	utype    = "energy",
	scale    = 0.000101325,
	default  = "µJ",
	link     = "Atmosphere (unit)",
    },
    ["µtonTNT"] = {
	name2    = "microtons of TNT",
	symbol   = "microton of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "TNT equivalent",
    },
    ["µtTNT"] = {
	name2    = "microtonnes of TNT",
	symbol   = "microtonne of TNT",
	usename  = 1,
	utype    = "energy",
	scale    = 4184,
	default  = "kJ",
	link     = "TNT equivalent",
    },
    ["µW.h"] = {
	name1    = "microwatt-hour",
	symbol   = "µW·h",
	utype    = "energy",
	scale    = 0.0036,
	default  = "mJ",
	link     = "Watt-hour",
    },
    ["µWh"] = {
	name1    = "microwatt-hour",
	symbol   = "µWh",
	utype    = "energy",
	scale    = 0.0036,
	default  = "mJ",
	link     = "Watt-hour",
    },
    ["btu"] = {
	target   = "BTU",
    },
    ["Calorie"] = {
	target   = "Cal",
    },
    ["ft.lbf"] = {
	target   = "ftlbf",
    },
    ["ft·lb-f"] = {
	target   = "ftlb-f",
    },
    ["ft·lbf"] = {
	target   = "ftlbf",
    },
    ["g-cal-15"] = {
	target   = "cal-15",
    },
    ["g-cal-IT"] = {
	target   = "cal-IT",
    },
    ["g-cal-th"] = {
	target   = "cal-th",
    },
    ["g-kcal-15"] = {
	target   = "kcal-15",
    },
    ["g-kcal-IT"] = {
	target   = "kcal-IT",
    },
    ["g-kcal-th"] = {
	target   = "kcal-th",
    },
    ["g-Mcal-15"] = {
	target   = "Mcal-15",
    },
    ["g-mcal-15"] = {
	target   = "mcal-15",
    },
    ["g-Mcal-IT"] = {
	target   = "Mcal-IT",
    },
    ["g-mcal-IT"] = {
	target   = "mcal-IT",
    },
    ["g-Mcal-th"] = {
	target   = "Mcal-th",
    },
    ["g-mcal-th"] = {
	target   = "mcal-th",
    },
    ["GW-h"] = {
	target   = "GW.h",
    },
    ["GW·h"] = {
	target   = "GW.h",
    },
    ["Hartree"] = {
	target   = "Eh",
    },
    ["hp.h"] = {
	target   = "hph",
    },
    ["hp·h"] = {
	target   = "hph",
    },
    ["in.lb-f"] = {
	target   = "inlb-f",
    },
    ["in.lbf"] = {
	target   = "inlbf",
    },
    ["in.oz-f"] = {
	target   = "inoz-f",
    },
    ["in.ozf"] = {
	target   = "inozf",
    },
    ["in·lb-f"] = {
	target   = "inlb-f",
    },
    ["in·lbf"] = {
	target   = "inlbf",
    },
    ["in·oz-f"] = {
	target   = "inoz-f",
    },
    ["in·ozf"] = {
	target   = "inozf",
    },
    ["kbboe"] = {
	target   = "kBOE",
    },
    ["kg-cal-15"] = {
	target   = "Cal-15",
    },
    ["kg-cal-IT"] = {
	target   = "Cal-IT",
    },
    ["kg-cal-th"] = {
	target   = "Cal-th",
    },
    ["kW-h"] = {
	target   = "kW.h",
    },
    ["kW·h"] = {
	target   = "kW.h",
    },
    ["MW-h"] = {
	target   = "MW.h",
    },
    ["mW-h"] = {
	target   = "mW.h",
    },
    ["MW·h"] = {
	target   = "MW.h",
    },
    ["mW·h"] = {
	target   = "mW.h",
    },
    ["TW-h"] = {
	target   = "TW.h",
    },
    ["TW·h"] = {
	target   = "TW.h",
    },
    ["U.S.galatm"] = {
	target   = "USgalatm",
	sp_us    = true,
    },
    ["ueV"] = {
	target   = "µeV",
    },
    ["uLatm"] = {
	target   = "µLatm",
    },
    ["ulatm"] = {
	target   = "µlatm",
    },
    ["usgalatm"] = {
	target   = "USgalatm",
    },
    ["utonTNT"] = {
	target   = "µtonTNT",
    },
    ["utTNT"] = {
	target   = "µtTNT",
    },
    ["uW-h"] = {
	target   = "µW.h",
    },
    ["uW.h"] = {
	target   = "µW.h",
    },
    ["uWh"] = {
	target   = "µWh",
    },
    ["uW·h"] = {
	target   = "µW.h",
    },
    ["W-h"] = {
	target   = "W.h",
    },
    ["W·h"] = {
	target   = "W.h",
    },
    ["µW-h"] = {
	target   = "µW.h",
    },
    ["µW·h"] = {
	target   = "µW.h",
    },
    ["μerg"] = {
	target   = "µerg",
    },
    ["μeV"] = {
	target   = "µeV",
    },
    ["μLatm"] = {
	target   = "µLatm",
    },
    ["μlatm"] = {
	target   = "µlatm",
    },
    ["μtonTNT"] = {
	target   = "µtonTNT",
    },
    ["μtTNT"] = {
	target   = "µtTNT",
    },
    ["μW-h"] = {
	target   = "µW.h",
    },
    ["μW.h"] = {
	target   = "µW.h",
    },
    ["μWh"] = {
	target   = "µWh",
    },
    ["μW·h"] = {
	target   = "µW.h",
    },
    ["BTU/mi"] = {
	name1    = "British thermal unit per mile",
	name2    = "British thermal units per mile",
	symbol   = "BTU/mi",
	utype    = "energy per unit length",
	scale    = 0.65558131301946632,
	default  = "v > 1525 | M | k | J/km",
	link     = "British thermal unit",
    },
    ["kJ/km"] = {
	name1    = "kilojoule per kilometre",
	name1_us = "kilojoule per kilometer",
	name2    = "kilojoules per kilometre",
	name2_us = "kilojoules per kilometer",
	symbol   = "kJ/km",
	utype    = "energy per unit length",
	scale    = 1,
	default  = "BTU/mi",
	link     = "Kilojoule",
    },
    ["kWh/100 km"] = {
	name1    = "kilowatt-hour per 100 kilometres",
	name1_us = "kilowatt-hour per 100 kilometers",
	name2    = "kilowatt-hours per 100 kilometres",
	name2_us = "kilowatt-hours per 100 kilometers",
	symbol   = "kW·h/100 km",
	utype    = "energy per unit length",
	scale    = 36,
	default  = "MJ/km kWh/mi",
	link     = "Watt-hour",
    },
    ["kWh/km"] = {
	name1    = "kilowatt-hour per kilometre",
	name1_us = "kilowatt-hour per kilometer",
	name2    = "kilowatt-hours per kilometre",
	name2_us = "kilowatt-hours per kilometer",
	symbol   = "kW·h/km",
	utype    = "energy per unit length",
	scale    = 3600,
	default  = "MJ/km kWh/mi",
	link     = "Watt-hour",
    },
    ["kWh/mi"] = {
	name1    = "kilowatt-hour per mile",
	name2    = "kilowatt-hours per mile",
	symbol   = "kW·h/mi",
	utype    = "energy per unit length",
	scale    = 2236.9362920544027,
	default  = "kWh/km MJ/km",
	link     = "Watt-hour",
    },
    ["MJ/100 km"] = {
	name1    = "megajoule per 100 kilometres",
	name1_us = "megajoule per 100 kilometers",
	name2    = "megajoules per 100 kilometres",
	name2_us = "megajoules per 100 kilometers",
	symbol   = "MJ/100 km",
	utype    = "energy per unit length",
	scale    = 10,
	default  = "BTU/mi",
	link     = "British thermal unit",
    },
    ["MJ/km"] = {
	name1    = "megajoule per kilometre",
	name1_us = "megajoule per kilometer",
	name2    = "megajoules per kilometre",
	name2_us = "megajoules per kilometer",
	symbol   = "MJ/km",
	utype    = "energy per unit length",
	scale    = 1000,
	default  = "BTU/mi",
	link     = "British thermal unit",
    },
    ["BTU/lb"] = {
	name1    = "British thermal unit per pound",
	name2    = "British thermal units per pound",
	symbol   = "BTU/lb",
	utype    = "energy per unit mass",
	scale    = 429.92261414790346,
	default  = "kJ/kg",
	link     = "British thermal unit",
    },
    ["Cal/g"] = {
	name1    = "calorie",
	symbol   = "Cal",
	utype    = "energy per unit mass",
	scale    = 4184000,
	default  = "kJ/g",
    },
    ["cal/g"] = {
	name1    = "calorie per gram",
	name2    = "calories per gram",
	symbol   = "cal/g",
	utype    = "energy per unit mass",
	scale    = 4184,
	default  = "J/g",
    },
    ["GJ/kg"] = {
	name1    = "gigajoule per kilogram",
	name2    = "gigajoules per kilogram",
	symbol   = "GJ/kg",
	utype    = "energy per unit mass",
	scale    = 1e9,
	default  = "ktTNT/t",
	link     = "Joule",
    },
    ["J/g"] = {
	name1    = "joule per gram",
	name2    = "joules per gram",
	symbol   = "J/g",
	utype    = "energy per unit mass",
	scale    = 1000,
	default  = "kcal/g",
	link     = "Joule",
    },
    ["kcal/g"] = {
	name1    = "kilocalorie per gram",
	name2    = "kilocalories per gram",
	symbol   = "kcal/g",
	utype    = "energy per unit mass",
	scale    = 4184000,
	default  = "kJ/g",
    },
    ["kJ/g"] = {
	name1    = "kilojoule per gram",
	name2    = "kilojoules per gram",
	symbol   = "kJ/g",
	utype    = "energy per unit mass",
	scale    = 1000000,
	default  = "kcal/g",
	link     = "Joule",
    },
    ["kJ/kg"] = {
	name1    = "kilojoule per kilogram",
	name2    = "kilojoules per kilogram",
	symbol   = "kJ/kg",
	utype    = "energy per unit mass",
	scale    = 1000,
	default  = "BTU/lb",
    },
    ["ktonTNT/MT"] = {
	name2    = "kilotons of TNT per metric ton",
	symbol   = "kiloton of TNT per metric ton",
	utype    = "energy per unit mass",
	scale    = 4184000000,
	default  = "GJ/kg",
	link     = "TNT equivalent",
    },
    ["ktTNT/t"] = {
	name2    = "kilotonnes of TNT per tonne",
	symbol   = "kilotonne of TNT per tonne",
	utype    = "energy per unit mass",
	scale    = 4184000000,
	default  = "GJ/kg",
	link     = "TNT equivalent",
    },
    ["MtonTNT/MT"] = {
	name2    = "megatons of TNT per metric ton",
	symbol   = "megaton of TNT per metric ton",
	utype    = "energy per unit mass",
	scale    = 4.184e12,
	default  = "TJ/kg",
	link     = "TNT equivalent",
    },
    ["MtTNT/MT"] = {
	name2    = "megatonnes of TNT per tonne",
	symbol   = "megatonne of TNT per tonne",
	utype    = "energy per unit mass",
	scale    = 4.184e12,
	default  = "TJ/kg",
	link     = "TNT equivalent",
    },
    ["TJ/kg"] = {
	name1    = "terajoule per kilogram",
	name2    = "terajoules per kilogram",
	symbol   = "TJ/kg",
	utype    = "energy per unit mass",
	scale    = 1e12,
	default  = "MtTNT/MT",
	link     = "Joule",
    },
    ["BTU/cuft"] = {
	name1    = "British thermal unit per cubic foot",
	name2    = "British thermal units per cubic foot",
	symbol   = "BTU/cuft",
	utype    = "energy per unit volume",
	scale    = 37258.945798368295,
	default  = "kJ/L",
	link     = "British thermal unit",
    },
    ["Cal/USoz"] = {
	name1    = "calorie per US ounce",
	name1_us = "calorie per U.S. ounce",
	name2    = "calories per US ounce",
	name2_us = "calories per U.S. ounce",
	symbol   = "Cal/USoz",
	utype    = "energy per unit volume",
	scale    = 141477870.98451111,
	default  = "kJ/ml",
	link     = "Calorie",
    },
    ["kJ/L"] = {
	name1    = "kilojoule per litre",
	name1_us = "kilojoule per liter",
	name2    = "kilojoules per litre",
	name2_us = "kilojoules per liter",
	symbol   = "kJ/L",
	utype    = "energy per unit volume",
	scale    = 1000000,
	default  = "BTU/cuft",
	link     = "Joule",
    },
    ["kJ/l"] = {
	name1    = "kilojoule per litre",
	name1_us = "kilojoule per liter",
	name2    = "kilojoules per litre",
	name2_us = "kilojoules per liter",
	symbol   = "kJ/l",
	utype    = "energy per unit volume",
	scale    = 1000000,
	default  = "BTU/cuft",
	link     = "Joule",
    },
    ["kJ/ml"] = {
	name1    = "kilojoule per millilitre",
	name1_us = "kilojoule per milliliter",
	name2    = "kilojoules per millilitre",
	name2_us = "kilojoules per milliliter",
	symbol   = "kJ/ml",
	utype    = "energy per unit volume",
	scale    = 1000000000,
	default  = "Cal/USoz",
	link     = "Kilojoule",
    },
    ["g/km"] = {
	name1    = "gram per kilometre",
	name1_us = "gram per kilometer",
	name2    = "grams per kilometre",
	name2_us = "grams per kilometer",
	symbol   = "g/km",
	utype    = "exhaust emission",
	scale    = 1e-6,
	default  = "oz/mi",
	link     = "Exhaust gas",
    },
    ["g/mi"] = {
	name1    = "gram per mile",
	name2    = "grams per mile",
	symbol   = "g/mi",
	utype    = "exhaust emission",
	scale    = 6.2137119223733397e-7,
	default  = "g/km",
	link     = "Exhaust gas",
    },
    ["gCO2/km"] = {
	name1    = "gram of CO<sub>2</sub> per kilometre",
	name1_us = "gram of CO<sub>2</sub> per kilometer",
	name2    = "grams of CO<sub>2</sub> per kilometre",
	name2_us = "grams of CO<sub>2</sub> per kilometer",
	symbol   = "g(CO<sub>2</sub>)/km",
	utype    = "exhaust emission",
	scale    = 1e-6,
	default  = "ozCO2/mi",
	link     = "Exhaust gas",
    },
    ["gCO2/mi"] = {
	name1    = "gram of CO<sub>2</sub> per mile",
	name2    = "grams of CO<sub>2</sub> per mile",
	symbol   = "g(CO<sub>2</sub>)/mi",
	utype    = "exhaust emission",
	scale    = 6.2137119223733397e-7,
	default  = "gCO2/km",
	link     = "Exhaust gas",
    },
    ["kg/km"] = {
	name1    = "kilogram per kilometre",
	name1_us = "kilogram per kilometer",
	name2    = "kilograms per kilometre",
	name2_us = "kilograms per kilometer",
	symbol   = "kg/km",
	utype    = "exhaust emission",
	scale    = 0.001,
	default  = "lb/mi",
	link     = "Exhaust gas",
    },
    ["kgCO2/km"] = {
	name1    = "kilogram of CO<sub>2</sub> per kilometre",
	name1_us = "kilogram of CO<sub>2</sub> per kilometer",
	name2    = "kilograms of CO<sub>2</sub> per kilometre",
	name2_us = "kilograms of CO<sub>2</sub> per kilometer",
	symbol   = "kg(CO<sub>2</sub>)/km",
	utype    = "exhaust emission",
	scale    = 0.001,
	default  = "lbCO2/mi",
	link     = "Exhaust gas",
    },
    ["lb/mi"] = {
	name1    = "pound per mile",
	name2    = "pounds per mile",
	symbol   = "lb/mi",
	utype    = "exhaust emission",
	scale    = 0.00028184923173665794,
	default  = "kg/km",
	link     = "Exhaust gas",
    },
    ["lbCO2/mi"] = {
	name1    = "pound of CO<sub>2</sub> per mile",
	name2    = "pounds of CO<sub>2</sub> per mile",
	symbol   = "lb(CO<sub>2</sub>)/mi",
	utype    = "exhaust emission",
	scale    = 0.00028184923173665794,
	default  = "kgCO2/km",
	link     = "Exhaust gas",
    },
    ["oz/mi"] = {
	name1    = "ounce per mile",
	name2    = "ounces per mile",
	symbol   = "oz/mi",
	utype    = "exhaust emission",
	scale    = 1.7615576983541121e-5,
	default  = "g/km",
	link     = "Exhaust gas",
    },
    ["ozCO2/mi"] = {
	name1    = "ounce of CO<sub>2</sub> per mile",
	name2    = "ounces of CO<sub>2</sub> per mile",
	symbol   = "oz(CO<sub>2</sub>)/mi",
	utype    = "exhaust emission",
	scale    = 1.7615576983541121e-5,
	default  = "gCO2/km",
	link     = "Exhaust gas",
    },
    ["cuft/a"] = {
	name1    = "cubic foot per annum",
	name2    = "cubic feet per annum",
	symbol   = "cu&nbsp;ft/a",
	utype    = "flow",
	scale    = 8.9730672142368231e-10,
	default  = "m3/a",
    },
    ["cuft/d"] = {
	name1    = "cubic foot per day",
	name2    = "cubic feet per day",
	symbol   = "cu&nbsp;ft/d",
	utype    = "flow",
	scale    = 0.00000032774128,
	default  = "m3/d",
	link     = "Cubic foot per second",
    },
    ["cuft/h"] = {
	name1    = "cubic foot per hour",
	name2    = "cubic feet per hour",
	symbol   = "cu&nbsp;ft/h",
	utype    = "flow",
	scale    = 0.00000786579072,
	default  = "m3/h",
	link     = "Cubic foot per second",
    },
    ["cuft/min"] = {
	name1    = "cubic foot per minute",
	name2    = "cubic feet per minute",
	symbol   = "cu&nbsp;ft/min",
	utype    = "flow",
	scale    = 0.0004719474432,
	default  = "m3/min",
	link     = "Cubic foot#cubic foot per second",
    },
    ["cuft/s"] = {
	name1    = "cubic foot per second",
	name2    = "cubic feet per second",
	symbol   = "cu&nbsp;ft/s",
	utype    = "flow",
	scale    = 0.028316846592,
	default  = "m3/s",
    },
    ["cumi/a"] = {
	name1    = "cubic mile per annum",
	name2    = "cubic miles per annum",
	symbol   = "cu&nbsp;mi/a",
	utype    = "flow",
	scale    = 132.08171170940059,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["cuyd/h"] = {
	name1    = "cubic yard per hour",
	name2    = "cubic yards per hour",
	symbol   = "cuyd/h",
	utype    = "flow",
	scale    = 0.00021237634944000001,
	default  = "m3/h",
	link     = "Cubic foot per minute",
    },
    ["cuyd/s"] = {
	name1    = "cubic yard per second",
	name2    = "cubic yards per second",
	symbol   = "cu&nbsp;yd/s",
	utype    = "flow",
	scale    = 0.764554857984,
	default  = "m3/s",
    },
    ["Gcuft/a"] = {
	name1    = "billion cubic feet per annum",
	name2    = "billion cubic feet per annum",
	symbol   = "×&nbsp;10<sup>9</sup>&nbsp;cu&nbsp;ft/a",
	utype    = "flow",
	scale    = 0.8973067214236824,
	default  = "m3/a",
	link     = "Cubic foot per second",
    },
    ["Gcuft/d"] = {
	name1    = "cubic foot per day",
	name2    = "cubic feet per day",
	symbol   = "cu&nbsp;ft/d",
	utype    = "flow",
	scale    = 327.74128,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["impgal/h"] = {
	name1    = "imperial gallon per hour",
	name2    = "imperial gallons per hour",
	symbol   = "imp&nbsp;gal/h",
	utype    = "flow",
	scale    = 1.2628027777777779e-6,
	default  = "m3/h",
	link     = "Gallon",
    },
    ["impgal/min"] = {
	name1    = "imperial gallon per minute",
	name2    = "imperial gallons per minute",
	symbol   = "imp gal/min",
	utype    = "flow",
	scale    = 7.5768166666666671e-5,
	default  = "m3/s",
	link     = "Gallon",
    },
    ["impgal/s"] = {
	name1    = "imperial gallon per second",
	name2    = "imperial gallons per second",
	symbol   = "impgal/s",
	utype    = "flow",
	scale    = 0.00454609188,
	default  = "m3/s",
	link     = "Imperial gallons per second",
    },
    ["kcuft/a"] = {
	name1    = "cubic foot per annum",
	name2    = "cubic feet per annum",
	symbol   = "cu&nbsp;ft/a",
	utype    = "flow",
	scale    = 8.9730672142368249e-7,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["kcuft/d"] = {
	name1    = "cubic foot per day",
	name2    = "cubic feet per day",
	symbol   = "cu&nbsp;ft/d",
	utype    = "flow",
	scale    = 0.00032774128,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["kcuft/s"] = {
	name1    = "cubic foot per second",
	name2    = "cubic feet per second",
	symbol   = "cu&nbsp;ft/s",
	utype    = "flow",
	scale    = 28.316846592,
	default  = "km3/a",
    },
    ["km3/a"] = {
	name1    = "cubic kilometre per annum",
	name1_us = "cubic kilometer per annum",
	name2    = "cubic kilometres per annum",
	name2_us = "cubic kilometers per annum",
	symbol   = "km<sup>3</sup>/a",
	utype    = "flow",
	scale    = 31.68808781402895,
	default  = "cumi/a",
	link     = "Cubic metre per second",
    },
    ["L/h"] = {
	name1    = "litre per hour",
	name1_us = "liter per hour",
	name2    = "litres per hour",
	name2_us = "liters per hour",
	symbol   = "L/h",
	utype    = "flow",
	scale    = 2.7777777777777776e-7,
	default  = "impgal/h USgal/h",
	link     = "Cubic metre per second",
    },
    ["L/min"] = {
	name1    = "litre per minute",
	name1_us = "liter per minute",
	name2    = "litres per minute",
	name2_us = "liters per minute",
	symbol   = "L/min",
	utype    = "flow",
	scale    = 1.6666666666666667e-5,
	default  = "impgal/min USgal/min",
	link     = "Cubic metre per second",
    },
    ["L/s"] = {
	name1    = "litre per second",
	name1_us = "liter per second",
	name2    = "litres per second",
	name2_us = "liters per second",
	symbol   = "L/s",
	utype    = "flow",
	scale    = 0.001,
	default  = "cuft/s",
	link     = "Cubic metre per second",
    },
    ["m3/a"] = {
	name1    = "cubic metre per annum",
	name1_us = "cubic meter per annum",
	name2    = "cubic metres per annum",
	name2_us = "cubic meters per annum",
	symbol   = "m<sup>3</sup>/a",
	utype    = "flow",
	scale    = 3.1688087814028947e-8,
	default  = "cuft/a",
	link     = "Cubic metre per second",
    },
    ["m3/d"] = {
	name1    = "cubic metre per day",
	name1_us = "cubic meter per day",
	name2    = "cubic metres per day",
	name2_us = "cubic meters per day",
	symbol   = "m<sup>3</sup>/d",
	utype    = "flow",
	scale    = 1.1574074074074073e-5,
	default  = "cuft/d",
	link     = "Cubic metre per second",
    },
    ["m3/h"] = {
	name1    = "cubic metre per hour",
	name1_us = "cubic meter per hour",
	name2    = "cubic metres per hour",
	name2_us = "cubic meters per hour",
	symbol   = "m<sup>3</sup>/h",
	utype    = "flow",
	scale    = 0.00027777777777777778,
	default  = "cuft/h",
	link     = "Cubic metre per second",
    },
    ["m3/min"] = {
	name1    = "cubic metre per minute",
	name1_us = "cubic meter per minute",
	name2    = "cubic metres per minute",
	name2_us = "cubic meters per minute",
	symbol   = "m<sup>3</sup>/min",
	utype    = "flow",
	scale    = 0.016666666666666666,
	default  = "cuft/min",
	link     = "Cubic metre per second",
    },
    ["m3/s"] = {
	name1    = "cubic metre per second",
	name1_us = "cubic meter per second",
	name2    = "cubic metres per second",
	name2_us = "cubic meters per second",
	symbol   = "m<sup>3</sup>/s",
	utype    = "flow",
	scale    = 1,
	default  = "cuft/s",
    },
    ["Mcuft/a"] = {
	name1    = "cubic foot per annum",
	name2    = "cubic feet per annum",
	symbol   = "cu&nbsp;ft/a",
	utype    = "flow",
	scale    = 0.00089730672142368246,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["Mcuft/d"] = {
	name1    = "cubic foot per day",
	name2    = "cubic feet per day",
	symbol   = "cu&nbsp;ft/d",
	utype    = "flow",
	scale    = 0.32774128,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["Mcuft/s"] = {
	name1    = "cubic foot per second",
	name2    = "cubic feet per second",
	symbol   = "cu&nbsp;ft/s",
	utype    = "flow",
	scale    = 28316.846592,
	default  = "km3/a",
    },
    ["Tcuft/a"] = {
	name1    = "cubic foot per annum",
	name2    = "cubic feet per annum",
	symbol   = "cu&nbsp;ft/a",
	utype    = "flow",
	scale    = 897.30672142368246,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["Tcuft/d"] = {
	name1    = "cubic foot per day",
	name2    = "cubic feet per day",
	symbol   = "cu&nbsp;ft/d",
	utype    = "flow",
	scale    = 327741.28,
	default  = "km3/a",
	link     = "Cubic foot per second",
    },
    ["U.S.gal/d"] = {
	name1    = "U.S. gallon per day",
	name2    = "U.S. gallons per day",
	symbol   = "U.S.&nbsp;gal/d",
	utype    = "flow",
	scale    = 4.3812636388888893e-8,
	default  = "m3/s",
    },
    ["U.S.gal/h"] = {
	name1    = "gallon per hour",
	name2    = "gallons per hour",
	symbol   = "gal/h",
	utype    = "flow",
	scale    = 1.0515032733333332e-6,
	default  = "m3/h",
	link     = "Gallon",
    },
    ["U.S.gal/min"] = {
	name1    = "U.S. gallon per minute",
	name2    = "U.S. gallons per minute",
	symbol   = "U.S.&nbsp;gal/min",
	utype    = "flow",
	scale    = 6.3090196400000003e-5,
	default  = "m3/s",
	link     = "Gallon",
    },
    ["USgal/d"] = {
	name1    = "US gallon per day",
	name2    = "US gallons per day",
	symbol   = "US&nbsp;gal/d",
	utype    = "flow",
	scale    = 4.3812636388888893e-8,
	default  = "m3/s",
    },
    ["USgal/h"] = {
	name1    = "gallon per hour",
	name2    = "gallons per hour",
	symbol   = "gal/h",
	utype    = "flow",
	scale    = 1.0515032733333332e-6,
	default  = "m3/h",
	link     = "Gallon",
    },
    ["USgal/min"] = {
	name1    = "US gallon per minute",
	name2    = "US gallons per minute",
	symbol   = "US&nbsp;gal/min",
	utype    = "flow",
	scale    = 6.3090196400000003e-5,
	default  = "m3/s",
	link     = "Gallon",
    },
    ["USgal/s"] = {
	name1    = "US gallon per second",
	name1_us = "U.S. gallon per second",
	name2    = "US gallons per second",
	name2_us = "U.S. gallons per second",
	symbol   = "USgal/s",
	utype    = "flow",
	scale    = 0.00378541178,
	default  = "m3/s",
	link     = "US gallons per second",
    },
    ["ft3/a"] = {
	target   = "cuft/a",
    },
    ["ft3/d"] = {
	target   = "cuft/d",
    },
    ["ft3/h"] = {
	target   = "cuft/h",
    },
    ["ft3/s"] = {
	target   = "cuft/s",
    },
    ["m³/s"] = {
	target   = "m3/s",
    },
    ["u.s.gal/min"] = {
	target   = "U.S.gal/min",
    },
    ["dyn"] = {
	name1    = "dyne",
	symbol   = "dyn",
	utype    = "force",
	scale    = 0.00001,
	default  = "gr-f",
    },
    ["g-f"] = {
	name1    = "gram-force",
	name2    = "grams-force",
	symbol   = "g<sub>f</sub>",
	utype    = "force",
	scale    = 0.00980665,
	default  = "mN ozf",
	link     = "Kilogram-force",
    },
    ["gf"] = {
	name1    = "gram-force",
	name2    = "grams-force",
	symbol   = "gf",
	utype    = "force",
	scale    = 0.00980665,
	default  = "mN ozf",
	link     = "Kilogram-force",
    },
    ["gr-f"] = {
	name1    = "grain-force",
	name2    = "grains-force",
	symbol   = "gr<sub>f</sub>",
	utype    = "force",
	scale    = 0.0006354602307515,
	default  = "µN",
	link     = "Pound-force",
    },
    ["grf"] = {
	name1    = "grain-force",
	name2    = "grains-force",
	symbol   = "grf",
	utype    = "force",
	scale    = 0.0006354602307515,
	default  = "µN",
	link     = "Pound-force",
    },
    ["kdyn"] = {
	name1    = "kilodyne",
	symbol   = "kdyn",
	utype    = "force",
	scale    = 0.01,
	default  = "oz-f",
	link     = "Dyne",
    },
    ["kg-f"] = {
	name1    = "kilogram-force",
	name2    = "kilograms-force",
	symbol   = "kg<sub>f</sub>",
	utype    = "force",
	scale    = 9.80665,
	default  = "N lb-f",
    },
    ["kgf"] = {
	name1    = "kilogram-force",
	name2    = "kilograms-force",
	symbol   = "kgf",
	utype    = "force",
	scale    = 9.80665,
	default  = "N lbf",
    },
    ["kp"] = {
	name1    = "kilopond",
	symbol   = "kp",
	utype    = "force",
	scale    = 9.80665,
	default  = "N lbf",
	link     = "Kilogram-force",
    },
    ["lb-f"] = {
	name1    = "pound-force",
	name2    = "pounds-force",
	symbol   = "lb<sub>f</sub>",
	utype    = "force",
	scale    = 4.4482216152605,
	default  = "N",
    },
    ["lbf"] = {
	name1    = "pound-force",
	name2    = "pounds-force",
	symbol   = "lbf",
	utype    = "force",
	scale    = 4.4482216152605,
	default  = "N",
    },
    ["LT-f"] = {
	name1    = "long ton-force",
	name2    = "long tons-force",
	symbol   = "LT<sub>f</sub>",
	utype    = "force",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Ton#Units of force",
    },
    ["LTf"] = {
	name1    = "long ton-force",
	name2    = "long tons-force",
	symbol   = "LTf",
	utype    = "force",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Ton#Units of force",
    },
    ["Mdyn"] = {
	name1    = "megadyne",
	symbol   = "Mdyn",
	utype    = "force",
	scale    = 10,
	default  = "lb-f",
	link     = "Dyne",
    },
    ["mdyn"] = {
	name1    = "millidyne",
	symbol   = "mdyn",
	utype    = "force",
	scale    = 0.00000001,
	default  = "gr-f",
	link     = "Dyne",
    },
    ["mg-f"] = {
	name1    = "milligram-force",
	name2    = "milligrams-force",
	symbol   = "mg<sub>f</sub>",
	utype    = "force",
	scale    = 0.00000980665,
	default  = "µN gr-f",
	link     = "Kilogram-force",
    },
    ["mgf"] = {
	name1    = "milligram-force",
	name2    = "milligrams-force",
	symbol   = "mgf",
	utype    = "force",
	scale    = 0.00000980665,
	default  = "µN grf",
	link     = "Kilogram-force",
    },
    ["Mp"] = {
	name1    = "megapond",
	symbol   = "Mp",
	utype    = "force",
	scale    = 9806.65,
	default  = "kN LTf STf",
	link     = "Kilogram-force",
    },
    ["mp"] = {
	name1    = "millipond",
	symbol   = "mp",
	utype    = "force",
	scale    = 0.00000980665,
	default  = "µN grf",
	link     = "Kilogram-force",
    },
    ["N"] = {
	_name1   = "newton",
	_symbol  = "N",
	utype    = "force",
	scale    = 1,
	prefixes = 1,
	default  = "lb-f",
	link     = "Newton (unit)",
    },
    ["oz-f"] = {
	name1    = "ounce-force",
	name2    = "ounces-force",
	symbol   = "oz<sub>f</sub>",
	utype    = "force",
	scale    = 0.2780138203095378125,
	default  = "mN",
	link     = "Pound-force",
    },
    ["ozf"] = {
	name1    = "ounce-force",
	name2    = "ounces-force",
	symbol   = "ozf",
	utype    = "force",
	scale    = 0.2780138203095378125,
	default  = "mN",
	link     = "Pound-force",
    },
    ["p"] = {
	name1    = "pond",
	symbol   = "p",
	utype    = "force",
	scale    = 0.00980665,
	default  = "mN ozf",
	link     = "Kilogram-force",
    },
    ["pdl"] = {
	name1    = "poundal",
	symbol   = "pdl",
	utype    = "force",
	scale    = 0.138254954376,
	default  = "N",
    },
    ["S/T-f"] = {
	name1    = "short ton-force",
	name2    = "short tons-force",
	symbol   = "S/T<sub>f</sub>",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton#Units of force",
    },
    ["S/Tf"] = {
	name1    = "short ton-force",
	name2    = "short tons-force",
	symbol   = "S/Tf",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton#Units of force",
    },
    ["ST-f"] = {
	name1    = "short ton-force",
	name2    = "short tons-force",
	symbol   = "ST<sub>f</sub>",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton#Units of force",
    },
    ["STf"] = {
	name1    = "short ton-force",
	name2    = "short tons-force",
	symbol   = "STf",
	utype    = "force",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton#Units of force",
    },
    ["t-f"] = {
	name1    = "tonne-force",
	name2    = "tonnes-force",
	symbol   = "t<sub>f</sub>",
	utype    = "force",
	scale    = 9806.65,
	default  = "kN LTf STf",
	link     = "Kilogram-force",
    },
    ["tf"] = {
	name1    = "tonne-force",
	name2    = "tonnes-force",
	symbol   = "tf",
	utype    = "force",
	scale    = 9806.65,
	default  = "kN LTf STf",
	link     = "Kilogram-force",
    },
    ["dyne"] = {
	target   = "dyn",
    },
    ["newtons"] = {
	target   = "N",
    },
    ["poundal"] = {
	target   = "pdl",
    },
    ["impgal/mi"] = {
	name1    = "imperial gallon per mile",
	name2    = "imperial gallons per mile",
	symbol   = "imp&nbsp;gal/mi",
	utype    = "fuel efficiency",
	scale    = 2.8248093633182219,
	invert   = 1,
	default  = "l/km USgal/mi",
	link     = "Fuel economy in automobiles",
    },
    ["km/L"] = {
	name1    = "kilometre per litre",
	name1_us = "kilometer per liter",
	name2    = "kilometres per litre",
	name2_us = "kilometers per liter",
	symbol   = "km/L",
	utype    = "fuel efficiency",
	scale    = 1,
	invert   = -1,
	default  = "mpgimp mpgus",
	link     = "Fuel economy in automobiles",
    },
    ["km/l"] = {
	name1    = "kilometre per litre",
	name1_us = "kilometer per liter",
	name2    = "kilometres per litre",
	name2_us = "kilometers per liter",
	symbol   = "km/l",
	utype    = "fuel efficiency",
	scale    = 1,
	invert   = -1,
	default  = "mpgimp mpgus",
	link     = "Fuel economy in automobiles",
    },
    ["L/100 km"] = {
	name1    = "litre per 100 kilometres",
	name1_us = "liter per 100 kilometers",
	name2    = "litres per 100 kilometres",
	name2_us = "liters per 100 kilometers",
	symbol   = "L/100&nbsp;km",
	utype    = "fuel efficiency",
	scale    = 0.01,
	invert   = 1,
	default  = "mpgimp mpgus",
	link     = "Fuel economy in automobiles",
    },
    ["l/100 km"] = {
	name1    = "litre per 100 kilometres",
	name1_us = "liter per 100 kilometers",
	name2    = "litres per 100 kilometres",
	name2_us = "liters per 100 kilometers",
	symbol   = "l/100&nbsp;km",
	utype    = "fuel efficiency",
	scale    = 0.01,
	invert   = 1,
	default  = "mpgimp mpgus",
	link     = "Fuel economy in automobiles",
    },
    ["L/km"] = {
	name1    = "litre per kilometre",
	name1_us = "liter per kilometer",
	name2    = "litres per kilometre",
	name2_us = "liters per kilometer",
	symbol   = "L/km",
	utype    = "fuel efficiency",
	scale    = 1,
	invert   = 1,
	default  = "mpgimp mpgus",
	link     = "Fuel economy in automobiles",
    },
    ["l/km"] = {
	name1    = "litre per kilometre",
	name1_us = "liter per kilometer",
	name2    = "litres per kilometre",
	name2_us = "liters per kilometer",
	symbol   = "l/km",
	utype    = "fuel efficiency",
	scale    = 1,
	invert   = 1,
	default  = "mpgimp mpgus",
	link     = "Fuel economy in automobiles",
    },
    ["mpgimp"] = {
	name1    = "mile per imperial gallon",
	name2    = "miles per imperial gallon",
	symbol   = "mpg<sub><small>-imp</small></sub>",
	utype    = "fuel efficiency",
	scale    = 0.35400618993464711,
	invert   = -1,
	default  = "L/100 km mpgus",
	link     = "Fuel economy in automobiles",
    },
    ["mpgus"] = {
	name1    = "mile per US gallon",
	name1_us = "mile per U.S. gallon",
	name2    = "miles per US gallon",
	name2_us = "miles per U.S. gallon",
	symbol   = "mpg<sub><small>-US</small></sub>",
	sym_us   = "mpg<sub><small>-U.S.</small></sub>",
	utype    = "fuel efficiency",
	scale    = 0.42514370743027202,
	invert   = -1,
	default  = "L/100 km mpgimp",
	link     = "Fuel economy in automobiles",
    },
    ["usgal/mi"] = {
	name1    = "US gallon per mile",
	name1_us = "U.S. gallon per mile",
	name2    = "US gallons per mile",
	name2_us = "U.S. gallons per mile",
	symbol   = "US&nbsp;gal/mi",
	sym_us   = "U.S.&nbsp;gal/mi",
	utype    = "fuel efficiency",
	scale    = 2.3521458333333332,
	invert   = 1,
	default  = "l/km impgal/mi",
	link     = "Fuel economy in automobiles",
    },
    ["L/100km"] = {
	target   = "L/100 km",
    },
    ["l/100km"] = {
	target   = "l/100 km",
    },
    ["mpgU.S."] = {
	target   = "mpgus",
	sp_us    = true,
    },
    ["mpgu.s."] = {
	target   = "mpgus",
	sp_us    = true,
    },
    ["mpgUS"] = {
	target   = "mpgus",
    },
    ["U.S.gal/mi"] = {
	target   = "usgal/mi",
	sp_us    = true,
    },
    ["USgal/mi"] = {
	target   = "usgal/mi",
    },
    ["cm/km"] = {
	name1    = "centimetre per kilometre",
	name1_us = "centimeter per kilometer",
	name2    = "centimetres per kilometre",
	name2_us = "centimeters per kilometer",
	symbol   = "cm/km",
	utype    = "gradient",
	scale    = 0.00001,
	default  = "ft/mi",
	link     = "Grade (slope)",
    },
    ["ft/mi"] = {
	name1    = "foot per mile",
	name2    = "feet per mile",
	symbol   = "ft/mi",
	utype    = "gradient",
	scale    = 0.00018939393939393939,
	default  = "v < 5.28 | c | | m/km",
	link     = "Grade (slope)",
    },
    ["ft/nmi"] = {
	name1    = "foot per nautical mile",
	name2    = "feet per nautical mile",
	symbol   = "ft/nmi",
	utype    = "gradient",
	scale    = 0.00016457883369330455,
	default  = "v < 6.076 | c | | m/km",
	link     = "Grade (slope)",
    },
    ["in/ft"] = {
	name1    = "inch per foot",
	name2    = "inches per foot",
	symbol   = "in/ft",
	utype    = "gradient",
	scale    = 0.083333333333333329,
	default  = "mm/m",
	link     = "Grade (slope)",
    },
    ["in/mi"] = {
	name1    = "inch per mile",
	name2    = "inches per mile",
	symbol   = "in/mi",
	utype    = "gradient",
	scale    = 1.5782828282828283e-5,
	default  = "v < 0.6336 | m | c | m/km",
	link     = "Grade (slope)",
    },
    ["m/km"] = {
	name1    = "metre per kilometre",
	name1_us = "meter per kilometer",
	name2    = "metres per kilometre",
	name2_us = "meters per kilometer",
	symbol   = "m/km",
	utype    = "gradient",
	scale    = 0.001,
	default  = "ft/mi",
	link     = "Grade (slope)",
    },
    ["mm/km"] = {
	name1    = "millimetre per kilometre",
	name1_us = "millimeter per kilometer",
	name2    = "millimetres per kilometre",
	name2_us = "millimeters per kilometer",
	symbol   = "mm/km",
	utype    = "gradient",
	scale    = 0.000001,
	default  = "in/mi",
	link     = "Grade (slope)",
    },
    ["mm/m"] = {
	name1    = "millimetre per metre",
	name1_us = "millimeter per meter",
	name2    = "millimetres per metre",
	name2_us = "millimeters per meter",
	symbol   = "mm/m",
	utype    = "gradient",
	scale    = 0.001,
	default  = "in/ft",
	link     = "Grade (slope)",
    },
    ["admi"] = {
	name1    = "admiralty mile",
	symbol   = "nmi&nbsp;(admiralty)",
	utype    = "length",
	scale    = 1853.184,
	default  = "km mi",
	link     = "Nautical mile",
    },
    ["AU"] = {
	name1    = "astronomical unit",
	symbol   = "AU",
	utype    = "length",
	scale    = 149597870700,
	default  = "km mi",
    },
    ["Brnmi"] = {
	name1    = "British nautical mile",
	symbol   = "(Brit)&nbsp;nmi",
	utype    = "length",
	scale    = 1853.184,
	default  = "km mi",
	link     = "Nautical mile",
    },
    ["bu"] = {
	name2    = "bu",
	symbol   = "bu",
	utype    = "length",
	scale    = 0.0030303030303030303,
	default  = "mm",
	link     = "Japanese units of measurement#Length",
    },
    ["chain"] = {
	symbol   = "chain",
	usename  = 1,
	utype    = "length",
	scale    = 20.1168,
	default  = "ft m",
	link     = "Chain (unit)",
    },
    ["fathom"] = {
	symbol   = "fathom",
	usename  = 1,
	utype    = "length",
	scale    = 1.8288,
	default  = "ft m",
    },
    ["foot"] = {
	name1    = "foot",
	name2    = "foot",
	symbol   = "ft",
	utype    = "length",
	scale    = 0.3048,
	default  = "m",
	link     = "Foot (unit)",
    },
    ["ft"] = {
	name1    = "foot",
	name2    = "feet",
	symbol   = "ft",
	utype    = "length",
	scale    = 0.3048,
	default  = "m",
	link     = "Foot (unit)",
    },
    ["furlong"] = {
	symbol   = "furlong",
	usename  = 1,
	utype    = "length",
	scale    = 201.168,
	default  = "ft m",
    },
    ["Gly"] = {
	name1    = "gigalight-year",
	symbol   = "Gly",
	utype    = "length",
	scale    = 9.4607304725808e24,
	default  = "Mpc",
	link     = "Light-year#Distances in light-years",
    },
    ["Gpc"] = {
	name1    = "gigaparsec",
	symbol   = "Gpc",
	utype    = "length",
	scale    = 3.0856775814671916e25,
	default  = "Gly",
	link     = "Parsec#Megaparsecs and gigaparsecs",
    },
    ["hand"] = {
	name1    = "hand",
	symbol   = "h",
	utype    = "length",
	scale    = 0.1016,
	default  = "cm",
	link     = "Hand (unit)",
    },
    ["in"] = {
	name1    = "inch",
	name2    = "inches",
	symbol   = "in",
	utype    = "length",
	scale    = 0.0254,
	default  = "mm",
    },
    ["inabbreviated"] = {
	name2    = "in",
	symbol   = "in",
	utype    = "length",
	scale    = 0.0254,
	default  = "mm",
	link     = "Inch",
    },
    ["kly"] = {
	name1    = "kilolight-year",
	symbol   = "kly",
	utype    = "length",
	scale    = 9.4607304725808e18,
	default  = "pc",
	link     = "Light-year#Distances in light-years",
    },
    ["kpc"] = {
	name1    = "kiloparsec",
	symbol   = "kpc",
	utype    = "length",
	scale    = 3.0856775814671916e19,
	default  = "kly",
	link     = "Parsec#Parsecs and kiloparsecs",
    },
    ["LD"] = {
	name1    = "lunar distance",
	symbol   = "LD",
	utype    = "length",
	scale    = 384403000,
	default  = "km mi",
	link     = "Lunar distance (astronomy)",
    },
    ["league"] = {
	symbol   = "league",
	utype    = "length",
	scale    = 4828.032,
	default  = "km",
	link     = "League (unit)",
    },
    ["ly"] = {
	name1    = "light-year",
	symbol   = "ly",
	utype    = "length",
	scale    = 9.4607304725808e15,
	default  = "AU",
    },
    ["m"] = {
	_name1   = "metre",
	_name1_us = "meter",
	_symbol  = "m",
	utype    = "length",
	scale    = 1,
	prefixes = 1,
	default  = "v > 0 and v < 3 | ftin | ft",
	link     = "Metre",
    },
    ["mi"] = {
	name1    = "mile",
	symbol   = "mi",
	utype    = "length",
	scale    = 1609.344,
	default  = "km",
    },
    ["mil"] = {
	symbol   = "mil",
	utype    = "length",
	scale    = 0.0000254,
	default  = "mm",
	link     = "Thou (unit of length)",
    },
    ["Mly"] = {
	name1    = "megalight-year",
	symbol   = "Mly",
	utype    = "length",
	scale    = 9.4607304725808e21,
	default  = "kpc",
	link     = "Light-year#Distances in light-years",
    },
    ["Mpc"] = {
	name1    = "megaparsec",
	symbol   = "Mpc",
	utype    = "length",
	scale    = 3.0856775814671916e22,
	default  = "Mly",
	link     = "Parsec#Megaparsecs and gigaparsecs",
    },
    ["NM"] = {
	name1    = "nautical mile",
	symbol   = "NM",
	utype    = "length",
	scale    = 1852,
	default  = "km mi",
    },
    ["nmi"] = {
	name1    = "nautical mile",
	symbol   = "nmi",
	utype    = "length",
	scale    = 1852,
	default  = "km mi",
    },
    ["oldUKnmi"] = {
	name1    = "nautical mile",
	symbol   = "nmi",
	utype    = "length",
	scale    = 1853.184,
	default  = "km mi",
    },
    ["oldUSnmi"] = {
	name1    = "nautical mile",
	symbol   = "nmi",
	utype    = "length",
	scale    = 1853.24496,
	default  = "km mi",
    },
    ["pc"] = {
	name1    = "parsec",
	symbol   = "pc",
	utype    = "length",
	scale    = 3.0856775814671916e16,
	default  = "ly",
    },
    ["perch"] = {
	name2    = "perches",
	symbol   = "perch",
	usename  = 1,
	utype    = "length",
	scale    = 5.0292,
	default  = "ft m",
	link     = "Rod (unit)",
    },
    ["pole"] = {
	symbol   = "pole",
	usename  = 1,
	utype    = "length",
	scale    = 5.0292,
	default  = "ft m",
	link     = "Rod (unit)",
    },
    ["pre1954U.S.nmi"] = {
	name1    = "(pre-1954&nbsp;U.S.) nautical mile",
	symbol   = "(pre-1954&nbsp;U.S.) nmi",
	utype    = "length",
	scale    = 1853.24496,
	default  = "km mi",
	link     = "Nautical mile",
    },
    ["pre1954USnmi"] = {
	name1    = "(pre-1954&nbsp;US) nautical mile",
	name1_us = "(pre-1954&nbsp;U.S.) nautical mile",
	symbol   = "(pre-1954&nbsp;US) nmi",
	sym_us   = "(pre-1954&nbsp;U.S.) nmi",
	utype    = "length",
	scale    = 1853.24496,
	default  = "km mi",
	link     = "Nautical mile",
    },
    ["rd"] = {
	name1    = "rod",
	symbol   = "rd",
	utype    = "length",
	scale    = 5.0292,
	default  = "ft m",
	link     = "Rod (unit)",
    },
    ["royal cubit"] = {
	name1    = "royal cubit",
	symbol   = "cu",
	utype    = "length",
	scale    = 0.524,
	default  = "mm",
    },
    ["rtkm"] = {
	name1    = "route kilometre",
	name1_us = "route kilometer",
	symbol   = "km",
	utype    = "length",
	scale    = 1000,
	default  = "mi",
	link     = "Kilometre",
    },
    ["rtmi"] = {
	name1    = "route mile",
	symbol   = "mi",
	utype    = "length",
	scale    = 1609.344,
	default  = "km",
	link     = "Mile",
    },
    ["shaku"] = {
	name2    = "shaku",
	symbol   = "shaku",
	utype    = "length",
	scale    = 0.30303030303030304,
	default  = "m",
	link     = "Japanese units of measurement#Length",
    },
    ["sm"] = {
	name1    = "smoot",
	symbol   = "sm",
	utype    = "length",
	scale    = 1.70180,
	default  = "m",
	link     = "Smoot (unit)",
    },
    ["smi"] = {
	name1    = "statute mile",
	symbol   = "mi",
	utype    = "length",
	scale    = 1609.344,
	default  = "km",
    },
    ["sun"] = {
	name2    = "sun",
	symbol   = "sun",
	utype    = "length",
	scale    = 0.030303030303030304,
	default  = "mm",
	link     = "Japanese units of measurement#Length",
    },
    ["thou"] = {
	name2    = "thou",
	symbol   = "thou",
	utype    = "length",
	scale    = 0.0000254,
	default  = "mm",
	link     = "Thou (unit of length)",
    },
    ["verst"] = {
	symbol   = "verst",
	utype    = "length",
	scale    = 1066.8,
	default  = "km mi",
    },
    ["yd"] = {
	name1    = "yard",
	symbol   = "yd",
	utype    = "length",
	scale    = 0.9144,
	default  = "m",
    },
    ["µin"] = {
	name1    = "microinch",
	name2    = "microinches",
	symbol   = "µin",
	utype    = "length",
	scale    = 0.0000000254,
	default  = "nm",
	link     = "SI prefix#Non-SI units",
    },
    ["Å"] = {
	name1    = "ångström",
	symbol   = "Å",
	utype    = "length",
	scale    = 0.0000000001,
	default  = "in",
	link     = "Angstrom",
    },
    ["admiralty nmi"] = {
	target   = "oldUKnmi",
    },
    ["angstrom"] = {
	target   = "Å",
    },
    ["ch"] = {
	target   = "chain",
    },
    ["feet"] = {
	shouldbe = "ft",
    },
    ["inch"] = {
	target   = "in",
    },
    ["micrometre"] = {
	target   = "µm",
    },
    ["miles"] = {
	target   = "mi",
    },
    ["parsec"] = {
	target   = "pc",
    },
    ["rod"] = {
	target   = "rd",
    },
    ["smoot"] = {
	target   = "sm",
    },
    ["uin"] = {
	target   = "µin",
    },
    ["yard"] = {
	target   = "yd",
    },
    ["yards"] = {
	target   = "yd",
    },
    ["μin"] = {
	target   = "µin",
    },
    ["kg/cm"] = {
	name1    = "kilogram per centimetre",
	name1_us = "kilogram per centimeter",
	name2    = "kilograms per centimetre",
	name2_us = "kilograms per centimeter",
	symbol   = "kg/cm",
	utype    = "linear density",
	scale    = 100,
	default  = "lb/yd",
	link     = "Linear density",
    },
    ["kg/m"] = {
	name1    = "kilogram per metre",
	name1_us = "kilogram per meter",
	name2    = "kilograms per metre",
	name2_us = "kilograms per meter",
	symbol   = "kg/m",
	utype    = "linear density",
	scale    = 1,
	default  = "lb/yd",
	link     = "Linear density",
    },
    ["lb/ft"] = {
	name1    = "pound per foot",
	name2    = "pounds per foot",
	symbol   = "lb/ft",
	utype    = "linear density",
	scale    = 1.4881639435695539,
	default  = "kg/m",
	link     = "Linear density",
    },
    ["lb/yd"] = {
	name1    = "pound per yard",
	name2    = "pounds per yard",
	symbol   = "lb/yd",
	utype    = "linear density",
	scale    = 0.49605464785651798,
	default  = "kg/m",
	link     = "Linear density",
    },
    ["carat"] = {
	symbol   = "carat",
	usename  = 1,
	utype    = "mass",
	scale    = 0.0002,
	default  = "g",
	link     = "Carat (mass)",
    },
    ["drachm"] = {
	name1_us = "dram",
	symbol   = "drachm",
	usename  = 1,
	utype    = "mass",
	scale    = 0.001771845195,
	default  = "g",
	link     = "Dram (unit)",
    },
    ["dram"] = {
	name1_us = "dram",
	symbol   = "drachm",
	usename  = 1,
	utype    = "mass",
	scale    = 0.001771845195,
	default  = "g",
	link     = "Dram (unit)",
    },
    ["dwt"] = {
	name1    = "pennyweight",
	symbol   = "dwt",
	utype    = "mass",
	scale    = 0.00155517384,
	default  = "oz g",
    },
    ["DWton"] = {
	symbol   = "deadweight ton",
	utype    = "mass",
	scale    = 1016.0469088,
	default  = "DWtonne",
	link     = "Tonnage",
    },
    ["DWtonne"] = {
	symbol   = "deadweight tonne",
	utype    = "mass",
	scale    = 1000,
	default  = "DWton",
	link     = "Tonnage",
    },
    ["g"] = {
	_name1   = "gram",
	_symbol  = "g",
	utype    = "mass",
	scale    = 0.001,
	prefixes = 1,
	default  = "oz",
	link     = "Gram",
    },
    ["gr"] = {
	name1    = "grain",
	symbol   = "gr",
	utype    = "mass",
	scale    = 0.00006479891,
	default  = "g",
	link     = "Grain (unit)",
    },
    ["Gt"] = {
	name1    = "gigatonne",
	symbol   = "Gt",
	utype    = "mass",
	scale    = 1000000000000,
	default  = "LT ST",
	link     = "Tonne",
    },
    ["kilotonne"] = {
	name1    = "kilotonne",
	symbol   = "kt",
	utype    = "mass",
	scale    = 1000000,
	default  = "LT ST",
	link     = "Tonne",
    },
    ["lb"] = {
	name1    = "pound",
	symbol   = "lb",
	utype    = "mass",
	scale    = 0.45359237,
	default  = "kg",
	link     = "Pound (mass)",
    },
    ["lbt"] = {
	name1    = "troy pound",
	symbol   = "lbt",
	utype    = "mass",
	scale    = 0.37324172160000002,
	default  = "ozt kg",
    },
    ["Lcwt"] = {
	name1    = "long hundredweight",
	symbol   = "Lcwt",
	utype    = "mass",
	scale    = 50.80234544,
	default  = "lb",
	link     = "Hundredweight",
    },
    ["long cwt"] = {
	name1    = "long hundredweight",
	symbol   = "long&nbsp;cwt",
	utype    = "mass",
	scale    = 50.80234544,
	default  = "lb kg",
	link     = "Hundredweight",
    },
    ["long qtr"] = {
	name1    = "long quarter",
	symbol   = "long&nbsp;qtr",
	utype    = "mass",
	scale    = 12.70058636,
	default  = "lb kg",
	link     = "Avoirdupois",
    },
    ["long ton"] = {
	symbol   = "long ton",
	utype    = "mass",
	scale    = 1016.0469088,
	default  = "t",
    },
    ["LT"] = {
	symbol   = "long ton",
	usename  = 1,
	utype    = "mass",
	scale    = 1016.0469088,
	default  = "t",
    },
    ["lt"] = {
	name1    = "long ton",
	symbol   = "LT",
	utype    = "mass",
	scale    = 1016.0469088,
	default  = "t",
    },
    ["metric ton"] = {
	symbol   = "metric ton",
	utype    = "mass",
	scale    = 1000,
	default  = "long ton",
	link     = "Tonne",
    },
    ["MT"] = {
	name1    = "metric ton",
	symbol   = "t",
	utype    = "mass",
	scale    = 1000,
	default  = "LT ST",
	link     = "Tonne",
    },
    ["Mt"] = {
	name1    = "megatonne",
	symbol   = "Mt",
	utype    = "mass",
	scale    = 1000000000,
	default  = "LT ST",
	link     = "Tonne",
    },
    ["oz"] = {
	name1    = "ounce",
	symbol   = "oz",
	utype    = "mass",
	scale    = 0.028349523125,
	default  = "g",
    },
    ["ozt"] = {
	name1    = "troy ounce",
	symbol   = "ozt",
	utype    = "mass",
	scale    = 0.0311034768,
	default  = "oz g",
    },
    ["pdr"] = {
	name1    = "pounder",
	symbol   = "pdr",
	utype    = "mass",
	scale    = 0.45359237,
	default  = "kg",
	link     = "Pound (mass)",
    },
    ["Scwt"] = {
	name1    = "short hundredweight",
	name2    = "short hundredweight",
	symbol   = "Scwt",
	utype    = "mass",
	scale    = 45.359237,
	default  = "lb",
	link     = "Hundredweight",
    },
    ["short cwt"] = {
	name1    = "short hundredweight",
	symbol   = "short&nbsp;cwt",
	utype    = "mass",
	scale    = 45.359237,
	default  = "lb kg",
	link     = "Hundredweight",
    },
    ["short qtr"] = {
	name1    = "short quarter",
	symbol   = "short&nbsp;qtr",
	utype    = "mass",
	scale    = 11.33980925,
	default  = "lb kg",
	link     = "Avoirdupois",
    },
    ["short ton"] = {
	symbol   = "short ton",
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
    },
    ["shtn"] = {
	name1    = "short ton",
	symbol   = "sh&nbsp;tn",
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
    },
    ["shton"] = {
	symbol   = "ton",
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
    },
    ["solar mass"] = {
	name1    = "solar mass",
	name2    = "solar masses",
	symbol   = "M<sub>☉</sub>",
	utype    = "mass",
	scale    = 1.98855e30,
	default  = "kg",
    },
    ["ST"] = {
	symbol   = "short ton",
	usename  = 1,
	utype    = "mass",
	scale    = 907.18474,
	default  = "t",
    },
    ["st"] = {
	name1    = "stone",
	name2    = "stone",
	symbol   = "st",
	utype    = "mass",
	scale    = 6.35029318,
	default  = "lb kg",
	link     = "Stone (unit)",
    },
    ["t"] = {
	name1    = "tonne",
	name1_us = "metric ton",
	symbol   = "t",
	utype    = "mass",
	scale    = 1000,
	default  = "LT ST",
    },
    ["tonne"] = {
	name1    = "tonne",
	name1_us = "metric ton",
	symbol   = "t",
	utype    = "mass",
	scale    = 1000,
	default  = "shton",
    },
    ["troy pound"] = {
	symbol   = "troy pound",
	usename  = 1,
	utype    = "mass",
	scale    = 0.3732417216,
	default  = "lb kg",
	link     = "Troy weight",
    },
    ["viss"] = {
	name2    = "viss",
	symbol   = "viss",
	utype    = "mass",
	scale    = 1.632932532,
	default  = "kg",
	link     = "Burmese units of measurement#mass",
    },
    ["lbs"] = {
	target   = "lb",
    },
    ["lcwt"] = {
	target   = "Lcwt",
    },
    ["mcg"] = {
	target   = "µg",
    },
    ["scwt"] = {
	target   = "Scwt",
    },
    ["stone"] = {
	target   = "st",
    },
    ["tonnes"] = {
	target   = "t",
    },
    ["/acre"] = {
	name1    = "per acre",
	name2    = "per acre",
	symbol   = "/acre",
	utype    = "per unit area",
	scale    = 247.10538146716533,
	default  = "/ha",
	link     = "Acre",
    },
    ["/ha"] = {
	name1    = "per hectare",
	name2    = "per hectare",
	symbol   = "/ha",
	utype    = "per unit area",
	scale    = 100,
	default  = "/acre",
	link     = "Hectare",
    },
    ["/sqkm"] = {
	name1    = "per square kilometre",
	name1_us = "per square kilometer",
	name2    = "per square kilometre",
	name2_us = "per square kilometer",
	symbol   = "/km<sup>2</sup>",
	utype    = "per unit area",
	scale    = 1,
	default  = "/sqmi",
	link     = "Square kilometre",
    },
    ["/sqmi"] = {
	name1    = "per square mile",
	name2    = "per square mile",
	symbol   = "/sq&nbsp;mi",
	utype    = "per unit area",
	scale    = 0.38610215854244584,
	default  = "/sqkm",
	link     = "Square mile",
    },
    ["/km2"] = {
	target   = "/sqkm",
    },
    ["/l"] = {
	name1    = "per litre",
	name1_us = "per liter",
	symbol   = "/l",
	utype    = "per unit volume",
	scale    = 1000,
	default  = "/usgal",
    },
    ["/USgal"] = {
	name1    = "per gallon",
	symbol   = "/gal",
	utype    = "per unit volume",
	scale    = 264.172052,
	default  = "/l",
    },
    ["/usgal"] = {
	name1    = "per gallon",
	symbol   = "/gal",
	utype    = "per unit volume",
	scale    = 264.172052,
	default  = "/l",
    },
    ["PD/acre"] = {
	name1    = "inhabitants per acre",
	name2    = "inhabitants per acre",
	symbol   = "PD/acre",
	utype    = "population density",
	scale    = 247.10538146716533,
	default  = "PD/ha",
	link     = "Acre",
    },
    ["PD/ha"] = {
	name1    = "inhabitants per hectare",
	name2    = "inhabitants per hectare",
	symbol   = "PD/ha",
	utype    = "population density",
	scale    = 100,
	default  = "PD/acre",
	link     = "Hectare",
    },
    ["PD/sqkm"] = {
	name1    = "inhabitants per square kilometre",
	name1_us = "inhabitants per square kilometer",
	name2    = "inhabitants per square kilometre",
	name2_us = "inhabitants per square kilometer",
	symbol   = "PD/km<sup>2</sup>",
	utype    = "population density",
	scale    = 1,
	default  = "PD/sqmi",
	link     = "Square kilometre",
    },
    ["PD/sqmi"] = {
	name1    = "inhabitants per square mile",
	name2    = "inhabitants per square mile",
	symbol   = "PD/sq&nbsp;mi",
	utype    = "population density",
	scale    = 0.38610215854244584,
	default  = "PD/sqkm",
	link     = "Square mile",
    },
    ["pd/acre"] = {
	target   = "PD/acre",
    },
    ["pd/ha"] = {
	target   = "PD/ha",
    },
    ["PD/km2"] = {
	target   = "PD/sqkm",
    },
    ["pd/km2"] = {
	target   = "PD/sqkm",
    },
    ["PD/km²"] = {
	target   = "PD/sqkm",
    },
    ["pd/sqkm"] = {
	target   = "PD/sqkm",
    },
    ["pd/sqmi"] = {
	target   = "PD/sqmi",
    },
    ["bhp"] = {
	name1    = "brake horsepower",
	name2    = "brake horsepower",
	symbol   = "bhp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
	link     = "Horsepower#Brake horsepower",
    },
    ["BTU/h"] = {
	name1    = "British thermal unit per hour",
	name2    = "British thermal units per hour",
	symbol   = "BTU/h",
	utype    = "power",
	scale    = 0.29307107017222223,
	default  = "W",
	link     = "British thermal unit",
    },
    ["Btu/h"] = {
	name1    = "British thermal unit per hour",
	name2    = "British thermal units per hour",
	symbol   = "Btu/h",
	utype    = "power",
	scale    = 0.29307107017222223,
	default  = "W",
	link     = "British thermal unit",
    },
    ["Cal/d"] = {
	name1    = "large calorie per day",
	name2    = "large calories per day",
	symbol   = "Cal/d",
	utype    = "power",
	scale    = 0.048425925925925928,
	default  = "kJ/d",
	link     = "Calorie",
    },
    ["Cal/h"] = {
	name1    = "calorie per hour",
	name2    = "calories per hour",
	symbol   = "Cal/h",
	utype    = "power",
	scale    = 1.1622222222222223,
	default  = "kJ/h",
	link     = "Calorie",
    },
    ["cal/h"] = {
	name1    = "calorie per hour",
	name2    = "calories per hour",
	symbol   = "cal/h",
	utype    = "power",
	scale    = 0.0011622222222222223,
	default  = "W",
	link     = "Calorie",
    },
    ["CV"] = {
	name1    = "metric horsepower",
	name2    = "metric horsepower",
	symbol   = "CV",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["hk"] = {
	name1    = "metric horsepower",
	name2    = "metric horsepower",
	symbol   = "hk",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["hp"] = {
	name1    = "horsepower",
	name2    = "horsepower",
	symbol   = "hp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
    },
    ["hp-electric"] = {
	name1    = "electric horsepower",
	name2    = "electric horsepower",
	symbol   = "hp",
	utype    = "power",
	scale    = 746,
	default  = "kW",
    },
    ["hp-electrical"] = {
	name1    = "electrical horsepower",
	name2    = "electrical horsepower",
	symbol   = "hp",
	utype    = "power",
	scale    = 746,
	default  = "kW",
    },
    ["hp-metric"] = {
	name1    = "metric horsepower",
	name2    = "metric horsepower",
	symbol   = "hp",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["ihp"] = {
	name1    = "indicated horsepower",
	name2    = "indicated horsepower",
	symbol   = "ihp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
	link     = "Horsepower#Indicated horsepower",
    },
    ["kcal/h"] = {
	name1    = "kilocalorie per hour",
	name2    = "kilocalories per hour",
	symbol   = "kcal/h",
	utype    = "power",
	scale    = 1.1622222222222223,
	default  = "kW",
	link     = "Calorie",
    },
    ["kJ/d"] = {
	name1    = "kilojoule per day",
	name2    = "kilojoules per day",
	symbol   = "kJ/d",
	utype    = "power",
	scale    = 0.011574074074074073,
	default  = "Cal/d",
	link     = "Kilojoule",
    },
    ["kJ/h"] = {
	name1    = "kilojoule per hour",
	name2    = "kilojoules per hour",
	symbol   = "kJ/h",
	utype    = "power",
	scale    = 0.27777777777777779,
	default  = "W",
	link     = "Kilojoule",
    },
    ["PS"] = {
	name1    = "metric horsepower",
	name2    = "metric horsepower",
	symbol   = "PS",
	utype    = "power",
	scale    = 735.49875,
	default  = "kW",
    },
    ["shp"] = {
	name1    = "shaft horsepower",
	name2    = "shaft horsepower",
	symbol   = "shp",
	utype    = "power",
	scale    = 745.69987158227022,
	default  = "kW",
	link     = "Horsepower#Shaft horsepower",
    },
    ["W"] = {
	_name1   = "watt",
	_symbol  = "W",
	utype    = "power",
	scale    = 1,
	prefixes = 1,
	default  = "hp",
	link     = "Watt",
    },
    ["BHP"] = {
	target   = "bhp",
    },
    ["btu/h"] = {
	target   = "BTU/h",
    },
    ["HP"] = {
	target   = "hp",
    },
    ["Hp"] = {
	target   = "hp",
    },
    ["hp-mechanical"] = {
	target   = "hp",
    },
    ["IHP"] = {
	target   = "ihp",
    },
    ["SHP"] = {
	target   = "shp",
    },
    ["whp"] = {
	target   = "hp",
    },
    ["atm"] = {
	name1    = "standard atmosphere",
	symbol   = "atm",
	utype    = "pressure",
	scale    = 101325,
	default  = "kPa",
	link     = "Atmosphere (unit)",
    },
    ["Ba"] = {
	name1    = "barye",
	symbol   = "Ba",
	utype    = "pressure",
	scale    = 0.1,
	default  = "Pa",
    },
    ["bar"] = {
	symbol   = "bar",
	utype    = "pressure",
	scale    = 100000,
	default  = "kPa",
	link     = "Bar (unit)",
    },
    ["dbar"] = {
	name1    = "decibar",
	symbol   = "dbar",
	utype    = "pressure",
	scale    = 10000,
	default  = "kPa",
	link     = "Bar (unit)",
    },
    ["g/cm2"] = {
	name1    = "gram per square centimetre",
	name1_us = "gram per square centimeter",
	name2    = "grams per square centimetre",
	name2_us = "grams per square centimeter",
	symbol   = "g/m<sup>2</sup>",
	utype    = "pressure",
	scale    = 10,
	default  = "lb/sqft",
	link     = "Density",
    },
    ["g/m2"] = {
	name1    = "gram per square metre",
	name1_us = "gram per square meter",
	name2    = "grams per square metre",
	name2_us = "grams per square meter",
	symbol   = "g/m<sup>2</sup>",
	utype    = "pressure",
	scale    = 0.001,
	default  = "lb/sqft",
	link     = "Square metre",
    },
    ["inHg"] = {
	name1    = "inch of mercury",
	name2    = "inches of mercury",
	symbol   = "inHg",
	utype    = "pressure",
	scale    = 3386.388640341,
	default  = "kPa",
    },
    ["kBa"] = {
	name1    = "kilobarye",
	symbol   = "kBa",
	utype    = "pressure",
	scale    = 100,
	default  = "hPa",
	link     = "Barye",
    },
    ["kg-f/cm2"] = {
	name1    = "kilogram-force per square centimetre",
	name1_us = "kilogram-force per square centimeter",
	name2    = "kilograms-force per square centimetre",
	name2_us = "kilograms-force per square centimeter",
	symbol   = "kg<sub>f</sub>/cm<sup>2</sup>",
	utype    = "pressure",
	scale    = 98066.5,
	default  = "psi",
	link     = "Kilogram-force",
    },
    ["kg/cm2"] = {
	name1    = "kilogram per square centimetre",
	name1_us = "kilogram per square centimeter",
	name2    = "kilograms per square centimetre",
	name2_us = "kilograms per square centimeter",
	symbol   = "kg/cm<sup>2</sup>",
	utype    = "pressure",
	scale    = 98066.5,
	default  = "psi",
	link     = "Kilogram-force",
    },
    ["kg/m2"] = {
	name1    = "kilogram per square metre",
	name1_us = "kilogram per square meter",
	name2    = "kilograms per square metre",
	name2_us = "kilograms per square meter",
	symbol   = "kg/m<sup>2</sup>",
	utype    = "pressure",
	scale    = 1,
	default  = "lb/sqft",
	link     = "Square meter",
    },
    ["kgf/cm2"] = {
	name1    = "kilogram-force per square centimetre",
	name1_us = "kilogram-force per square centimeter",
	name2    = "kilograms-force per square centimetre",
	name2_us = "kilograms-force per square centimeter",
	symbol   = "kgf/cm<sup>2</sup>",
	utype    = "pressure",
	scale    = 98066.5,
	default  = "psi",
	link     = "Kilogram-force",
    },
    ["kN/m2"] = {
	name1    = "kilonewton per square metre",
	name1_us = "kilonewton per square meter",
	name2    = "kilonewtons per square metre",
	name2_us = "kilonewtons per square meter",
	symbol   = "kN/m<sup>2</sup>",
	utype    = "pressure",
	scale    = 1000,
	default  = "psi",
	link     = "Newton (unit)",
    },
    ["ksi"] = {
	name1    = "kilopound per square inch",
	name2    = "kilopounds per square inch",
	symbol   = "ksi",
	utype    = "pressure",
	scale    = 6894757.2931683613,
	default  = "MPa",
	link     = "Pounds per square inch",
    },
    ["lb/1000sqft"] = {
	name1    = "pound per thousand square feet",
	name2    = "pounds per thousand square feet",
	symbol   = "lb/1000&nbsp;sq&nbsp;ft",
	utype    = "pressure",
	scale    = 0.0048824276363830504,
	default  = "g/m2",
	link     = "Pounds per square foot",
    },
    ["lb/sqft"] = {
	name1    = "pound per square foot",
	name2    = "pounds per square foot",
	symbol   = "lb/sq&nbsp;ft",
	utype    = "pressure",
	scale    = 4.8824276363830501,
	default  = "kg/m2",
	link     = "Pounds per square foot",
    },
    ["lb/sqyd"] = {
	name1    = "pound per square yard",
	name2    = "pounds per square yard",
	symbol   = "lb/sq&nbsp;yd",
	utype    = "pressure",
	scale    = 0.54249195959811669,
	default  = "kg/m2",
	link     = "Pounds per square foot",
    },
    ["lbf/in2"] = {
	name1    = "pound-force per square inch",
	name2    = "pounds-force per square inch",
	symbol   = "lbf/in<sup>2</sup>",
	utype    = "pressure",
	scale    = 6894.7572931683608,
	default  = "kPa kgf/cm2",
	link     = "Pounds-force per square inch",
    },
    ["mb"] = {
	name1    = "millibar",
	symbol   = "mb",
	utype    = "pressure",
	scale    = 100,
	default  = "hPa",
	link     = "Bar (unit)",
    },
    ["mbar"] = {
	name1    = "millibar",
	symbol   = "mbar",
	utype    = "pressure",
	scale    = 100,
	default  = "hPa",
	link     = "Bar (unit)",
    },
    ["mmHg"] = {
	name1    = "millimetre of mercury",
	name1_us = "millimeter of mercury",
	name2    = "millimetres of mercury",
	name2_us = "millimeters of mercury",
	symbol   = "mmHg",
	utype    = "pressure",
	scale    = 133.322387415,
	default  = "kPa",
	link     = "Torr#Manometric units of pressure",
    },
    ["N/cm2"] = {
	name1    = "newton per square centimetre",
	name1_us = "newton per square centimeter",
	name2    = "newtons per square centimetre",
	name2_us = "newtons per square centimeter",
	symbol   = "N/cm<sup>2</sup>",
	utype    = "pressure",
	scale    = 10000,
	default  = "psi",
	link     = "Newton (unit)",
    },
    ["N/m2"] = {
	name1    = "newton per square metre",
	name1_us = "newton per square meter",
	name2    = "newtons per square metre",
	name2_us = "newtons per square meter",
	symbol   = "N/m<sup>2</sup>",
	utype    = "pressure",
	scale    = 1,
	default  = "psi",
	link     = "Newton (unit)",
    },
    ["oz/sqft"] = {
	name1    = "ounce per square foot",
	name2    = "ounces per square foot",
	symbol   = "oz/sq&nbsp;yd",
	utype    = "pressure",
	scale    = 0.30515172727394063,
	default  = "g/m2",
	link     = "Pounds per square foot",
    },
    ["oz/sqyd"] = {
	name1    = "ounce per square yard",
	name2    = "ounces per square yard",
	symbol   = "oz/sq&nbsp;yd",
	utype    = "pressure",
	scale    = 0.033905747474882293,
	default  = "g/m2",
	link     = "Pounds per square foot",
    },
    ["Pa"] = {
	_name1   = "pascal",
	_symbol  = "Pa",
	utype    = "pressure",
	scale    = 1,
	prefixes = 1,
	default  = "psi",
	link     = "Pascal (unit)",
    },
    ["psf"] = {
	name1    = "pound per square foot",
	name2    = "pounds per square foot",
	symbol   = "psf",
	utype    = "pressure",
	scale    = 47.880258980335839,
	default  = "kPa",
	link     = "Pounds per square inch",
    },
    ["psi"] = {
	name1    = "pound per square inch",
	name2    = "pounds per square inch",
	symbol   = "psi",
	utype    = "pressure",
	scale    = 6894.7572931683608,
	default  = "kPa",
	link     = "Pounds per square inch",
    },
    ["Torr"] = {
	name1    = "torr",
	symbol   = "Torr",
	utype    = "pressure",
	scale    = 133.32236842105263,
	default  = "kPa",
    },
    ["kgpsqcm"] = {
	target   = "kg/cm2",
    },
    ["torr"] = {
	target   = "Torr",
    },
    ["Bq"] = {
	_name1   = "becquerel",
	_symbol  = "Bq",
	utype    = "radioactivity",
	scale    = 1,
	prefixes = 1,
	default  = "pCi",
	link     = "Becquerel",
    },
    ["Ci"] = {
	_name1   = "curie",
	_symbol  = "Ci",
	utype    = "radioactivity",
	scale    = 3.7e10,
	prefixes = 1,
	default  = "GBq",
	link     = "Curie",
    },
    ["cm/s"] = {
	name1    = "centimetre per second",
	name1_us = "centimeter per second",
	name2    = "centimetres per second",
	name2_us = "centimeters per second",
	symbol   = "cm/s",
	utype    = "speed",
	scale    = 0.01,
	default  = "in/s",
	link     = "Metre per second",
    },
    ["cm/year"] = {
	name1    = "centimetre per year",
	name1_us = "centimeter per year",
	name2    = "centimetres per year",
	name2_us = "centimeters per year",
	symbol   = "cm/year",
	utype    = "speed",
	scale    = 3.168873850681143e-10,
	default  = "in/year",
	link     = "Orders of magnitude (speed)",
    },
    ["foot/s"] = {
	name1    = "foot per second",
	name2    = "foot per second",
	symbol   = "ft/s",
	utype    = "speed",
	scale    = 0.3048,
	default  = "m/s",
	link     = "Feet per second",
    },
    ["ft/min"] = {
	name1    = "foot per minute",
	name2    = "feet per minute",
	symbol   = "ft/min",
	utype    = "speed",
	scale    = 0.00508,
	default  = "m/min",
	link     = "Feet per second",
    },
    ["ft/s"] = {
	name1    = "foot per second",
	name2    = "feet per second",
	symbol   = "ft/s",
	utype    = "speed",
	scale    = 0.3048,
	default  = "m/s",
	link     = "Feet per second",
    },
    ["furlong per fortnight"] = {
	name2    = "furlongs per fortnight",
	symbol   = "furlong per fortnight",
	usename  = 1,
	utype    = "speed",
	scale    = 0.00016630952380952381,
	default  = "km/h mph",
	link     = "FFF System",
    },
    ["in/s"] = {
	name1    = "inch per second",
	name2    = "inches per second",
	symbol   = "in/s",
	utype    = "speed",
	scale    = 0.0254,
	default  = "cm/s",
	link     = "Inch",
    },
    ["in/year"] = {
	name1    = "inch per year",
	name2    = "inches per year",
	symbol   = "in/year",
	utype    = "speed",
	scale    = 8.0489395807301024e-10,
	default  = "cm/year",
	link     = "Orders of magnitude (speed)",
    },
    ["km/h"] = {
	name1    = "kilometre per hour",
	name1_us = "kilometer per hour",
	name2    = "kilometres per hour",
	name2_us = "kilometers per hour",
	symbol   = "km/h",
	utype    = "speed",
	scale    = 0.27777777777777779,
	default  = "mph",
	link     = "Kilometres per hour",
    },
    ["km/s"] = {
	name1    = "kilometre per second",
	name1_us = "kilometer per second",
	name2    = "kilometres per second",
	name2_us = "kilometers per second",
	symbol   = "km/s",
	utype    = "speed",
	scale    = 1000,
	default  = "mi/s",
	link     = "Metre per second",
    },
    ["kn"] = {
	name1    = "knot",
	symbol   = "kn",
	utype    = "speed",
	scale    = 0.51444444444444448,
	default  = "km/h mph",
	link     = "Knot (unit)",
    },
    ["m/min"] = {
	name1    = "metre per minute",
	name1_us = "meter per minute",
	name2    = "metres per minute",
	name2_us = "meters per minute",
	symbol   = "m/min",
	utype    = "speed",
	scale    = 0.016666666666666666,
	default  = "ft/min",
	link     = "Metre per second",
    },
    ["m/s"] = {
	name1    = "metre per second",
	name1_us = "meter per second",
	name2    = "metres per second",
	name2_us = "meters per second",
	symbol   = "m/s",
	utype    = "speed",
	scale    = 1,
	default  = "ft/s",
    },
    ["mi/s"] = {
	name1    = "mile per second",
	name2    = "miles per second",
	symbol   = "mi/s",
	utype    = "speed",
	scale    = 1609.344,
	default  = "km/s",
	link     = "Mile",
    },
    ["mph"] = {
	name1    = "mile per hour",
	name2    = "miles per hour",
	symbol   = "mph",
	utype    = "speed",
	scale    = 0.44704,
	default  = "km/h",
	link     = "Miles per hour",
    },
    ["cm/y"] = {
	target   = "cm/year",
    },
    ["cm/yr"] = {
	target   = "cm/year",
    },
    ["in/y"] = {
	target   = "in/year",
    },
    ["in/yr"] = {
	target   = "in/year",
    },
    ["knot"] = {
	target   = "kn",
    },
    ["knots"] = {
	target   = "kn",
    },
    ["kph"] = {
	target   = "km/h",
    },
    ["mi/h"] = {
	target   = "mph",
    },
    ["C"] = {
	name1    = "degree Celsius",
	name2    = "degrees Celsius",
	symbol   = "°C",
	utype    = "temperature",
	scale    = 1,
	offset   = -273.15,
	default  = "F",
	link     = "Celsius",
    },
    ["F"] = {
	name1    = "degree Fahrenheit",
	name2    = "degrees Fahrenheit",
	symbol   = "°F",
	utype    = "temperature",
	scale    = 0.55555555555555558,
	offset   = 32-273.15*(9/5),
	default  = "C",
	link     = "Fahrenheit",
    },
    ["K"] = {
	name1    = "kelvin",
	symbol   = "K",
	utype    = "temperature",
	scale    = 1,
	offset   = 0,
	default  = "C F",
    },
    ["R"] = {
	name1    = "degree Rankine",
	name2    = "degrees Rankine",
	symbol   = "°R",
	utype    = "temperature",
	scale    = 0.55555555555555558,
	offset   = 0,
	default  = "K F C",
	link     = "Rankine scale",
    },
    ["Celsius"] = {
	target   = "C",
    },
    ["°C"] = {
	target   = "C",
    },
    ["°F"] = {
	target   = "F",
    },
    ["°R"] = {
	target   = "R",
    },
    ["C-change"] = {
	name1    = "degree Celsius",
	name2    = "degrees Celsius",
	symbol   = "°C",
	utype    = "temperature change",
	scale    = 1,
	default  = "F-change",
	link     = "Celsius",
    },
    ["F-change"] = {
	name1    = "degree Fahrenheit",
	name2    = "degrees Fahrenheit",
	symbol   = "°F",
	utype    = "temperature change",
	scale    = 0.55555555555555558,
	default  = "C-change",
	link     = "Fahrenheit",
    },
    ["K-change"] = {
	name1    = "kelvin",
	symbol   = "K",
	utype    = "temperature change",
	scale    = 1,
	default  = "F-change",
    },
    ["°C-change"] = {
	target   = "C-change",
    },
    ["°F-change"] = {
	target   = "F-change",
    },
    ["g/s.kN"] = {
	name1    = "gram of fuel per second-kilonewton",
	name2    = "grams of fuel per second-kilonewton",
	symbol   = "g/(s·kN)",
	utype    = "thrust specific fuel consumption",
	scale    = 0.000001,
	default  = "lb/h.lbf",
	link     = "Thrust specific fuel consumption",
    },
    ["lb/h.lbf"] = {
	name1    = "pound of fuel per hour-pound of thrust",
	name2    = "pounds of fuel per hour-pound of thrust",
	symbol   = "lb/(h·lbf)",
	utype    = "thrust specific fuel consumption",
	scale    = 2.8325450360498003e-5,
	default  = "g/s.kN",
	link     = "Thrust specific fuel consumption",
    },
    ["century"] = {
	name2    = "centuries",
	symbol   = "century",
	utype    = "time",
	scale    = 3155760000,
	default  = "Gs",
    },
    ["d"] = {
	name1    = "day",
	symbol   = "d",
	utype    = "time",
	scale    = 86400,
	default  = "ks",
    },
    ["decade"] = {
	symbol   = "decade",
	utype    = "time",
	scale    = 315576000,
	default  = "Ms",
    },
    ["dog year"] = {
	name1    = "dog year",
	symbol   = "dog yr",
	utype    = "time",
	scale    = 220903200,
	default  = "year",
    },
    ["fortnight"] = {
	symbol   = "fortnight",
	utype    = "time",
	scale    = 1209600,
	default  = "week",
    },
    ["h"] = {
	name1    = "hour",
	symbol   = "h",
	utype    = "time",
	scale    = 3600,
	default  = "ks",
    },
    ["long billion year"] = {
	name1    = "billion years",
	name2    = "billion years",
	symbol   = "Ta",
	utype    = "time",
	scale    = 31557600000000000000,
	default  = "Es",
	link     = "Annum",
    },
    ["millennium"] = {
	name1    = "millennium",
	name2    = "millennia",
	symbol   = "ka",
	utype    = "time",
	scale    = 31557600000,
	default  = "Gs",
    },
    ["milliard year"] = {
	name1    = "milliard years",
	name2    = "milliard years",
	symbol   = "Ga",
	utype    = "time",
	scale    = 31557600000000000,
	default  = "Ps",
	link     = "Annum",
    },
    ["million year"] = {
	name1    = "million years",
	name2    = "million years",
	symbol   = "Ma",
	utype    = "time",
	scale    = 31557600000000,
	default  = "Ts",
	link     = "Annum",
    },
    ["min"] = {
	name1    = "minute",
	symbol   = "min",
	utype    = "time",
	scale    = 60,
	default  = "s",
    },
    ["month"] = {
	name1    = "month",
	symbol   = "mo",
	utype    = "time",
	scale    = 2629800,
	default  = "year",
    },
    ["s"] = {
	_name1   = "second",
	_symbol  = "s",
	utype    = "time",
	scale    = 1,
	prefixes = 1,
	default  = "min",
	link     = "Second",
    },
    ["short billion year"] = {
	name1    = "billion years",
	name2    = "billion years",
	symbol   = "Ga",
	utype    = "time",
	scale    = 31557600000000000,
	default  = "Ps",
	link     = "Annum",
    },
    ["short trillion year"] = {
	name1    = "trillion years",
	name2    = "trillion years",
	symbol   = "Ta",
	utype    = "time",
	scale    = 31557600000000000000,
	default  = "Es",
	link     = "Annum",
    },
    ["thousand million year"] = {
	name1    = "thousand million years",
	name2    = "thousand million years",
	symbol   = "Ga",
	utype    = "time",
	scale    = 31557600000000000,
	default  = "Ps",
	link     = "Annum",
    },
    ["wk"] = {
	name1    = "week",
	symbol   = "wk",
	utype    = "time",
	scale    = 604800,
	default  = "Ms",
    },
    ["yr"] = {
	name1    = "year",
	symbol   = "yr",
	utype    = "time",
	scale    = 31557600,
	default  = "Ms",
	link     = "Annum",
    },
    ["byr"] = {
	target   = "short billion year",
    },
    ["day"] = {
	target   = "d",
    },
    ["days"] = {
	target   = "d",
    },
    ["dog yr"] = {
	target   = "dog year",
    },
    ["Gyr"] = {
	target   = "thousand million year",
    },
    ["hour"] = {
	target   = "h",
    },
    ["hours"] = {
	target   = "h",
    },
    ["kMyr"] = {
	target   = "thousand million year",
    },
    ["kmyr"] = {
	target   = "thousand million year",
    },
    ["kyr"] = {
	target   = "millennium",
    },
    ["long byr"] = {
	target   = "long billion year",
    },
    ["minute"] = {
	target   = "min",
    },
    ["minutes"] = {
	target   = "min",
    },
    ["months"] = {
	target   = "month",
    },
    ["mth"] = {
	target   = "month",
    },
    ["Myr"] = {
	target   = "million year",
    },
    ["myr"] = {
	target   = "million year",
    },
    ["second"] = {
	target   = "s",
    },
    ["seconds"] = {
	target   = "s",
    },
    ["tmyr"] = {
	target   = "thousand million year",
    },
    ["tryr"] = {
	target   = "short trillion year",
    },
    ["week"] = {
	target   = "wk",
    },
    ["weeks"] = {
	target   = "wk",
    },
    ["year"] = {
	target   = "yr",
    },
    ["years"] = {
	target   = "yr",
    },
    ["kg.m"] = {
	name1    = "kilogram metre",
	name1_us = "kilogram meter",
	symbol   = "kg·m",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbft",
    },
    ["kgf.m"] = {
	name1    = "kilogram force-metre",
	name1_us = "kilogram force-meter",
	symbol   = "kgf·m",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Kilogram metre",
    },
    ["kgm"] = {
	name1    = "kilogram metre",
	name1_us = "kilogram meter",
	symbol   = "kg·m",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
    },
    ["lb-fft"] = {
	name1    = "pound force-foot",
	name2    = "pound force-feet",
	symbol   = "ft·lb<sub>f</sub>",
	utype    = "torque",
	scale    = 1.3558179483314004,
	default  = "Nm",
	link     = "Pound-foot (torque)",
    },
    ["lb.ft"] = {
	name1    = "pound force-foot",
	name2    = "pound force-feet",
	symbol   = "lb·ft",
	utype    = "torque",
	scale    = 1.3558179483314004,
	default  = "Nm",
	link     = "Pound-foot (torque)",
    },
    ["lb.in"] = {
	name1    = "pound force-inch",
	symbol   = "lb·in",
	utype    = "torque",
	scale    = 0.1129848290276167,
	default  = "mN.m",
	link     = "Pound-foot (torque)",
    },
    ["lbfft"] = {
	name1    = "pound force-foot",
	name2    = "pound force-feet",
	symbol   = "lbf·ft",
	utype    = "torque",
	scale    = 1.3558179483314004,
	default  = "Nm",
	link     = "Pound-foot (torque)",
    },
    ["lbft"] = {
	name1    = "pound-foot",
	name2    = "pound-feet",
	symbol   = "lb·ft",
	utype    = "torque",
	scale    = 1.3558,
	default  = "Nm",
	link     = "Pound-foot (torque)",
    },
    ["m.kg-f"] = {
	name1    = "metre kilogram-force",
	name1_us = "meter kilogram-force",
	name2    = "metre kilograms-force",
	name2_us = "meter kilograms-force",
	symbol   = "m·kg<sub>f</sub>",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Kilogram metre",
    },
    ["m.kgf"] = {
	name1    = "metre kilogram-force",
	name1_us = "meter kilogram-force",
	name2    = "metre kilograms-force",
	name2_us = "meter kilograms-force",
	symbol   = "m·kgf",
	utype    = "torque",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Kilogram metre",
    },
    ["mN.m"] = {
	name1    = "millinewton metre",
	name1_us = "millinewton meter",
	symbol   = "mN·m",
	utype    = "torque",
	scale    = 0.001,
	default  = "lb.in",
	link     = "Newton metre",
    },
    ["Nm"] = {
	name1    = "newton metre",
	name1_us = "newton meter",
	symbol   = "N·m",
	utype    = "torque",
	scale    = 1,
	default  = "lbfft",
    },
    ["lb-f.ft"] = {
	target   = "lb-fft",
    },
    ["lb-f·ft"] = {
	target   = "lb-fft",
    },
    ["lbf.ft"] = {
	target   = "lbfft",
    },
    ["lbf·ft"] = {
	target   = "lbfft",
    },
    ["lb·ft"] = {
	target   = "lb.ft",
    },
    ["N.m"] = {
	target   = "Nm",
    },
    ["N·m"] = {
	target   = "Nm",
    },
    ["acre foot"] = {
	name1    = "acre foot",
	name2    = "acre foot",
	symbol   = "acre·ft",
	utype    = "volume",
	scale    = 1233.48183754752,
	default  = "m3",
    },
    ["acre ft"] = {
	name1    = "acre foot",
	name2    = "acre feet",
	symbol   = "acre·ft",
	utype    = "volume",
	scale    = 1233.48183754752,
	default  = "m3",
    },
    ["bdft"] = {
	name1    = "board foot",
	name2    = "board feet",
	symbol   = "bd&nbsp;ft",
	utype    = "volume",
	scale    = 0.0023597372167,
	default  = "m3",
    },
    ["board feet"] = {
	name2    = "board feet",
	symbol   = "board foot",
	usename  = 1,
	utype    = "volume",
	scale    = 0.0023597372167,
	default  = "m3",
    },
    ["board foot"] = {
	name2    = "board foot",
	symbol   = "board foot",
	usename  = 1,
	utype    = "volume",
	scale    = 0.0023597372167,
	default  = "m3",
    },
    ["cc"] = {
	name1    = "cubic centimetre",
	name1_us = "cubic centimeter",
	symbol   = "cc",
	utype    = "volume",
	scale    = 0.000001,
	default  = "cuin",
    },
    ["CID"] = {
	name1    = "cubic inch",
	name2    = "cubic inches",
	symbol   = "cu&nbsp;in",
	utype    = "volume",
	scale    = 0.000016387064,
	default  = "cc",
	link     = "Cubic inch#Engine displacement",
    },
    ["cord"] = {
	symbol   = "cord",
	utype    = "volume",
	scale    = 3.624556363776,
	default  = "m3",
	link     = "Cord (volume)",
    },
    ["cufoot"] = {
	name1    = "cubic foot",
	name2    = "cubic foot",
	symbol   = "cu&nbsp;ft",
	utype    = "volume",
	scale    = 0.028316846592,
	default  = "m3",
    },
    ["cuft"] = {
	name1    = "cubic foot",
	name2    = "cubic feet",
	symbol   = "cu&nbsp;ft",
	utype    = "volume",
	scale    = 0.028316846592,
	default  = "m3",
    },
    ["cuin"] = {
	name1    = "cubic inch",
	name2    = "cubic inches",
	symbol   = "cu&nbsp;in",
	utype    = "volume",
	scale    = 0.000016387064,
	default  = "cm3",
    },
    ["cumi"] = {
	name1    = "cubic mile",
	symbol   = "cu&nbsp;mi",
	utype    = "volume",
	scale    = 4168181825.440579584,
	default  = "km3",
    },
    ["cuyd"] = {
	name1    = "cubic yard",
	symbol   = "cu&nbsp;yd",
	utype    = "volume",
	scale    = 0.764554857984,
	default  = "m3",
    },
    ["firkin"] = {
	symbol   = "firkin",
	usename  = 1,
	utype    = "volume",
	scale    = 0.04091481,
	default  = "l impgal USgal",
    },
    ["foot3"] = {
	name1    = "cubic foot",
	name2    = "cubic foot",
	symbol   = "cu&nbsp;ft",
	utype    = "volume",
	scale    = 0.028316846592,
	default  = "m3",
    },
    ["grt"] = {
	name1    = "gross register ton",
	symbol   = "grt",
	utype    = "volume",
	scale    = 2.8316846592,
	default  = "m3",
	link     = "Gross register tonnage",
    },
    ["impbbl"] = {
	name1    = "imperial barrel",
	symbol   = "imp&nbsp;bbl",
	utype    = "volume",
	scale    = 0.16365924,
	default  = "l impgal USgal",
	link     = "Barrel (unit)",
    },
    ["impbsh"] = {
	name1    = "imperial bushel",
	symbol   = "imp&nbsp;bsh",
	utype    = "volume",
	scale    = 0.03636872,
	default  = "l impgal USdrygal",
    },
    ["impbu"] = {
	name1    = "imperial bushel",
	symbol   = "imp&nbsp;bu",
	utype    = "volume",
	scale    = 0.03636872,
	default  = "m3",
    },
    ["impgal"] = {
	name1    = "imperial gallon",
	symbol   = "imp&nbsp;gal",
	utype    = "volume",
	scale    = 0.00454609,
	default  = "l USgal",
    },
    ["impgi"] = {
	name1    = "gill",
	symbol   = "gi",
	utype    = "volume",
	scale    = 0.0001420653125,
	default  = "ml USoz",
	link     = "Gill (unit)",
    },
    ["impkenning"] = {
	name1    = "imperial kenning",
	symbol   = "kenning",
	utype    = "volume",
	scale    = 0.01818436,
	default  = "l USdrygal",
	link     = "Kenning (unit)",
    },
    ["impoz"] = {
	name1    = "imperial fluid ounce",
	symbol   = "imp&nbsp;fl&nbsp;oz",
	utype    = "volume",
	scale    = 0.0000284130625,
	default  = "ml USoz",
    },
    ["imppk"] = {
	name1    = "imperial peck",
	symbol   = "pk",
	utype    = "volume",
	scale    = 0.00909218,
	default  = "l USdrygal",
	link     = "Peck",
    },
    ["imppt"] = {
	name1    = "imperial pint",
	symbol   = "imp&nbsp;pt",
	utype    = "volume",
	scale    = 0.00056826125,
	default  = "l",
    },
    ["impqt"] = {
	name1    = "imperial quart",
	symbol   = "imp&nbsp;qt",
	utype    = "volume",
	scale    = 0.0011365225,
	default  = "ml USoz",
    },
    ["kilderkin"] = {
	symbol   = "kilderkin",
	usename  = 1,
	utype    = "volume",
	scale    = 0.08182962,
	default  = "l impgal USgal",
    },
    ["L"] = {
	_name1   = "litre",
	_name1_us = "liter",
	_symbol  = "L",
	utype    = "volume",
	scale    = 0.001,
	prefixes = 1,
	default  = "impgal USgal",
	link     = "Litre",
    },
    ["l"] = {
	_name1   = "litre",
	_name1_us = "liter",
	_symbol  = "l",
	utype    = "volume",
	scale    = 0.001,
	prefixes = 1,
	default  = "impgal USgal",
	link     = "Litre",
    },
    ["m3"] = {
	_name1   = "cubic metre",
	_name1_us = "cubic meter",
	_symbol  = "m<sup>3</sup>",
	prefix_position = 7,
	utype    = "volume",
	scale    = 1,
	prefixes = 3,
	default  = "cuft",
	link     = "Cubic metre",
    },
    ["mm3"] = {
	name1    = "cubic millimetre",
	name1_us = "cubic millimeter",
	symbol   = "mm<sup>3</sup>",
	utype    = "volume",
	scale    = 0.000000001,
	default  = "cuin",
    },
    ["oilbbl"] = {
	name1    = "barrel",
	symbol   = "bbl",
	utype    = "volume",
	scale    = 0.158987294928,
	default  = "m3",
	link     = "Barrel (volume)#Oil barrel",
    },
    ["stere"] = {
	symbol   = "stère",
	usename  = 1,
	utype    = "volume",
	scale    = 1,
	default  = "cuft",
    },
    ["USbbl"] = {
	name1    = "US barrel",
	name1_us = "U.S. barrel",
	symbol   = "US&nbsp;bbl",
	sym_us   = "U.S.&nbsp;bbl",
	utype    = "volume",
	scale    = 0.119240471196,
	default  = "l USgal impgal",
	link     = "Barrel (unit)",
    },
    ["USbeerbbl"] = {
	name1    = "US beer barrel",
	name1_us = "U.S. beer barrel",
	symbol   = "US&nbsp;bbl",
	sym_us   = "U.S.&nbsp;bbl",
	utype    = "volume",
	scale    = 0.117347765304,
	default  = "l USgal impgal",
	link     = "Barrel (unit)",
    },
    ["USbsh"] = {
	name1    = "US bushel",
	name1_us = "U.S. bushel",
	symbol   = "US&nbsp;bsh",
	sym_us   = "U.S.&nbsp;bsh",
	utype    = "volume",
	scale    = 0.03523907016688,
	default  = "l USdrygal impgal",
	link     = "Bushel",
    },
    ["USbu"] = {
	name1    = "US bushel",
	name1_us = "U.S. bushel",
	symbol   = "US&nbsp;bu",
	sym_us   = "U.S.&nbsp;bu",
	utype    = "volume",
	scale    = 0.03523907016688,
	default  = "l USdrygal impgal",
	link     = "Bushel",
    },
    ["USdrybbl"] = {
	name1    = "US dry barrel",
	name1_us = "U.S. dry barrel",
	symbol   = "US&nbsp;dry&nbsp;bbl",
	sym_us   = "U.S.&nbsp;dry&nbsp;bbl",
	utype    = "volume",
	scale    = 0.11562819898508,
	default  = "m3",
	link     = "Barrel (unit)",
    },
    ["USdrygal"] = {
	name1    = "US dry gallon",
	name1_us = "U.S. dry gallon",
	symbol   = "US&nbsp;dry&nbsp;gal",
	sym_us   = "U.S.&nbsp;dry&nbsp;gal",
	utype    = "volume",
	scale    = 0.00440488377086,
	default  = "l",
	link     = "Gallon",
    },
    ["USdrypt"] = {
	name1    = "US dry pint",
	name1_us = "U.S. dry pint",
	symbol   = "US&nbsp;dry&nbsp;pt",
	sym_us   = "U.S.&nbsp;dry&nbsp;pt",
	utype    = "volume",
	scale    = 0.0005506104713575,
	default  = "ml",
	link     = "Pint",
    },
    ["USdryqt"] = {
	name1    = "US dry quart",
	name1_us = "U.S. dry quart",
	symbol   = "US&nbsp;dry&nbsp;qt",
	sym_us   = "U.S.&nbsp;dry&nbsp;qt",
	utype    = "volume",
	scale    = 0.001101220942715,
	default  = "ml",
	link     = "Quart",
    },
    ["USflgal"] = {
	name1    = "US gallon",
	name1_us = "U.S. gallon",
	symbol   = "US fl gal",
	sym_us   = "U.S.&nbsp;fl&nbsp;gal",
	utype    = "volume",
	scale    = 0.003785411784,
	default  = "l impgal",
	link     = "Gallon",
    },
    ["USgal"] = {
	name1    = "US gallon",
	name1_us = "U.S. gallon",
	symbol   = "US gal",
	sym_us   = "U.S.&nbsp;gal",
	utype    = "volume",
	scale    = 0.003785411784,
	default  = "l impgal",
    },
    ["USgi"] = {
	name1    = "gill",
	symbol   = "gi",
	utype    = "volume",
	scale    = 0.0001182941183,
	default  = "ml impoz",
	link     = "Gill (unit)",
    },
    ["USkenning"] = {
	name1    = "US kenning",
	name1_us = "U.S. kenning",
	symbol   = "US&nbsp;kenning",
	sym_us   = "U.S.&nbsp;kenning",
	utype    = "volume",
	scale    = 0.01761953508344,
	default  = "l impgal",
	link     = "Kenning (unit)",
    },
    ["USmin"] = {
	name1    = "US minim",
	name1_us = "U.S. minim",
	symbol   = "US&nbsp;min",
	sym_us   = "U.S.&nbsp;min",
	utype    = "volume",
	scale    = 0.000000061611519921875,
	default  = "ml",
	link     = "Minim (unit)",
    },
    ["USoz"] = {
	name1    = "US fluid ounce",
	name1_us = "U.S. fluid ounce",
	symbol   = "US&nbsp;fl&nbsp;oz",
	sym_us   = "U.S.&nbsp;fl&nbsp;oz",
	utype    = "volume",
	scale    = 0.0000295735295625,
	default  = "ml",
    },
    ["USpk"] = {
	name1    = "US peck",
	name1_us = "U.S. peck",
	symbol   = "US&nbsp;pk",
	sym_us   = "U.S.&nbsp;pk",
	utype    = "volume",
	scale    = 0.00880976754172,
	default  = "l impgal",
	link     = "Peck",
    },
    ["USpt"] = {
	name1    = "US pint",
	name1_us = "U.S. pint",
	symbol   = "US&nbsp;pt",
	sym_us   = "U.S.&nbsp;pt",
	utype    = "volume",
	scale    = 0.000473176473,
	default  = "l imppt",
	link     = "Pint",
    },
    ["USqt"] = {
	name1    = "US quart",
	name1_us = "U.S. quart",
	symbol   = "US&nbsp;qt",
	sym_us   = "U.S.&nbsp;qt",
	utype    = "volume",
	scale    = 0.000946352946,
	default  = "ml",
	link     = "United States customary units#Fluid volume",
    },
    ["USquart"] = {
	name1    = "US quart",
	name1_us = "U.S. quart",
	symbol   = "US&nbsp;qt",
	sym_us   = "U.S.&nbsp;qt",
	utype    = "volume",
	scale    = 0.000946352946,
	default  = "ml impoz",
	link     = "Quart",
    },
    ["acre feet"] = {
	target   = "acre ft",
    },
    ["acre-feet"] = {
	target   = "acre ft",
    },
    ["acre.foot"] = {
	target   = "acre foot",
    },
    ["acre.ft"] = {
	target   = "acre ft",
    },
    ["acre·foot"] = {
	target   = "acre foot",
    },
    ["acre·ft"] = {
	target   = "acre ft",
    },
    ["cid"] = {
	target   = "CID",
    },
    ["drybbl"] = {
	target   = "USdrybbl",
    },
    ["drygal"] = {
	target   = "USdrygal",
    },
    ["drypt"] = {
	target   = "USdrypt",
    },
    ["dryqt"] = {
	target   = "USdryqt",
    },
    ["ft3"] = {
	target   = "cuft",
    },
    ["gal"] = {
	target   = "USgal",
    },
    ["impfloz"] = {
	target   = "impoz",
    },
    ["Impgal"] = {
	target   = "impgal",
    },
    ["in3"] = {
	target   = "cuin",
    },
    ["km³"] = {
	target   = "km3",
    },
    ["liter"] = {
	target   = "l",
	sp_us    = true,
    },
    ["liters"] = {
	target   = "l",
	sp_us    = true,
    },
    ["litre"] = {
	target   = "l",
    },
    ["mi3"] = {
	target   = "cumi",
    },
    ["m³"] = {
	target   = "m3",
    },
    ["U.S.bbl"] = {
	target   = "USbbl",
	sp_us    = true,
    },
    ["U.S.beerbbl"] = {
	target   = "USbeerbbl",
	sp_us    = true,
    },
    ["U.S.bsh"] = {
	target   = "USbsh",
	sp_us    = true,
    },
    ["U.S.bu"] = {
	target   = "USbu",
	sp_us    = true,
    },
    ["U.S.drybbl"] = {
	target   = "USdrybbl",
	sp_us    = true,
    },
    ["U.S.drygal"] = {
	target   = "USdrygal",
	sp_us    = true,
    },
    ["U.S.drypt"] = {
	target   = "USdrypt",
	sp_us    = true,
    },
    ["U.S.dryqt"] = {
	target   = "USdryqt",
	sp_us    = true,
    },
    ["U.S.flgal"] = {
	target   = "USflgal",
	sp_us    = true,
    },
    ["U.S.floz"] = {
	target   = "USoz",
	sp_us    = true,
    },
    ["U.S.gal"] = {
	target   = "USgal",
	sp_us    = true,
    },
    ["u.s.gal"] = {
	target   = "USgal",
	sp_us    = true,
    },
    ["U.S.gi"] = {
	target   = "USgi",
	sp_us    = true,
    },
    ["U.S.kenning"] = {
	target   = "USkenning",
	sp_us    = true,
    },
    ["U.S.oz"] = {
	target   = "USoz",
	sp_us    = true,
    },
    ["U.S.pk"] = {
	target   = "USpk",
	sp_us    = true,
    },
    ["U.S.pt"] = {
	target   = "USpt",
	sp_us    = true,
    },
    ["U.S.qt"] = {
	target   = "USqt",
	sp_us    = true,
    },
    ["usbbl"] = {
	target   = "USbbl",
    },
    ["usbeerbbl"] = {
	target   = "USbeerbbl",
    },
    ["usbsh"] = {
	target   = "USbsh",
    },
    ["usbu"] = {
	target   = "USbu",
    },
    ["usdrybbl"] = {
	target   = "USdrybbl",
    },
    ["usdrygal"] = {
	target   = "USdrygal",
    },
    ["usdrypt"] = {
	target   = "USdrypt",
    },
    ["usdryqt"] = {
	target   = "USdryqt",
    },
    ["USfloz"] = {
	target   = "USoz",
    },
    ["usfloz"] = {
	target   = "USoz",
    },
    ["USGAL"] = {
	target   = "USgal",
    },
    ["usgal"] = {
	target   = "USgal",
    },
    ["usgi"] = {
	target   = "USgi",
    },
    ["uskenning"] = {
	target   = "USkenning",
    },
    ["usoz"] = {
	target   = "USoz",
    },
    ["uspk"] = {
	target   = "USpk",
    },
    ["uspt"] = {
	target   = "USpt",
    },
    ["usqt"] = {
	target   = "USqt",
    },
    ["yd3"] = {
	target   = "cuyd",
    },
    ["miydftin"] = {
	combination = { "in", "ft", "yd", "mi" },
	multiple = { 12, 3, 1760 },
	utype    = "length",
    },
    ["mift"] = {
	combination = { "ft", "mi" },
	multiple = { 5280 },
	utype    = "length",
    },
    ["ydftin"] = {
	combination = { "in", "ft", "yd" },
	multiple = { 12, 3 },
	utype    = "length",
    },
    ["ydft"] = {
	combination = { "ft", "yd" },
	multiple = { 3 },
	utype    = "length",
    },
    ["ftin"] = {
	combination = { "in", "ft" },
	multiple = { 12 },
	utype    = "length",
    },
    ["footin"] = {
	combination = { "in", "foot" },
	multiple = { 12 },
	utype    = "length",
    },
    ["handin"] = {
	combination = { "in", "hand" },
	multiple = { 4 },
	utype    = "length",
    },
    ["lboz"] = {
	combination = { "oz", "lb" },
	multiple = { 16 },
	utype    = "mass",
    },
    ["stlb"] = {
	combination = { "lb", "st" },
	multiple = { 14 },
	utype    = "mass",
    },
    ["stlboz"] = {
	combination = { "oz", "lb", "st" },
	multiple = { 16, 14 },
	utype    = "mass",
    },
    ["st and lb"] = {
	combination = { "lb", "st" },
	multiple = { 14 },
	utype    = "mass",
    },
    ["acre ha"] = {
	combination = { "acre", "ha" },
	utype    = "area",
    },
    ["acre m2"] = {
	combination = { "acre", "m2" },
	utype    = "area",
    },
    ["acre sqm"] = {
	combination = { "acre", "sqm" },
	utype    = "area",
    },
    ["acre sqmi"] = {
	combination = { "acre", "sqmi" },
	utype    = "area",
    },
    ["cm2 in2"] = {
	combination = { "cm2", "sqin" },
	utype    = "area",
    },
    ["cm2 sqin"] = {
	combination = { "cm2", "sqin" },
	utype    = "area",
    },
    ["foot2 m2"] = {
	combination = { "foot2", "m2" },
	utype    = "area",
    },
    ["ft2 m2"] = {
	combination = { "ft2", "m2" },
	utype    = "area",
    },
    ["ha acre"] = {
	combination = { "ha", "acre" },
	utype    = "area",
    },
    ["ha sqmi"] = {
	combination = { "ha", "sqmi" },
	utype    = "area",
    },
    ["in2 cm2"] = {
	combination = { "sqin", "cm2" },
	utype    = "area",
    },
    ["in2 mm2"] = {
	combination = { "sqin", "mm2" },
	utype    = "area",
    },
    ["km2 acre sqmi"] = {
	combination = { "km2", "acre", "sqmi" },
	utype    = "area",
    },
    ["km2 mi2"] = {
	combination = { "km2", "sqmi" },
	utype    = "area",
    },
    ["km2 sqmi"] = {
	combination = { "km2", "sqmi" },
	utype    = "area",
    },
    ["m2 ft2"] = {
	combination = { "m2", "ft2" },
	utype    = "area",
    },
    ["m2 sqft"] = {
	combination = { "m2", "sqft" },
	utype    = "area",
    },
    ["mi2 ha"] = {
	combination = { "sqmi", "ha" },
	utype    = "area",
    },
    ["mi2 km2"] = {
	combination = { "sqmi", "km2" },
	utype    = "area",
    },
    ["mm2 in2"] = {
	combination = { "mm2", "sqin" },
	utype    = "area",
    },
    ["mm2 sqin"] = {
	combination = { "mm2", "sqin" },
	utype    = "area",
    },
    ["sqfoot m2"] = {
	combination = { "sqfoot", "m2" },
	utype    = "area",
    },
    ["sqft m2"] = {
	combination = { "sqft", "m2" },
	utype    = "area",
    },
    ["sqft sqm"] = {
	combination = { "sqft", "m2" },
	utype    = "area",
    },
    ["sqin cm2"] = {
	combination = { "sqin", "cm2" },
	utype    = "area",
    },
    ["sqin mm2"] = {
	combination = { "sqin", "mm2" },
	utype    = "area",
    },
    ["sqmi acre"] = {
	combination = { "sqmi", "acre" },
	utype    = "area",
    },
    ["sqmi ha"] = {
	combination = { "sqmi", "ha" },
	utype    = "area",
    },
    ["sqmi ha km2"] = {
	combination = { "sqmi", "ha", "km2" },
	utype    = "area",
    },
    ["sqmi km2"] = {
	combination = { "sqmi", "km2" },
	utype    = "area",
    },
    ["tsubo sqft"] = {
	combination = { "tsubo", "sqft" },
	utype    = "area",
    },
    ["lb/impgal lb/USgal"] = {
	combination = { "lb/impgal", "lb/USgal" },
	utype    = "density",
    },
    ["kWh/km kWh/mi"] = {
	combination = { "kWh/km", "kWh/mi" },
	utype    = "energy per unit length",
    },
    ["kWh/km MJ/km"] = {
	combination = { "kWh/km", "MJ/km" },
	utype    = "energy per unit length",
    },
    ["MJ/km kWh/km"] = {
	combination = { "MJ/km", "kWh/km" },
	utype    = "energy per unit length",
    },
    ["MJ/km kWh/mi"] = {
	combination = { "MJ/km", "kWh/mi" },
	utype    = "energy per unit length",
    },
    ["impgal/h USgal/h"] = {
	combination = { "impgal/h", "USgal/h" },
	utype    = "flow",
    },
    ["impgal/min USgal/min"] = {
	combination = { "impgal/min", "USgal/min" },
	utype    = "flow",
    },
    ["L/s impgal/min"] = {
	combination = { "L/s", "impgal/min" },
	utype    = "flow",
    },
    ["m3/s impgal/min"] = {
	combination = { "m3/s", "impgal/min" },
	utype    = "flow",
    },
    ["GN LT-f"] = {
	combination = { "GN", "LT-f" },
	utype    = "force",
    },
    ["GN LT-f ST-f"] = {
	combination = { "GN", "LT-f", "ST-f" },
	utype    = "force",
    },
    ["GN LTf"] = {
	combination = { "GN", "LTf" },
	utype    = "force",
    },
    ["GN LTf STf"] = {
	combination = { "GN", "LTf", "STf" },
	utype    = "force",
    },
    ["GN ST-f"] = {
	combination = { "GN", "ST-f" },
	utype    = "force",
    },
    ["GN ST-f LT-f"] = {
	combination = { "GN", "ST-f", "LT-f" },
	utype    = "force",
    },
    ["GN STf"] = {
	combination = { "GN", "STf" },
	utype    = "force",
    },
    ["GN STf LTf"] = {
	combination = { "GN", "STf", "LTf" },
	utype    = "force",
    },
    ["kN lb-f"] = {
	combination = { "kN", "lb-f" },
	utype    = "force",
    },
    ["kN lbf"] = {
	combination = { "kN", "lbf" },
	utype    = "force",
    },
    ["kN LT-f"] = {
	combination = { "kN", "LT-f" },
	utype    = "force",
    },
    ["kN LT-f ST-f"] = {
	combination = { "kN", "LT-f", "ST-f" },
	utype    = "force",
    },
    ["kN LTf"] = {
	combination = { "kN", "LTf" },
	utype    = "force",
    },
    ["kN LTf STf"] = {
	combination = { "kN", "LTf", "STf" },
	utype    = "force",
    },
    ["kN ST-f"] = {
	combination = { "kN", "ST-f" },
	utype    = "force",
    },
    ["kN ST-f LT-f"] = {
	combination = { "kN", "ST-f", "LT-f" },
	utype    = "force",
    },
    ["kN STf"] = {
	combination = { "kN", "STf" },
	utype    = "force",
    },
    ["kN STf LTf"] = {
	combination = { "kN", "STf", "LTf" },
	utype    = "force",
    },
    ["LT-f ST-f"] = {
	combination = { "LT-f", "ST-f" },
	utype    = "force",
    },
    ["LTf STf"] = {
	combination = { "LTf", "STf" },
	utype    = "force",
    },
    ["mN gr-f"] = {
	combination = { "mN", "gr-f" },
	utype    = "force",
    },
    ["mN grf"] = {
	combination = { "mN", "grf" },
	utype    = "force",
    },
    ["MN LT-f"] = {
	combination = { "MN", "LT-f" },
	utype    = "force",
    },
    ["MN LT-f ST-f"] = {
	combination = { "MN", "LT-f", "ST-f" },
	utype    = "force",
    },
    ["MN LTf"] = {
	combination = { "MN", "LTf" },
	utype    = "force",
    },
    ["MN LTf STf"] = {
	combination = { "MN", "LTf", "STf" },
	utype    = "force",
    },
    ["mN oz-f"] = {
	combination = { "mN", "oz-f" },
	utype    = "force",
    },
    ["mN ozf"] = {
	combination = { "mN", "ozf" },
	utype    = "force",
    },
    ["MN ST-f"] = {
	combination = { "MN", "ST-f" },
	utype    = "force",
    },
    ["MN ST-f LT-f"] = {
	combination = { "MN", "ST-f", "LT-f" },
	utype    = "force",
    },
    ["MN STf"] = {
	combination = { "MN", "STf" },
	utype    = "force",
    },
    ["MN STf LTf"] = {
	combination = { "MN", "STf", "LTf" },
	utype    = "force",
    },
    ["N lb-f"] = {
	combination = { "N", "lb-f" },
	utype    = "force",
    },
    ["N lbf"] = {
	combination = { "N", "lbf" },
	utype    = "force",
    },
    ["N oz-f"] = {
	combination = { "N", "oz-f" },
	utype    = "force",
    },
    ["N ozf"] = {
	combination = { "N", "ozf" },
	utype    = "force",
    },
    ["nN gr-f"] = {
	combination = { "nN", "gr-f" },
	utype    = "force",
    },
    ["nN grf"] = {
	combination = { "nN", "grf" },
	utype    = "force",
    },
    ["S/T-f L/T-f"] = {
	combination = { "S/T-f", "LT-f" },
	utype    = "force",
    },
    ["S/Tf L/Tf"] = {
	combination = { "S/Tf", "LTf" },
	utype    = "force",
    },
    ["ST-f LT-f"] = {
	combination = { "ST-f", "LT-f" },
	utype    = "force",
    },
    ["STf LTf"] = {
	combination = { "STf", "LTf" },
	utype    = "force",
    },
    ["uN gr-f"] = {
	combination = { "µN", "gr-f" },
	utype    = "force",
    },
    ["uN grf"] = {
	combination = { "µN", "grf" },
	utype    = "force",
    },
    ["µN gr-f"] = {
	combination = { "µN", "gr-f" },
	utype    = "force",
    },
    ["µN grf"] = {
	combination = { "µN", "grf" },
	utype    = "force",
    },
    ["μN gr-f"] = {
	combination = { "µN", "gr-f" },
	utype    = "force",
    },
    ["μN grf"] = {
	combination = { "µN", "grf" },
	utype    = "force",
    },
    ["impgal/mi U.S.gal/mi"] = {
	combination = { "impgal/mi", "U.S.gal/mi" },
	utype    = "fuel efficiency",
    },
    ["impgal/mi USgal/mi"] = {
	combination = { "impgal/mi", "USgal/mi" },
	utype    = "fuel efficiency",
    },
    ["km/L mpgimp"] = {
	combination = { "km/L", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["km/l mpgimp"] = {
	combination = { "km/l", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["km/L mpgU.S."] = {
	combination = { "km/L", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["km/l mpgU.S."] = {
	combination = { "km/l", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["km/L mpgUS"] = {
	combination = { "km/L", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["km/L mpgus"] = {
	combination = { "km/L", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["km/l mpgUS"] = {
	combination = { "km/l", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["km/l mpgus"] = {
	combination = { "km/l", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgimp"] = {
	combination = { "L/100 km", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgimp"] = {
	combination = { "l/100 km", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgU.S."] = {
	combination = { "L/100 km", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgU.S."] = {
	combination = { "l/100 km", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgUS"] = {
	combination = { "L/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["L/100 km mpgus"] = {
	combination = { "L/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgUS"] = {
	combination = { "l/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["l/100 km mpgus"] = {
	combination = { "l/100 km", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["L/km impgal/mi"] = {
	combination = { "L/km", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km impgal/mi"] = {
	combination = { "l/km", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["L/km U.S.gal/mi"] = {
	combination = { "L/km", "U.S.gal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km U.S.gal/mi"] = {
	combination = { "l/km", "U.S.gal/mi" },
	utype    = "fuel efficiency",
    },
    ["L/km USgal/mi"] = {
	combination = { "L/km", "USgal/mi" },
	utype    = "fuel efficiency",
    },
    ["L/km usgal/mi"] = {
	combination = { "L/km", "usgal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km USgal/mi"] = {
	combination = { "l/km", "USgal/mi" },
	utype    = "fuel efficiency",
    },
    ["l/km usgal/mi"] = {
	combination = { "l/km", "usgal/mi" },
	utype    = "fuel efficiency",
    },
    ["mpgimp L/100 km"] = {
	combination = { "mpgimp", "L/100 km" },
	utype    = "fuel efficiency",
    },
    ["mpgimp mpgU.S."] = {
	combination = { "mpgimp", "mpgU.S." },
	utype    = "fuel efficiency",
    },
    ["mpgimp mpgUS"] = {
	combination = { "mpgimp", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["mpgimp mpgus"] = {
	combination = { "mpgimp", "mpgus" },
	utype    = "fuel efficiency",
    },
    ["mpgU.S. mpgimp"] = {
	combination = { "mpgU.S.", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["mpgUS mpgimp"] = {
	combination = { "mpgus", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["mpgus mpgimp"] = {
	combination = { "mpgus", "mpgimp" },
	utype    = "fuel efficiency",
    },
    ["U.S.gal/mi impgal/mi"] = {
	combination = { "U.S.gal/mi", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["USgal/mi impgal/mi"] = {
	combination = { "USgal/mi", "impgal/mi" },
	utype    = "fuel efficiency",
    },
    ["cm in"] = {
	combination = { "cm", "in" },
	utype    = "length",
    },
    ["fathom ft"] = {
	combination = { "fathom", "ft" },
	utype    = "length",
    },
    ["foot m"] = {
	combination = { "foot", "m" },
	utype    = "length",
    },
    ["ft km"] = {
	combination = { "ft", "km" },
	utype    = "length",
    },
    ["ft m"] = {
	combination = { "ft", "m" },
	utype    = "length",
    },
    ["ft mi"] = {
	combination = { "ft", "mi" },
	utype    = "length",
    },
    ["in cm"] = {
	combination = { "in", "cm" },
	utype    = "length",
    },
    ["in mm"] = {
	combination = { "in", "mm" },
	utype    = "length",
    },
    ["km ly"] = {
	combination = { "km", "ly" },
	utype    = "length",
    },
    ["km mi"] = {
	combination = { "km", "mi" },
	utype    = "length",
    },
    ["km mi ft"] = {
	combination = { "km", "mi", "ft" },
	utype    = "length",
    },
    ["km nmi"] = {
	combination = { "km", "nmi" },
	utype    = "length",
    },
    ["m foot"] = {
	combination = { "m", "foot" },
	utype    = "length",
    },
    ["m ft"] = {
	combination = { "m", "ft" },
	utype    = "length",
    },
    ["m yd"] = {
	combination = { "m", "yd" },
	utype    = "length",
    },
    ["mi ft"] = {
	combination = { "mi", "ft" },
	utype    = "length",
    },
    ["mi km"] = {
	combination = { "mi", "km" },
	utype    = "length",
    },
    ["mi nmi"] = {
	combination = { "mi", "nmi" },
	utype    = "length",
    },
    ["mm in"] = {
	combination = { "mm", "in" },
	utype    = "length",
    },
    ["nmi km"] = {
	combination = { "nmi", "km" },
	utype    = "length",
    },
    ["nmi mi"] = {
	combination = { "nmi", "mi" },
	utype    = "length",
    },
    ["nmi mi ft"] = {
	combination = { "nmi", "mi", "ft" },
	utype    = "length",
    },
    ["statmi km"] = {
	combination = { "smi", "km" },
	utype    = "length",
    },
    ["yd m"] = {
	combination = { "yd", "m" },
	utype    = "length",
    },
    ["g gr"] = {
	combination = { "g", "gr" },
	utype    = "mass",
    },
    ["g oz"] = {
	combination = { "g", "oz" },
	utype    = "mass",
    },
    ["gr mg"] = {
	combination = { "gr", "mg" },
	utype    = "mass",
    },
    ["kg lb"] = {
	combination = { "kg", "lb" },
	utype    = "mass",
    },
    ["kg lb st"] = {
	combination = { "kg", "lb", "st" },
	utype    = "mass",
    },
    ["kg Scwt"] = {
	combination = { "kg", "Scwt" },
	utype    = "mass",
    },
    ["kg st"] = {
	combination = { "kg", "st" },
	utype    = "mass",
    },
    ["kg st lb"] = {
	combination = { "kg", "st", "lb" },
	utype    = "mass",
    },
    ["kg stlb"] = {
	combination = { "kg", "stlb" },
	utype    = "mass",
    },
    ["lb kg"] = {
	combination = { "lb", "kg" },
	utype    = "mass",
    },
    ["lb kg st"] = {
	combination = { "lb", "kg", "st" },
	utype    = "mass",
    },
    ["lb ozt"] = {
	combination = { "lb", "ozt" },
	utype    = "mass",
    },
    ["lb st"] = {
	combination = { "lb", "st" },
	utype    = "mass",
    },
    ["lb st kg"] = {
	combination = { "lb", "st", "kg" },
	utype    = "mass",
    },
    ["lb stlb"] = {
	combination = { "lb", "stlb" },
	utype    = "mass",
    },
    ["LT MT"] = {
	combination = { "LT", "MT" },
	utype    = "mass",
    },
    ["LT MT ST"] = {
	combination = { "LT", "MT", "ST" },
	utype    = "mass",
    },
    ["LT ST"] = {
	combination = { "LT", "ST" },
	utype    = "mass",
    },
    ["LT ST MT"] = {
	combination = { "LT", "ST", "MT" },
	utype    = "mass",
    },
    ["LT ST t"] = {
	combination = { "LT", "ST", "t" },
	utype    = "mass",
    },
    ["LT t"] = {
	combination = { "LT", "t" },
	utype    = "mass",
    },
    ["LT t ST"] = {
	combination = { "LT", "t", "ST" },
	utype    = "mass",
    },
    ["mg gr"] = {
	combination = { "mg", "gr" },
	utype    = "mass",
    },
    ["MT LT"] = {
	combination = { "MT", "LT" },
	utype    = "mass",
    },
    ["MT LT ST"] = {
	combination = { "MT", "LT", "ST" },
	utype    = "mass",
    },
    ["MT ST"] = {
	combination = { "MT", "ST" },
	utype    = "mass",
    },
    ["MT ST LT"] = {
	combination = { "MT", "ST", "LT" },
	utype    = "mass",
    },
    ["oz g"] = {
	combination = { "oz", "g" },
	utype    = "mass",
    },
    ["oz ozt"] = {
	combination = { "oz", "ozt" },
	utype    = "mass",
    },
    ["ozt g"] = {
	combination = { "ozt", "g" },
	utype    = "mass",
    },
    ["ozt kg"] = {
	combination = { "ozt", "kg" },
	utype    = "mass",
    },
    ["ozt oz"] = {
	combination = { "ozt", "oz" },
	utype    = "mass",
    },
    ["st kg"] = {
	combination = { "st", "kg" },
	utype    = "mass",
    },
    ["st kg lb"] = {
	combination = { "st", "kg", "lb" },
	utype    = "mass",
    },
    ["st lb"] = {
	combination = { "st", "lb" },
	utype    = "mass",
    },
    ["st lb kg"] = {
	combination = { "st", "lb", "kg" },
	utype    = "mass",
    },
    ["ST LT"] = {
	combination = { "ST", "LT" },
	utype    = "mass",
    },
    ["ST LT MT"] = {
	combination = { "ST", "LT", "MT" },
	utype    = "mass",
    },
    ["ST LT t"] = {
	combination = { "ST", "LT", "t" },
	utype    = "mass",
    },
    ["ST MT"] = {
	combination = { "ST", "MT" },
	utype    = "mass",
    },
    ["ST MT LT"] = {
	combination = { "ST", "MT", "LT" },
	utype    = "mass",
    },
    ["ST t"] = {
	combination = { "ST", "t" },
	utype    = "mass",
    },
    ["ST t LT"] = {
	combination = { "ST", "t", "LT" },
	utype    = "mass",
    },
    ["t LT"] = {
	combination = { "t", "LT" },
	utype    = "mass",
    },
    ["t LT ST"] = {
	combination = { "t", "LT", "ST" },
	utype    = "mass",
    },
    ["t Scwt"] = {
	combination = { "t", "Scwt" },
	utype    = "mass",
    },
    ["t ST"] = {
	combination = { "t", "ST" },
	utype    = "mass",
    },
    ["t ST LT"] = {
	combination = { "t", "ST", "LT" },
	utype    = "mass",
    },
    ["ton"] = {
	combination = { "LT", "ST" },
	utype    = "mass",
    },
    ["/acre /ha"] = {
	combination = { "/acre", "/ha" },
	utype    = "per unit area",
    },
    ["/ha /acre"] = {
	combination = { "/ha", "/acre" },
	utype    = "per unit area",
    },
    ["/sqkm /sqmi"] = {
	combination = { "/sqkm", "/sqmi" },
	utype    = "per unit area",
    },
    ["/sqmi /sqkm"] = {
	combination = { "/sqmi", "/sqkm" },
	utype    = "per unit area",
    },
    ["PD/acre PD/ha"] = {
	combination = { "PD/acre", "PD/ha" },
	utype    = "population density",
    },
    ["PD/ha PD/acre"] = {
	combination = { "PD/ha", "PD/acre" },
	utype    = "population density",
    },
    ["PD/sqkm PD/sqmi"] = {
	combination = { "PD/sqkm", "PD/sqmi" },
	utype    = "population density",
    },
    ["PD/sqmi PD/sqkm"] = {
	combination = { "PD/sqmi", "PD/sqkm" },
	utype    = "population density",
    },
    ["kW bhp"] = {
	combination = { "kW", "bhp" },
	utype    = "power",
    },
    ["kW hp"] = {
	combination = { "kW", "hp" },
	utype    = "power",
    },
    ["kW PS"] = {
	combination = { "kW", "PS" },
	utype    = "power",
    },
    ["PS bhp"] = {
	combination = { "PS", "bhp" },
	utype    = "power",
    },
    ["PS hp"] = {
	combination = { "PS", "hp" },
	utype    = "power",
    },
    ["bar kPa"] = {
	combination = { "bar", "kPa" },
	utype    = "pressure",
    },
    ["hPa inHg"] = {
	combination = { "hPa", "inHg" },
	utype    = "pressure",
    },
    ["inHg psi"] = {
	combination = { "inHg", "psi" },
	utype    = "pressure",
    },
    ["kPa inHg"] = {
	combination = { "kPa", "inHg" },
	utype    = "pressure",
    },
    ["kPa kg-f/cm2"] = {
	combination = { "kPa", "kg-f/cm2" },
	utype    = "pressure",
    },
    ["kPa kg/cm2"] = {
	combination = { "kPa", "kg/cm2" },
	utype    = "pressure",
    },
    ["kPa kgf/cm2"] = {
	combination = { "kPa", "kgf/cm2" },
	utype    = "pressure",
    },
    ["kPa lb/in2"] = {
	combination = { "kPa", "psi" },
	utype    = "pressure",
    },
    ["kPa mmHg"] = {
	combination = { "kPa", "mmHg" },
	utype    = "pressure",
    },
    ["kPa psi"] = {
	combination = { "kPa", "psi" },
	utype    = "pressure",
    },
    ["kPa Torr"] = {
	combination = { "kPa", "Torr" },
	utype    = "pressure",
    },
    ["mmHg psi"] = {
	combination = { "mmHg", "psi" },
	utype    = "pressure",
    },
    ["MPa kg-f/cm2"] = {
	combination = { "MPa", "kg-f/cm2" },
	utype    = "pressure",
    },
    ["MPa kgf/cm2"] = {
	combination = { "MPa", "kgf/cm2" },
	utype    = "pressure",
    },
    ["MPa ksi"] = {
	combination = { "MPa", "ksi" },
	utype    = "pressure",
    },
    ["MPa psi"] = {
	combination = { "MPa", "psi" },
	utype    = "pressure",
    },
    ["Torr psi"] = {
	combination = { "Torr", "psi" },
	utype    = "pressure",
    },
    ["foot/s m/s"] = {
	combination = { "foot/s", "m/s" },
	utype    = "speed",
    },
    ["ft/s m/s"] = {
	combination = { "ft/s", "m/s" },
	utype    = "speed",
    },
    ["km/h kn"] = {
	combination = { "km/h", "kn" },
	utype    = "speed",
    },
    ["km/h mph"] = {
	combination = { "km/h", "mph" },
	utype    = "speed",
    },
    ["kn km/h"] = {
	combination = { "kn", "km/h" },
	utype    = "speed",
    },
    ["kn m/s"] = {
	combination = { "kn", "m/s" },
	utype    = "speed",
    },
    ["kn mph"] = {
	combination = { "kn", "mph" },
	utype    = "speed",
    },
    ["m/s foot/s"] = {
	combination = { "m/s", "foot/s" },
	utype    = "speed",
    },
    ["m/s ft/s"] = {
	combination = { "m/s", "ft/s" },
	utype    = "speed",
    },
    ["m/s kn km/h"] = {
	combination = { "m/s", "kn", "km/h" },
	utype    = "speed",
    },
    ["m/s mph"] = {
	combination = { "m/s", "mph" },
	utype    = "speed",
    },
    ["mph km/h"] = {
	combination = { "mph", "km/h" },
	utype    = "speed",
    },
    ["mph kn"] = {
	combination = { "mph", "kn" },
	utype    = "speed",
    },
    ["C F"] = {
	combination = { "C", "F" },
	utype    = "temperature",
    },
    ["C F K"] = {
	combination = { "C", "F", "K" },
	utype    = "temperature",
    },
    ["C F R"] = {
	combination = { "C", "F", "R" },
	utype    = "temperature",
    },
    ["C K"] = {
	combination = { "C", "K" },
	utype    = "temperature",
    },
    ["C K F"] = {
	combination = { "C", "K", "F" },
	utype    = "temperature",
    },
    ["C K R"] = {
	combination = { "C", "K", "R" },
	utype    = "temperature",
    },
    ["C R"] = {
	combination = { "C", "R" },
	utype    = "temperature",
    },
    ["C R F"] = {
	combination = { "C", "R", "F" },
	utype    = "temperature",
    },
    ["C R K"] = {
	combination = { "C", "R", "K" },
	utype    = "temperature",
    },
    ["F C"] = {
	combination = { "F", "C" },
	utype    = "temperature",
    },
    ["F C K"] = {
	combination = { "F", "C", "K" },
	utype    = "temperature",
    },
    ["F C R"] = {
	combination = { "F", "C", "R" },
	utype    = "temperature",
    },
    ["F K"] = {
	combination = { "F", "K" },
	utype    = "temperature",
    },
    ["F K C"] = {
	combination = { "F", "K", "C" },
	utype    = "temperature",
    },
    ["F K R"] = {
	combination = { "F", "K", "R" },
	utype    = "temperature",
    },
    ["F R"] = {
	combination = { "F", "R" },
	utype    = "temperature",
    },
    ["F R C"] = {
	combination = { "F", "R", "C" },
	utype    = "temperature",
    },
    ["F R K"] = {
	combination = { "F", "R", "K" },
	utype    = "temperature",
    },
    ["K C"] = {
	combination = { "K", "C" },
	utype    = "temperature",
    },
    ["K C F"] = {
	combination = { "K", "C", "F" },
	utype    = "temperature",
    },
    ["K C R"] = {
	combination = { "K", "C", "R" },
	utype    = "temperature",
    },
    ["K F"] = {
	combination = { "K", "F" },
	utype    = "temperature",
    },
    ["K F C"] = {
	combination = { "K", "F", "C" },
	utype    = "temperature",
    },
    ["K F R"] = {
	combination = { "K", "F", "R" },
	utype    = "temperature",
    },
    ["K R"] = {
	combination = { "K", "R" },
	utype    = "temperature",
    },
    ["K R C"] = {
	combination = { "K", "R", "C" },
	utype    = "temperature",
    },
    ["K R F"] = {
	combination = { "K", "R", "F" },
	utype    = "temperature",
    },
    ["K °C"] = {
	combination = { "K", "°C" },
	utype    = "temperature",
    },
    ["K °C °F"] = {
	combination = { "K", "°C", "°F" },
	utype    = "temperature",
    },
    ["K °C °R"] = {
	combination = { "K", "°C", "°R" },
	utype    = "temperature",
    },
    ["K °F"] = {
	combination = { "K", "°F" },
	utype    = "temperature",
    },
    ["K °F °C"] = {
	combination = { "K", "°F", "°C" },
	utype    = "temperature",
    },
    ["K °F °R"] = {
	combination = { "K", "°F", "°R" },
	utype    = "temperature",
    },
    ["K °R"] = {
	combination = { "K", "°R" },
	utype    = "temperature",
    },
    ["K °R °C"] = {
	combination = { "K", "°R", "°C" },
	utype    = "temperature",
    },
    ["K °R °F"] = {
	combination = { "K", "°R", "°F" },
	utype    = "temperature",
    },
    ["R C"] = {
	combination = { "R", "C" },
	utype    = "temperature",
    },
    ["R C F"] = {
	combination = { "R", "C", "F" },
	utype    = "temperature",
    },
    ["R C K"] = {
	combination = { "R", "C", "K" },
	utype    = "temperature",
    },
    ["R F"] = {
	combination = { "R", "F" },
	utype    = "temperature",
    },
    ["R F C"] = {
	combination = { "R", "F", "C" },
	utype    = "temperature",
    },
    ["R F K"] = {
	combination = { "R", "F", "K" },
	utype    = "temperature",
    },
    ["R K"] = {
	combination = { "R", "K" },
	utype    = "temperature",
    },
    ["R K C"] = {
	combination = { "R", "K", "C" },
	utype    = "temperature",
    },
    ["R K F"] = {
	combination = { "R", "K", "F" },
	utype    = "temperature",
    },
    ["°C K"] = {
	combination = { "°C", "K" },
	utype    = "temperature",
    },
    ["°C K °F"] = {
	combination = { "°C", "K", "°F" },
	utype    = "temperature",
    },
    ["°C K °R"] = {
	combination = { "°C", "K", "°R" },
	utype    = "temperature",
    },
    ["°C °F"] = {
	combination = { "°C", "°F" },
	utype    = "temperature",
    },
    ["°C °F K"] = {
	combination = { "°C", "°F", "K" },
	utype    = "temperature",
    },
    ["°C °F °R"] = {
	combination = { "°C", "°F", "°R" },
	utype    = "temperature",
    },
    ["°C °R"] = {
	combination = { "°C", "°R" },
	utype    = "temperature",
    },
    ["°C °R K"] = {
	combination = { "°C", "°R", "K" },
	utype    = "temperature",
    },
    ["°C °R °F"] = {
	combination = { "°C", "°R", "°F" },
	utype    = "temperature",
    },
    ["°F K"] = {
	combination = { "°F", "K" },
	utype    = "temperature",
    },
    ["°F K °C"] = {
	combination = { "°F", "K", "°C" },
	utype    = "temperature",
    },
    ["°F K °R"] = {
	combination = { "°F", "K", "°R" },
	utype    = "temperature",
    },
    ["°F R"] = {
	combination = { "F", "R" },
	utype    = "temperature",
    },
    ["°F °C"] = {
	combination = { "°F", "°C" },
	utype    = "temperature",
    },
    ["°F °C K"] = {
	combination = { "°F", "°C", "K" },
	utype    = "temperature",
    },
    ["°F °C °R"] = {
	combination = { "°F", "°C", "°R" },
	utype    = "temperature",
    },
    ["°F °R"] = {
	combination = { "°F", "°R" },
	utype    = "temperature",
    },
    ["°F °R K"] = {
	combination = { "°F", "°R", "K" },
	utype    = "temperature",
    },
    ["°F °R °C"] = {
	combination = { "°F", "°R", "°C" },
	utype    = "temperature",
    },
    ["°R K"] = {
	combination = { "°R", "K" },
	utype    = "temperature",
    },
    ["°R K °C"] = {
	combination = { "°R", "K", "°C" },
	utype    = "temperature",
    },
    ["°R K °F"] = {
	combination = { "°R", "K", "°F" },
	utype    = "temperature",
    },
    ["°R °C"] = {
	combination = { "°R", "°C" },
	utype    = "temperature",
    },
    ["°R °C K"] = {
	combination = { "°R", "°C", "K" },
	utype    = "temperature",
    },
    ["°R °C °F"] = {
	combination = { "°R", "°C", "°F" },
	utype    = "temperature",
    },
    ["°R °F"] = {
	combination = { "°R", "°F" },
	utype    = "temperature",
    },
    ["°R °F K"] = {
	combination = { "°R", "°F", "K" },
	utype    = "temperature",
    },
    ["°R °F °C"] = {
	combination = { "°R", "°F", "°C" },
	utype    = "temperature",
    },
    ["kgm lbft"] = {
	combination = { "kg.m", "lb.ft" },
	utype    = "torque",
    },
    ["lbft kgm"] = {
	combination = { "lb.ft", "kg.m" },
	utype    = "torque",
    },
    ["Nm kgm"] = {
	combination = { "N.m", "kg.m" },
	utype    = "torque",
    },
    ["Nm lb-fft"] = {
	combination = { "N.m", "lb-fft" },
	utype    = "torque",
    },
    ["Nm lbfft"] = {
	combination = { "Nm", "lbfft" },
	utype    = "torque",
    },
    ["Nm lbft"] = {
	combination = { "Nm", "lbft" },
	utype    = "torque",
    },
    ["cc L"] = {
	combination = { "cc", "L" },
	utype    = "volume",
    },
    ["cm3 L"] = {
	combination = { "cm3", "L" },
	utype    = "volume",
    },
    ["cuft m3"] = {
	combination = { "cuft", "m3" },
	utype    = "volume",
    },
    ["cuin USoz USpt"] = {
	combination = { "cuin", "USoz", "USpt" },
	utype    = "volume",
    },
    ["cuyd m3"] = {
	combination = { "cuyd", "m3" },
	utype    = "volume",
    },
    ["floz"] = {
	combination = { "impoz", "USoz" },
	utype    = "volume",
    },
    ["hL impgal"] = {
	combination = { "hL", "impgal" },
	utype    = "volume",
    },
    ["hl impgal"] = {
	combination = { "hl", "impgal" },
	utype    = "volume",
    },
    ["hL impgal U.S.gal"] = {
	combination = { "hL", "impgal", "USgal" },
	utype    = "volume",
    },
    ["hl impgal U.S.gal"] = {
	combination = { "hl", "impgal", "USgal" },
	utype    = "volume",
    },
    ["hL impgal USgal"] = {
	combination = { "hL", "impgal", "USgal" },
	utype    = "volume",
    },
    ["hl impgal USgal"] = {
	combination = { "hl", "impgal", "USgal" },
	utype    = "volume",
    },
    ["hL U.S.gal"] = {
	combination = { "hL", "USgal" },
	utype    = "volume",
    },
    ["hl U.S.gal"] = {
	combination = { "hl", "USgal" },
	utype    = "volume",
    },
    ["hL U.S.gal impgal"] = {
	combination = { "hL", "USgal", "impgal" },
	utype    = "volume",
    },
    ["hl U.S.gal impgal"] = {
	combination = { "hl", "USgal", "impgal" },
	utype    = "volume",
    },
    ["hL USgal"] = {
	combination = { "hL", "USgal" },
	utype    = "volume",
    },
    ["hl USgal"] = {
	combination = { "hl", "USgal" },
	utype    = "volume",
    },
    ["hL USgal impgal"] = {
	combination = { "hL", "USgal", "impgal" },
	utype    = "volume",
    },
    ["hl USgal impgal"] = {
	combination = { "hl", "USgal", "impgal" },
	utype    = "volume",
    },
    ["impfloz U.S.floz"] = {
	combination = { "impfloz", "U.S.floz" },
	utype    = "volume",
    },
    ["impgal cuyd"] = {
	combination = { "impgal", "cuyd" },
	utype    = "volume",
    },
    ["impgal L"] = {
	combination = { "impgal", "L" },
	utype    = "volume",
    },
    ["impgal l"] = {
	combination = { "impgal", "l" },
	utype    = "volume",
    },
    ["impgal L U.S.drygal"] = {
	combination = { "impgal", "L", "U.S.drygal" },
	utype    = "volume",
    },
    ["impgal l U.S.drygal"] = {
	combination = { "impgal", "l", "U.S.drygal" },
	utype    = "volume",
    },
    ["impgal L U.S.gal"] = {
	combination = { "impgal", "L", "U.S.gal" },
	utype    = "volume",
    },
    ["impgal l U.S.gal"] = {
	combination = { "impgal", "l", "U.S.gal" },
	utype    = "volume",
    },
    ["impgal L USdrygal"] = {
	combination = { "impgal", "L", "USdrygal" },
	utype    = "volume",
    },
    ["impgal l USdrygal"] = {
	combination = { "impgal", "l", "USdrygal" },
	utype    = "volume",
    },
    ["impgal L USgal"] = {
	combination = { "impgal", "L", "USgal" },
	utype    = "volume",
    },
    ["impgal l USgal"] = {
	combination = { "impgal", "l", "USgal" },
	utype    = "volume",
    },
    ["impgal U.S.drygal"] = {
	combination = { "impgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["impgal U.S.drygal L"] = {
	combination = { "impgal", "U.S.drygal", "L" },
	utype    = "volume",
    },
    ["impgal U.S.drygal l"] = {
	combination = { "impgal", "U.S.drygal", "l" },
	utype    = "volume",
    },
    ["impgal U.S.gal"] = {
	combination = { "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["impgal U.S.gal L"] = {
	combination = { "impgal", "U.S.gal", "L" },
	utype    = "volume",
    },
    ["impgal U.S.gal l"] = {
	combination = { "impgal", "U.S.gal", "l" },
	utype    = "volume",
    },
    ["impgal USdrygal"] = {
	combination = { "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["impgal USdrygal L"] = {
	combination = { "impgal", "USdrygal", "L" },
	utype    = "volume",
    },
    ["impgal USdrygal l"] = {
	combination = { "impgal", "USdrygal", "l" },
	utype    = "volume",
    },
    ["impgal USgal"] = {
	combination = { "impgal", "USgal" },
	utype    = "volume",
    },
    ["impgal usgal"] = {
	combination = { "impgal", "USgal" },
	utype    = "volume",
    },
    ["impgal USgal L"] = {
	combination = { "impgal", "USgal", "L" },
	utype    = "volume",
    },
    ["impgal USgal l"] = {
	combination = { "impgal", "USgal", "l" },
	utype    = "volume",
    },
    ["impgal yd3"] = {
	combination = { "impgal", "cuyd" },
	utype    = "volume",
    },
    ["impoz mL"] = {
	combination = { "impoz", "mL" },
	utype    = "volume",
    },
    ["impoz ml"] = {
	combination = { "impoz", "ml" },
	utype    = "volume",
    },
    ["impoz U.S.oz"] = {
	combination = { "impoz", "U.S.oz" },
	utype    = "volume",
    },
    ["impoz USoz"] = {
	combination = { "impoz", "USoz" },
	utype    = "volume",
    },
    ["impoz usoz"] = {
	combination = { "impoz", "USoz" },
	utype    = "volume",
    },
    ["imppt USpt"] = {
	combination = { "imppt", "USpt" },
	utype    = "volume",
    },
    ["impqt l"] = {
	combination = { "impqt", "l" },
	utype    = "volume",
    },
    ["L cuin"] = {
	combination = { "L", "cuin" },
	utype    = "volume",
    },
    ["L drygal"] = {
	combination = { "L", "drygal" },
	utype    = "volume",
    },
    ["l drygal"] = {
	combination = { "l", "drygal" },
	utype    = "volume",
    },
    ["L impgal"] = {
	combination = { "L", "impgal" },
	utype    = "volume",
    },
    ["l impgal"] = {
	combination = { "l", "impgal" },
	utype    = "volume",
    },
    ["L impgal drygal"] = {
	combination = { "L", "impgal", "drygal" },
	utype    = "volume",
    },
    ["l impgal drygal"] = {
	combination = { "l", "impgal", "drygal" },
	utype    = "volume",
    },
    ["L impgal U.S.drygal"] = {
	combination = { "L", "impgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["l impgal U.S.drygal"] = {
	combination = { "l", "impgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["L impgal U.S.gal"] = {
	combination = { "L", "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["l impgal U.S.gal"] = {
	combination = { "l", "impgal", "U.S.gal" },
	utype    = "volume",
    },
    ["L impgal USdrygal"] = {
	combination = { "L", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["L impgal usdrygal"] = {
	combination = { "L", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["l impgal USdrygal"] = {
	combination = { "l", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["l impgal usdrygal"] = {
	combination = { "l", "impgal", "USdrygal" },
	utype    = "volume",
    },
    ["L impgal USgal"] = {
	combination = { "L", "impgal", "USgal" },
	utype    = "volume",
    },
    ["l impgal USgal"] = {
	combination = { "l", "impgal", "USgal" },
	utype    = "volume",
    },
    ["L imppt"] = {
	combination = { "L", "imppt" },
	utype    = "volume",
    },
    ["l imppt"] = {
	combination = { "l", "imppt" },
	utype    = "volume",
    },
    ["L impqt"] = {
	combination = { "L", "impqt" },
	utype    = "volume",
    },
    ["L U.S.drygal"] = {
	combination = { "L", "U.S.drygal" },
	utype    = "volume",
    },
    ["l U.S.drygal"] = {
	combination = { "l", "U.S.drygal" },
	utype    = "volume",
    },
    ["L U.S.drygal impgal"] = {
	combination = { "L", "U.S.drygal", "impgal" },
	utype    = "volume",
    },
    ["l U.S.drygal impgal"] = {
	combination = { "l", "U.S.drygal", "impgal" },
	utype    = "volume",
    },
    ["L U.S.gal"] = {
	combination = { "L", "U.S.gal" },
	utype    = "volume",
    },
    ["l U.S.gal"] = {
	combination = { "l", "U.S.gal" },
	utype    = "volume",
    },
    ["L U.S.gal impgal"] = {
	combination = { "L", "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["l U.S.gal impgal"] = {
	combination = { "l", "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["L USdrygal"] = {
	combination = { "L", "USdrygal" },
	utype    = "volume",
    },
    ["L usdrygal"] = {
	combination = { "L", "USdrygal" },
	utype    = "volume",
    },
    ["l USdrygal"] = {
	combination = { "l", "USdrygal" },
	utype    = "volume",
    },
    ["l usdrygal"] = {
	combination = { "l", "USdrygal" },
	utype    = "volume",
    },
    ["L USdrygal impgal"] = {
	combination = { "L", "USdrygal", "impgal" },
	utype    = "volume",
    },
    ["l USdrygal impgal"] = {
	combination = { "l", "USdrygal", "impgal" },
	utype    = "volume",
    },
    ["L USgal"] = {
	combination = { "L", "USgal" },
	utype    = "volume",
    },
    ["L usgal"] = {
	combination = { "L", "usgal" },
	utype    = "volume",
    },
    ["l USgal"] = {
	combination = { "l", "USgal" },
	utype    = "volume",
    },
    ["l usgal"] = {
	combination = { "l", "usgal" },
	utype    = "volume",
    },
    ["L USgal impgal"] = {
	combination = { "L", "USgal", "impgal" },
	utype    = "volume",
    },
    ["L usgal impgal"] = {
	combination = { "L", "USgal", "impgal" },
	utype    = "volume",
    },
    ["l USgal impgal"] = {
	combination = { "l", "USgal", "impgal" },
	utype    = "volume",
    },
    ["l USpt"] = {
	combination = { "l", "USpt" },
	utype    = "volume",
    },
    ["m3 impgal"] = {
	combination = { "m3", "impgal" },
	utype    = "volume",
    },
    ["mL impfloz"] = {
	combination = { "mL", "impfloz" },
	utype    = "volume",
    },
    ["ml impfloz"] = {
	combination = { "ml", "impfloz" },
	utype    = "volume",
    },
    ["mL impoz"] = {
	combination = { "mL", "impoz" },
	utype    = "volume",
    },
    ["ml impoz"] = {
	combination = { "ml", "impoz" },
	utype    = "volume",
    },
    ["mL U.S.floz"] = {
	combination = { "mL", "U.S.floz" },
	utype    = "volume",
    },
    ["ml U.S.floz"] = {
	combination = { "ml", "U.S.floz" },
	utype    = "volume",
    },
    ["mL U.S.oz"] = {
	combination = { "mL", "U.S.oz" },
	utype    = "volume",
    },
    ["ml U.S.oz"] = {
	combination = { "ml", "U.S.oz" },
	utype    = "volume",
    },
    ["mL USfloz"] = {
	combination = { "mL", "USfloz" },
	utype    = "volume",
    },
    ["mL usfloz"] = {
	combination = { "mL", "USfloz" },
	utype    = "volume",
    },
    ["ml USfloz"] = {
	combination = { "ml", "USfloz" },
	utype    = "volume",
    },
    ["ml usfloz"] = {
	combination = { "ml", "USfloz" },
	utype    = "volume",
    },
    ["mL USoz"] = {
	combination = { "mL", "USoz" },
	utype    = "volume",
    },
    ["mL usoz"] = {
	combination = { "mL", "USoz" },
	utype    = "volume",
    },
    ["ml USoz"] = {
	combination = { "ml", "USoz" },
	utype    = "volume",
    },
    ["ml usoz"] = {
	combination = { "ml", "USoz" },
	utype    = "volume",
    },
    ["U.S.drygal impgal"] = {
	combination = { "U.S.drygal", "impgal" },
	utype    = "volume",
    },
    ["U.S.drygal impgal L"] = {
	combination = { "U.S.drygal", "impgal", "L" },
	utype    = "volume",
    },
    ["U.S.drygal impgal l"] = {
	combination = { "U.S.drygal", "impgal", "l" },
	utype    = "volume",
    },
    ["U.S.drygal L"] = {
	combination = { "U.S.drygal", "L" },
	utype    = "volume",
    },
    ["U.S.drygal l"] = {
	combination = { "U.S.drygal", "l" },
	utype    = "volume",
    },
    ["U.S.drygal L impgal"] = {
	combination = { "U.S.drygal", "L", "impgal" },
	utype    = "volume",
    },
    ["U.S.drygal l impgal"] = {
	combination = { "U.S.drygal", "l", "impgal" },
	utype    = "volume",
    },
    ["U.S.floz impfloz"] = {
	combination = { "U.S.floz", "impfloz" },
	utype    = "volume",
    },
    ["U.S.gal impgal"] = {
	combination = { "U.S.gal", "impgal" },
	utype    = "volume",
    },
    ["U.S.gal impgal L"] = {
	combination = { "U.S.gal", "impgal", "L" },
	utype    = "volume",
    },
    ["U.S.gal impgal l"] = {
	combination = { "U.S.gal", "impgal", "l" },
	utype    = "volume",
    },
    ["U.S.gal L"] = {
	combination = { "U.S.gal", "L" },
	utype    = "volume",
    },
    ["U.S.gal l"] = {
	combination = { "U.S.gal", "l" },
	utype    = "volume",
    },
    ["U.S.gal L impgal"] = {
	combination = { "U.S.gal", "L", "impgal" },
	utype    = "volume",
    },
    ["U.S.gal l impgal"] = {
	combination = { "U.S.gal", "l", "impgal" },
	utype    = "volume",
    },
    ["U.S.gal U.S.drygal"] = {
	combination = { "U.S.flgal", "U.S.drygal" },
	utype    = "volume",
    },
    ["U.S.oz impoz"] = {
	combination = { "U.S.oz", "impoz" },
	utype    = "volume",
    },
    ["U.S.oz mL"] = {
	combination = { "U.S.oz", "mL" },
	utype    = "volume",
    },
    ["U.S.oz ml"] = {
	combination = { "U.S.oz", "ml" },
	utype    = "volume",
    },
    ["USdrygal impgal"] = {
	combination = { "USdrygal", "impgal" },
	utype    = "volume",
    },
    ["USdrygal impgal L"] = {
	combination = { "USdrygal", "impgal", "L" },
	utype    = "volume",
    },
    ["USdrygal impgal l"] = {
	combination = { "USdrygal", "impgal", "l" },
	utype    = "volume",
    },
    ["USdrygal L"] = {
	combination = { "USdrygal", "L" },
	utype    = "volume",
    },
    ["USdrygal l"] = {
	combination = { "USdrygal", "l" },
	utype    = "volume",
    },
    ["USdrygal L impgal"] = {
	combination = { "USdrygal", "L", "impgal" },
	utype    = "volume",
    },
    ["USdrygal l impgal"] = {
	combination = { "USdrygal", "l", "impgal" },
	utype    = "volume",
    },
    ["USfloz impfloz"] = {
	combination = { "USfloz", "impfloz" },
	utype    = "volume",
    },
    ["USgal impgal"] = {
	combination = { "USgal", "impgal" },
	utype    = "volume",
    },
    ["usgal impgal"] = {
	combination = { "USgal", "impgal" },
	utype    = "volume",
    },
    ["USgal impgal L"] = {
	combination = { "USgal", "impgal", "L" },
	utype    = "volume",
    },
    ["USgal impgal l"] = {
	combination = { "USgal", "impgal", "l" },
	utype    = "volume",
    },
    ["USgal L"] = {
	combination = { "USgal", "L" },
	utype    = "volume",
    },
    ["USgal l"] = {
	combination = { "USgal", "l" },
	utype    = "volume",
    },
    ["USgal L impgal"] = {
	combination = { "USgal", "L", "impgal" },
	utype    = "volume",
    },
    ["USgal l impgal"] = {
	combination = { "USgal", "l", "impgal" },
	utype    = "volume",
    },
    ["USgal m3"] = {
	combination = { "USgal", "m3" },
	utype    = "volume",
    },
    ["USgal USdrygal"] = {
	combination = { "USflgal", "USdrygal" },
	utype    = "volume",
    },
    ["USoz impoz"] = {
	combination = { "USoz", "impoz" },
	utype    = "volume",
    },
    ["USoz mL"] = {
	combination = { "USoz", "mL" },
	utype    = "volume",
    },
    ["USoz ml"] = {
	combination = { "USoz", "ml" },
	utype    = "volume",
    },
}

---------------------------------------------------------------------------
-- Do not change the data in this table because it is created by running --
-- a script that reads the wikitext from a wiki page (see note above).   --
---------------------------------------------------------------------------
local default_exceptions = {
    -- Prefixed units with a default different from that of the base unit.
    -- Each key item is a prefixed symbol (not unitcode).
    ["mm<sup>2</sup>"] = "sqin",
    ["cm<sup>2</sup>"] = "sqin",
    ["dm<sup>2</sup>"] = "sqin",
    ["hm<sup>2</sup>"] = "acre",
    ["km<sup>2</sup>"] = "sqmi",
    ["yJ"] = "µeV",
    ["zJ"] = "meV",
    ["aJ"] = "eV",
    ["fJ"] = "keV",
    ["pJ"] = "MeV",
    ["MJ"] = "kWh",
    ["GJ"] = "kWh",
    ["TJ"] = "kWh",
    ["PJ"] = "kWh",
    ["EJ"] = "kWh",
    ["ZJ"] = "kWh",
    ["YJ"] = "kWh",
    ["nN"] = "gr-f",
    ["µN"] = "gr-f",
    ["mN"] = "oz-f",
    ["pm"] = "in",
    ["nm"] = "in",
    ["µm"] = "in",
    ["mm"] = "in",
    ["cm"] = "in",
    ["dm"] = "in",
    ["dam"] = "ft",
    ["hm"] = "ft",
    ["km"] = "mi",
    ["Mm"] = "mi",
    ["Gm"] = "mi",
    ["Tm"] = "mi",
    ["Pm"] = "mi",
    ["Em"] = "mi",
    ["Zm"] = "mi",
    ["Ym"] = "mi",
    ["ng"] = "gr",
    ["µg"] = "gr",
    ["mg"] = "gr",
    ["kg"] = "lb",
    ["Mg"] = "LT ST",
    ["Gg"] = "lb",
    ["mBq"] = "fCi",
    ["kBq"] = "nCi",
    ["MBq"] = "µCi",
    ["GBq"] = "mCi",
    ["TBq"] = "Ci",
    ["PBq"] = "kCi",
    ["EBq"] = "kCi",
    ["fCi"] = "mBq",
    ["pCi"] = "Bq",
    ["nCi"] = "Bq",
    ["µCi"] = "kBq",
    ["mCi"] = "MBq",
    ["kCi"] = "TBq",
    ["MCi"] = "PBq",
    ["ns"] = "µs",
    ["µs"] = "ms",
    ["ms"] = "s",
    ["ks"] = "h",
    ["Ms"] = "week",
    ["Gs"] = "decade",
    ["Ts"] = "millennium",
    ["Ps"] = "million year",
    ["Es"] = "thousand million year",
    ["µL"] = "cuin",
    ["µl"] = "cuin",
    ["mL"] = "impoz USoz",
    ["ml"] = "impoz USoz",
    ["cL"] = "impoz USoz",
    ["cl"] = "impoz USoz",
    ["dL"] = "impoz USoz",
    ["dl"] = "impoz USoz",
    ["kL"] = "cuft",
    ["kl"] = "cuft",
    ["ML"] = "cuft",
    ["Ml"] = "cuft",
    ["GL"] = "cuft",
    ["Gl"] = "cuft",
    ["TL"] = "cumi",
    ["Tl"] = "cumi",
    ["km<sup>3</sup>"] = "cumi",
    ["cm<sup>3</sup>"] = "cuin",
    ["dm<sup>3</sup>"] = "cuin",
}

---------------------------------------------------------------------------
-- Do not change the data in this table because it is created by running --
-- a script that reads the wikitext from a wiki page (see note above).   --
---------------------------------------------------------------------------
local link_exceptions = {
    -- Prefixed units with a linked article different from that of the base unit.
    -- Each key item is a prefixed symbol (not unitcode).
    ["mm<sup>2</sup>"] = "Square millimetre",
    ["cm<sup>2</sup>"] = "Square centimetre",
    ["dm<sup>2</sup>"] = "Square decimetre",
    ["km<sup>2</sup>"] = "Square kilometre",
    ["fm"] = "Femtometre",
    ["pm"] = "Picometre",
    ["nm"] = "Nanometre",
    ["µm"] = "Micrometre",
    ["mm"] = "Millimetre",
    ["cm"] = "Centimetre",
    ["dm"] = "Decimetre",
    ["dam"] = "Decametre",
    ["hm"] = "Hectometre",
    ["km"] = "Kilometre",
    ["Mm"] = "Megametre",
    ["Gm"] = "Gigametre",
    ["Tm"] = "Terametre",
    ["Pm"] = "Petametre",
    ["Em"] = "Exametre",
    ["Zm"] = "Zettametre",
    ["Ym"] = "Yottametre",
    ["µg"] = "Microgram",
    ["mg"] = "Milligram",
    ["kg"] = "Kilogram",
    ["Mg"] = "Tonne",
    ["yW"] = "Yoctowatt",
    ["zW"] = "Zeptowatt",
    ["aW"] = "Attowatt",
    ["fW"] = "Femtowatt",
    ["pW"] = "Picowatt",
    ["nW"] = "Nanowatt",
    ["µW"] = "Microwatt",
    ["mW"] = "Milliwatt",
    ["kW"] = "Kilowatt",
    ["MW"] = "Megawatt",
    ["GW"] = "Gigawatt",
    ["TW"] = "Terawatt",
    ["PW"] = "Petawatt",
    ["EW"] = "Exawatt",
    ["ZW"] = "Zettawatt",
    ["YW"] = "Yottawatt",
    ["as"] = "Attosecond",
    ["fs"] = "Femtosecond",
    ["ps"] = "Picosecond",
    ["ns"] = "Nanosecond",
    ["µs"] = "Microsecond",
    ["ms"] = "Millisecond",
    ["ks"] = "Kilosecond",
    ["Ms"] = "Megasecond",
    ["Gs"] = "Gigasecond",
    ["Ts"] = "Terasecond",
    ["Ps"] = "Petasecond",
    ["Es"] = "Exasecond",
    ["Zs"] = "Zettasecond",
    ["Ys"] = "Yottasecond",
    ["cm<sup>3</sup>"] = "Cubic centimetre",
    ["dm<sup>3</sup>"] = "Cubic decimetre",
    ["dam<sup>3</sup>"] = "Cubic decametre",
    ["km<sup>3</sup>"] = "Cubic kilometre",
    ["µL"] = "Microlitre",
    ["µl"] = "Microlitre",
    ["mL"] = "Millilitre",
    ["ml"] = "Millilitre",
    ["cL"] = "Centilitre",
    ["cl"] = "Centilitre",
    ["dL"] = "Decilitre",
    ["dl"] = "Decilitre",
    ["daL"] = "Decalitre",
    ["dal"] = "Decalitre",
    ["hL"] = "Hectolitre",
    ["hl"] = "Hectolitre",
    ["kL"] = "Kilolitre",
    ["kl"] = "Kilolitre",
    ["ML"] = "Megalitre",
    ["Ml"] = "Megalitre",
    ["GL"] = "Gigalitre",
    ["Gl"] = "Gigalitre",
    ["TL"] = "Teralitre",
    ["Tl"] = "Teralitre",
    ["PL"] = "Petalitre",
    ["Pl"] = "Petalitre",
}

return {
    SIprefixes = SIprefixes,
    units = units,
    default_exceptions = default_exceptions,
    link_exceptions = link_exceptions,
}