Modulo:Convert/data

Da Wikipedia

La documentazione per questo modulo può essere creata in Modulo:Convert/data/man

-- Conversion data used by [[Module:Convert]] which uses mw.loadData() for
-- read-only access to this module so that it is loaded only once per page.
-- See [[:en:Template:Convert/Transwiki guide]] if copying to another wiki.
--
-- These data tables follow:
--   all_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)
--
-- These tables are generated by a script which reads the wikitext of a page that
-- documents the required properties of each unit; see [[:en:Module:Convert/doc]].

---------------------------------------------------------------------------
-- 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 all_units = {
    ["cm/s2"] = {
	name1    = "centimetro per secondo quadro",
	name2    = "centimetri per secondo quadro",
	symbol   = "cm/s²",
	utype    = "accelerazione",
	scale    = 0.01,
	default  = "ft/s2",
	link     = "Gal",
    },
    ["ft/s2"] = {
	name1    = "piede per secondo quadro",
	name2    = "piedi per secondo quadro",
	symbol   = "ft/s²",
	utype    = "accelerazione",
	scale    = 0.3048,
	default  = "m/s2",
    },
    ["g0"] = {
	name1    = "gravità standard",
	symbol   = "''g<sub>0</sub>''",
	utype    = "accelerazione",
	scale    = 9.80665,
	default  = "m/s2",
    },
    ["km/hs"] = {
	name1    = "chilometro per ora per secondo",
	name2    = "chilometri per ora per secondo",
	symbol   = "km/(h⋅s)",
	utype    = "accelerazione",
	scale    = 0.27777777777777779,
	default  = "mph/s",
    },
    ["km/s2"] = {
	name1    = "chilometro per secondo quadro",
	name2    = "chilometri per secondo quadro",
	symbol   = "km/s²",
	utype    = "accelerazione",
	scale    = 1000,
	default  = "mph/s",
    },
    ["m/s2"] = {
	name1    = "metro per secondo quadro",
	name2    = "metri per secondo quadro",
	symbol   = "m/s²",
	utype    = "accelerazione",
	scale    = 1,
	default  = "ft/s2",
	link     = "Metro al secondo quadrato",
    },
    ["mph/s"] = {
	name1    = "miglia per ora per secondo",
	symbol   = "mph/s",
	utype    = "accelerazione",
	scale    = 0.44704,
	default  = "km/hs",
    },
    ["km/h/s"] = {
	target   = "km/hs",
    },
    ["gravità standard"] = {
	target   = "g0",
    },
    ["1000sqft"] = {
	name1    = "migliaia di piedi quadri",
	symbol   = "1000&nbsp;sq&nbsp;ft",
	utype    = "area",
	scale    = 92.90304,
	default  = "m2",
	link     = "Piede quadro",
    },
    ["a"] = {
	_name1   = "ara",
	_name2   = "are",
	_symbol  = "a",
	utype    = "area",
	scale    = 100,
	prefixes = 1,
	default  = "sqft",
	link     = "Ara (unità di misura)",
    },
    ["acro"] = {
	name2    = "acri",
	symbol   = "acro",
	usename  = 1,
	utype    = "area",
	scale    = 4046.8564224,
	default  = "ha",
	subdivs  = { ["rood"] = { 4, default = "ha" }, ["sqperch"] = { 160, default = "ha" } },
    },
    ["arpent"] = {
	symbol   = "arpent",
	usename  = 1,
	utype    = "area",
	scale    = 3418.89,
	default  = "ha",
    },
    ["cda"] = {
	name1    = "cuerda",
	symbol   = "cda",
	utype    = "area",
	scale    = 3930.395625,
	default  = "ha acro",
    },
    ["daa"] = {
	name1    = "decaro",
	symbol   = "daa",
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
    },
    ["dunam"] = {
	symbol   = "dunam",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
	link     = "Dunum",
    },
    ["dunum"] = {
	symbol   = "dunum",
	usename  = 1,
	utype    = "area",
	scale    = 1000,
	default  = "km2 sqmi",
    },
    ["ha"] = {
	name1    = "ettaro",
	name2    = "ettari",
	symbol   = "ha",
	utype    = "area",
	scale    = 10000,
	default  = "acro",
    },
    ["hectare"] = {
	name1    = "ettaro",
	name2    = "ettari",
	symbol   = "ha",
	usename  = 1,
	utype    = "area",
	scale    = 10000,
	default  = "acro",
    },
    ["acro irlandese"] = {
	name1    = "acro irlandese",
	name2    = "acri irlandesi",
	symbol   = "acro&nbsp;irlandese",
	utype    = "area",
	scale    = 6555.2385024,
	default  = "ha",
    },
    ["m2"] = {
	_name1   = "metro quadro",
	_name2   = "metri quadri",
	_symbol  = "m²",
	utype    = "area",
	scale    = 1,
	prefixes = 2,
	default  = "sqft",
	link     = "Metro quadrato",
    },
    ["pondemaat"] = {
	name1    = "pondemaat",
	symbol   = "pond",
	utype    = "area",
	scale    = 3674.363358816,
	default  = "m2",
    },
    ["pyeong"] = {
	symbol   = "pyeong",
	usename  = 1,
	utype    = "area",
	scale    = 3.3057851239669422,
	default  = "m2",
    },
    ["rai"] = {
	symbol   = "rai",
	utype    = "area",
	scale    = 1600,
	default  = "m2",
	link     = "Rai (unità di misura)",
    },
    ["rood"] = {
	symbol   = "rood",
	usename  = 1,
	utype    = "area",
	scale    = 1011.7141056,
	default  = "sqft m2",
	subdivs  = { ["sqperch"] = { 40, default = "m2" } },
    },
    ["sqft"] = {
	name1    = "piede quadro",
	name2    = "piedi quadri",
	symbol   = "ft²",
	utype    = "area",
	scale    = 0.09290304,
	default  = "m2",
    },
    ["sqin"] = {
	name1    = "pollice quadro",
	name2    = "pollici quadri",
	symbol   = "in²",
	utype    = "area",
	scale    = 0.00064516,
	default  = "cm2",
    },
    ["sqmi"] = {
	name1    = "miglio quadro",
	name2    = "miglia quadre",
	symbol   = "mi²",
	utype    = "area",
	scale    = 2589988.110336,
	default  = "km2",
    },
    ["sqnmi"] = {
	name1    = "miglio nautico quadro",
	name2    = "miglia nautiche quadre",
	symbol   = "sq nmi²",
	utype    = "area",
	scale    = 3429904,
	default  = "km2 sqmi",
	link     = "Miglio nautico",
    },
    ["sqperch"] = {
	symbol   = "perch",
	usename  = 1,
	utype    = "area",
	scale    = 25.29285264,
	default  = "m2",
    },
    ["versta quadra"] = {
	name1    = "verst quadra",
	name2    = "verst quadre",
	symbol   = "versta quadra",
	usename  = 1,
	utype    = "area",
	scale    = 1138062.24,
	default  = "km2 sqmi",
	link     = "Versta",
    },
    ["sqyd"] = {
	name1    = "iarda quadra",
	name2    = "iarde quadre",
	symbol   = "yd²",
	utype    = "area",
	scale    = 0.83612736,
	default  = "m2",
	link     = "Iarda",
    },
    ["tsubo"] = {
	symbol   = "tsubo",
	usename  = 1,
	utype    = "area",
	scale    = 3.3057851239669422,
	default  = "m2",
    },
    ["acre"] = {
	target   = "acro",
    },
    ["acres"] = {
	target   = "acro",
    },
    ["acri"] = {
	target   = "acro",
    },
    ["ara"] = {
	target   = "a",
    },
    ["decare"] = {
	target   = "daa",
    },
    ["ettaro"] = {
	target   = "ha",
    },
    ["ettari"] = {
	target   = "ha",
    },
    ["foot2"] = {
	target   = "sqft",
    },
    ["ft2"] = {
	target   = "sqft",
    },
    ["in2"] = {
	target   = "sqin",
    },
    ["km²"] = {
	target   = "km2",
    },
    ["kmq"] = {
	target   = "km2",
    },
    ["mi2"] = {
	target   = "sqmi",
    },
    ["milioni di acri"] = {
	target   = "e6acro",
    },
    ["milione di acri"] = {
	target   = "e6acro",
    },
    ["milioni di ettari"] = {
	target   = "e6ha",
    },
    ["m²"] = {
	target   = "m2",
    },
    ["mq"] = {
	target   = "m2",
    },
    ["nmi2"] = {
	target   = "sqnmi",
    },
    ["pond"] = {
	target   = "pondemaat",
    },
    ["sq arp"] = {
	target   = "arpent",
    },
    ["sqfoot"] = {
	target   = "sqft",
    },
    ["sqkm"] = {
	target   = "km2",
    },
    ["sqm"] = {
	target   = "m2",
    },
    ["versta2"] = {
	target   = "versta quadra",
    },
    ["yd2"] = {
	target   = "sqyd",
    },
    ["C-change"] = {
	name1    = "grado di variazione Celsius",
	name2    = "gradi di variazione Celsius",
	symbol   = "°C",
	usesymbol= 1,
	utype    = "cambiamento di temperatura",
	scale    = 1,
	default  = "F-change",
	link     = "Grado Celsius",
    },
    ["F-change"] = {
	name1    = "grado di variazione Fahrenheit",
	name2    = "gradi di variazione Fahrenheit",
	symbol   = "°F",
	usesymbol= 1,
	utype    = "cambiamento di temperatura",
	scale    = 0.55555555555555558,
	default  = "C-change",
	link     = "Grado Fahrenheit",
    },
    ["K-change"] = {
	name1    = "grado di variazione kelvin",
	name2    = "gradi di variazione kelvin",
	symbol   = "K",
	usesymbol= 1,
	utype    = "cambiamento di temperatura",
	scale    = 1,
	default  = "F-change",
	link     = "Kelvin",
    },
    ["°C-change"] = {
	target   = "C-change",
    },
    ["°F-change"] = {
	target   = "F-change",
    },
    ["variazione C"] = {
	target   = "C-change",
    },
    ["variazione F"] = {
	target   = "F-change",
    },
    ["variazione °C"] = {
	target   = "C-change",
    },
    ["variazione °F"] = {
	target   = "F-change",
    },
    ["variazione K"] = {
	target   = "K-change",
    },
    ["A/m"] = {
	name1    = "ampere su metro",
	symbol   = "A/m",
	utype    = "campo magnetizzante",
	scale    = 1,
	default  = "Oe",
	link     = "Campo magnetico",
    },
    ["kA/m"] = {
	name1    = "chiloampere su metro",
	symbol   = "kA/m",
	utype    = "campo magnetizzante",
	scale    = 1000,
	default  = "kOe",
	link     = "Campo magnetico",
    },
    ["MA/m"] = {
	name1    = "megaampere su metro",
	symbol   = "MA/m",
	utype    = "campo magnetizzante",
	scale    = 1e6,
	default  = "kOe",
	link     = "Campo magnetico",
    },
    ["Oe"] = {
	_name1   = "oersted",
	_symbol  = "Oe",
	utype    = "campo magnetizzante",
	scale    = 79.5774715,
	prefixes = 1,
	default  = "kA/m",
	link     = "Oersted (unità di misura)",
    },
    ["A.h"] = {
	name1    = "ampere-ora",
	symbol   = "A⋅h",
	utype    = "carica elettrica",
	scale    = 3600,
	default  = "coulomb",
    },
    ["coulomb"] = {
	_name1   = "coulomb",
	_symbol  = "C",
	utype    = "carica elettrica",
	scale    = 1,
	prefixes = 1,
	default  = "e",
	link     = "Coulomb",
    },
    ["e"] = {
	name1    = "carica elementare",
	name2    = "cariche elementari",
	symbol   = "''e''",
	utype    = "carica elettrica",
	scale    = 1.602176487e-19,
	default  = "coulomb",
    },
    ["Ah"] = {
	target   = "A.h",
    },
    ["kgCO2/L"] = {
	name1    = "chilogrammo per litro",
	name2    = "chilogrammi per litro",
	symbol   = "kg(CO<sub>2</sub>)/L",
	utype    = "co2 per unità di volume",
	scale    = 1000,
	default  = "lbCO2/USgal",
    },
    ["lbCO2/USgal"] = {
	name1    = "libbra per gallone americano",
	name2    = "libbre per gallone americano",
	symbol   = "lbCO2/US&nbsp;gal",
	utype    = "co2 per unità di volume",
	scale    = 119.82642731689663,
	default  = "kgCO2/L",
    },
    ["oz/lb"] = {
	per      = { "oz", "lb" },
	utype    = "concentrazione",
	default  = "mg/kg",
    },
    ["mg/kg"] = {
	per      = { "mg", "kg" },
	utype    = "concentrazione",
	default  = "oz/lb",
    },
    ["g/dm3"] = {
	name1    = "grammo per decimetro cubo",
	name2    = "grammi per decimetro cubo",
	symbol   = "g/dm³",
	utype    = "densità",
	scale    = 1,
	default  = "kg/m3",
	link     = "Densità",
    },
    ["g/L"] = {
	name1    = "grammo per litro",
	name2    = "grammi per litro",
	symbol   = "g/L",
	utype    = "densità",
	scale    = 1,
	default  = "lb/cuin",
	link     = "Densità",
    },
    ["g/mL"] = {
	name1    = "grammo per millilitro",
	name2    = "grammi per millilitro",
	symbol   = "g/mL",
	utype    = "densità",
	scale    = 1000,
	default  = "lb/cuin",
	link     = "Densità",
    },
    ["g/ml"] = {
	name1    = "grammo per millilitro",
	name2    = "grammi per millilitro",
	symbol   = "g/ml",
	utype    = "densità",
	scale    = 1000,
	default  = "lb/cuin",
	link     = "Densità",
    },
    ["kg/dm3"] = {
	name1    = "chilogrammo per decimetro cubo",
	name2    = "chilogrammi per decimetro cubo",
	symbol   = "kg/dm³",
	utype    = "densità",
	scale    = 1000,
	default  = "lb/cuft",
	link     = "Densità",
    },
    ["kg/L"] = {
	name1    = "chilogrammo per litro",
	name2    = "chilogrammi per litro",
	symbol   = "kg/L",
	utype    = "densità",
	scale    = 1000,
	default  = "lb/USgal",
	link     = "Densità",
    },
    ["kg/l"] = {
	name1    = "chilogrammo per litro",
	name1_us = "kilograms per liter",
	name2    = "chilogrammi per litro",
	symbol   = "kg/l",
	utype    = "densità",
	scale    = 1000,
	default  = "lb/USgal",
	link     = "Densità",
    },
    ["kg/m3"] = {
	name1    = "chilogrammo per metro cubo",
	name2    = "chilogrammi per metro cubo",
	symbol   = "kg/m³",
	utype    = "densità",
	scale    = 1,
	default  = "lb/cuyd",
	link     = "Densità",
    },
    ["lb/cuft"] = {
	name1    = "libbra per piede cubo",
	name2    = "libbre per piede cubo",
	symbol   = "lb/cu&nbsp;ft",
	utype    = "densità",
	scale    = 16.018463373960142,
	default  = "g/cm3",
	link     = "Densità",
    },
    ["lb/cuin"] = {
	name1    = "libbra per pollice cubo",
	name2    = "libbre per pollice cubo",
	symbol   = "lb/cu&nbsp;in",
	utype    = "densità",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Densità",
    },
    ["lb/cuyd"] = {
	name1    = "libbra per iarda cuba",
	name2    = "libbre per iarde cube",
	symbol   = "lb/cu&nbsp;yd",
	utype    = "densità",
	scale    = 0.5932764212577829,
	default  = "kg/m3",
	link     = "Densità",
    },
    ["lb/impgal"] = {
	name1    = "libbra per gallone imperiale",
	name2    = "libbre per gallone imperiale",
	symbol   = "lb/imp&nbsp;gal",
	utype    = "densità",
	scale    = 99.776372663101697,
	default  = "kg/L",
	link     = "Densità",
    },
    ["lb/in3"] = {
	name1    = "libbra per pollice cubo",
	name2    = "libbre per pollice cubo",
	symbol   = "lb/cu&thinsp;in",
	utype    = "densità",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Densità",
    },
    ["lb/U.S.gal"] = {
	name1    = "libbra per gallone US",
	name2    = "libbre per gallone US",
	symbol   = "lb/U.S.&nbsp;gal",
	utype    = "densità",
	scale    = 119.82642731689663,
	default  = "kg/L",
	link     = "Densità",
    },
    ["lb/USbu"] = {
	name1    = "libbra per bushel US",
	name2    = "libbre per bushel US",
	symbol   = "lb/US&nbsp;bu",
	utype    = "densità",
	scale    = 12.871859780974471,
	default  = "kg/m3",
	link     = "Bushel",
    },
    ["lb/USgal"] = {
	name1    = "libbra per gallone US",
	name2    = "libbre per gallone US",
	symbol   = "lb/US&nbsp;gal",
	utype    = "densità",
	scale    = 119.82642731689663,
	default  = "kg/L",
	link     = "Densità",
    },
    ["lbm/cuin"] = {
	name1    = "massa libbra per pollice cubo",
	name2    = "massa libbre per pollice cubo",
	symbol   = "lbm/cu&thinsp;in",
	utype    = "densità",
	scale    = 27679.904710203122,
	default  = "g/cm3",
	link     = "Densità",
    },
    ["mg/L"] = {
	name1    = "milligramo per litro",
	name2    = "milligrammi per litro",
	symbol   = "mg/L",
	utype    = "densità",
	scale    = 0.001,
	default  = "lb/cuin",
	link     = "Densità",
    },
    ["oz/cuin"] = {
	name1    = "oncia per pollice cubo",
	name2    = "once per pollice cubo",
	symbol   = "oz/cu&nbsp;in",
	utype    = "densità",
	scale    = 1729.9940443876951,
	default  = "g/cm3",
	link     = "Densità",
    },
    ["g/cm3"] = {
	per      = { "g", "cm3" },
	utype    = "densità",
	default  = "lb/cuin",
	link     = "Densità",
    },
    ["g/m3"] = {
	per      = { "g", "m3" },
	utype    = "densità",
	default  = "lb/cuyd",
	link     = "Densità",
    },
    ["Mg/m3"] = {
	per      = { "Mg", "m3" },
	utype    = "densità",
	default  = "lb/cuft",
    },
    ["mg/l"] = {
	per      = { "mg", "l" },
	utype    = "densità",
	default  = "oz/cuin",
    },
    ["μg/dL"] = {
	per      = { "μg", "dL" },
	utype    = "densità",
	default  = "lb/cuin",
    },
    ["μg/l"] = {
	per      = { "μg", "l" },
	utype    = "densità",
	default  = "oz/cuin",
    },
    ["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",
    },
    ["ug/l"] = {
	target   = "μg/l",
    },
    ["dtex"] = {
	name1    = "decitex",
	symbol   = "dtex",
	utype    = "densità lineare",
	scale    = 1e-7,
	default  = "lb/yd",
	link     = "Tex (unità di misura)",
    },
    ["kg/cm"] = {
	name1    = "chilogrammo per centrimetro",
	name2    = "chilogrammi per centimetro",
	symbol   = "kg/cm",
	utype    = "densità lineare",
	scale    = 100,
	default  = "lb/yd",
	link     = "Densità lineare",
    },
    ["kg/m"] = {
	name1    = "chilogrammo per metro",
	name2    = "chilogrammi per metro",
	symbol   = "kg/m",
	utype    = "densità lineare",
	scale    = 1,
	default  = "lb/yd",
	link     = "Densità lineare",
    },
    ["lb/ft"] = {
	name1    = "libbra per piede",
	name2    = "libbre per piede",
	symbol   = "lb/ft",
	utype    = "densità lineare",
	scale    = 1.4881639435695539,
	default  = "kg/m",
	link     = "Densità lineare",
    },
    ["lb/yd"] = {
	name1    = "libbra per iarda",
	name2    = "libbre per iarde",
	symbol   = "lb/yd",
	utype    = "densità lineare",
	scale    = 0.49605464785651798,
	default  = "kg/m",
	link     = "Densità lineare",
    },
    ["Gy"] = {
	_name1   = "gray",
	_symbol  = "Gy",
	utype    = "dose assorbita di radiazione",
	scale    = 1,
	prefixes = 1,
	default  = "rad",
	link     = "Gray (unità di misura)",
    },
    ["rad"] = {
	_name1   = "rad",
	_symbol  = "rad",
	utype    = "dose assorbita di radiazione",
	scale    = 0.01,
	prefixes = 1,
	default  = "Gy",
	link     = "Rad (unità di misura)",
    },
    ["Sv"] = {
	_name1   = "sievert",
	_symbol  = "Sv",
	utype    = "dose equivalente di radiazione",
	scale    = 1,
	prefixes = 1,
	default  = "rem",
	link     = "Sievert",
    },
    ["rem"] = {
	_name1   = "rem",
	_symbol  = "rem",
	utype    = "dose equivalente di radiazione",
	scale    = 0.01,
	prefixes = 1,
	default  = "Sv",
	link     = "Röntgen equivalent man",
    },
    ["impgal/mi"] = {
	per      = { "@impgal", "mi" },
	utype    = "efficienza del carburante",
	default  = "l/km USgal/mi",
    },
    ["km/L"] = {
	per      = { "km", "L" },
	utype    = "efficienza del carburante",
	default  = "mpgimp mpgus",
    },
    ["km/l"] = {
	per      = { "km", "l" },
	utype    = "efficienza del carburante",
	default  = "mpgimp mpgus",
    },
    ["L/100 km"] = {
	per      = { "L", "100km" },
	utype    = "efficienza del carburante",
	default  = "mpgimp mpgus",
    },
    ["l/100 km"] = {
	per      = { "l", "100km" },
	utype    = "efficienza del carburante",
	default  = "mpgimp mpgus",
    },
    ["L/km"] = {
	per      = { "L", "km" },
	utype    = "efficienza del carburante",
	default  = "mpgimp mpgus",
    },
    ["l/km"] = {
	per      = { "l", "km" },
	utype    = "efficienza del carburante",
	default  = "mpgimp mpgus",
    },
    ["mi/impqt"] = {
	per      = { "mi", "impqt" },
	utype    = "efficienza del carburante",
	default  = "km/L",
    },
    ["mi/U.S.qt"] = {
	per      = { "mi", "U.S.qt" },
	utype    = "efficienza del carburante",
	default  = "km/L",
    },
    ["mi/USqt"] = {
	per      = { "mi", "USqt" },
	utype    = "efficienza del carburante",
	default  = "km/L",
    },
    ["mi/usqt"] = {
	per      = { "mi", "usqt" },
	utype    = "efficienza del carburante",
	default  = "km/L",
    },
    ["mpgimp"] = {
	per      = { "mi", "@impgal" },
	symbol   = "mpg<sub>&#8209;imp</sub>",
	utype    = "efficienza del carburante",
	default  = "L/100 km+mpgus",
	symlink  = "[[Miglia per gallone]]",
    },
    ["mpgus"] = {
	per      = { "mi", "+USgal" },
	symbol   = "mpg<sub>&#8209;US</sub>",
	utype    = "efficienza del carburante",
	default  = "L/100 km+mpgimp",
	symlink  = "[[Miglia per gallone]]",
    },
    ["U.S.gal/mi"] = {
	per      = { "*U.S.gal", "mi" },
	utype    = "efficienza del carburante",
	default  = "l/km",
    },
    ["usgal/mi"] = {
	per      = { "+USgal", "mi" },
	utype    = "efficienza del carburante",
	default  = "l/km",
    },
    ["L/100km"] = {
	target   = "L/100 km",
    },
    ["l/100km"] = {
	target   = "l/100 km",
    },
    ["mpg"] = {
	shouldbe = "Usare %{mpgus%} per miglia per gallone US o %{mpgimp%} per miglia per gallone imperiale (non %{mpg%})",
    },
    ["mpgU.S."] = {
	target   = "mpgus",
	symbol   = "mpg<sub>&#8209;U.S.</sub>",
	symlink  = "[[Miglia per gallone]]",
    },
    ["mpgu.s."] = {
	target   = "mpgus",
	symbol   = "mpg<sub>&#8209;U.S.</sub>",
	symlink  = "[[Miglia per gallone]]",
    },
    ["mpgUS"] = {
	target   = "mpgus",
    },
    ["USgal/mi"] = {
	target   = "usgal/mi",
    },
    ["g/km"] = {
	name1    = "grammo per chilometro",
	name2    = "grammi per chilometro",
	symbol   = "g/km",
	utype    = "emissioni di scarico",
	scale    = 1e-6,
	default  = "oz/mi",
    },
    ["g/mi"] = {
	name1    = "grammo per miglio",
	name2    = "grammi per miglio",
	symbol   = "g/mi",
	utype    = "emissioni di scarico",
	scale    = 6.2137119223733397e-7,
	default  = "g/km",
    },
    ["gCO2/km"] = {
	name1    = "grammo di CO<sub>2</sub> per chilometro",
	name2    = "grammi di CO<sub>2</sub> per chilometro",
	symbol   = "g(CO<sub>2</sub>)/km",
	utype    = "emissioni di scarico",
	scale    = 1e-6,
	default  = "ozCO2/mi",
    },
    ["gCO2/mi"] = {
	name1    = "grammo di CO<sub>2</sub> per miglio",
	name2    = "grammi di CO<sub>2</sub> per miglio",
	symbol   = "g(CO<sub>2</sub>)/mi",
	utype    = "emissioni di scarico",
	scale    = 6.2137119223733397e-7,
	default  = "gCO2/km",
    },
    ["kg/km"] = {
	name1    = "chilogrammo per chilometro",
	name2    = "chilogrammi per chilometro",
	symbol   = "kg/km",
	utype    = "emissioni di scarico",
	scale    = 0.001,
	default  = "lb/mi",
    },
    ["kgCO2/km"] = {
	name1    = "chilogrammo di CO<sub>2</sub> per chilometro",
	name2    = "chilogrammi di CO<sub>2</sub> per chilometro",
	symbol   = "kg(CO<sub>2</sub>)/km",
	utype    = "emissioni di scarico",
	scale    = 0.001,
	default  = "lbCO2/mi",
    },
    ["lb/mi"] = {
	name1    = "libbra per miglio",
	name2    = "libbre per miglio",
	symbol   = "lb/mi",
	utype    = "emissioni di scarico",
	scale    = 0.00028184923173665794,
	default  = "kg/km",
    },
    ["lbCO2/mi"] = {
	name1    = "libbra di CO<sub>2</sub> per miglio",
	name2    = "libbre di CO<sub>2</sub> per miglio",
	symbol   = "lb(CO<sub>2</sub>)/mi",
	utype    = "emissioni di scarico",
	scale    = 0.00028184923173665794,
	default  = "kgCO2/km",
    },
    ["oz/mi"] = {
	name1    = "oncia per miglio",
	name2    = "once per miglio",
	symbol   = "oz/mi",
	utype    = "emissioni di scarico",
	scale    = 1.7615576983541121e-5,
	default  = "g/km",
    },
    ["ozCO2/mi"] = {
	name1    = "once di CO<sub>2</sub> per miglio",
	symbol   = "oz(CO<sub>2</sub>)/mi",
	utype    = "emissioni di scarico",
	scale    = 1.7615576983541121e-5,
	default  = "gCO2/km",
    },
    ["B.O.T.U."] = {
	name1    = "Board of Trade Unit",
	symbol   = "B.O.T.U.",
	utype    = "energia",
	scale    = 3600000,
	default  = "MJ",
	link     = "Wattora",
    },
    ["bboe"] = {
	name1    = "barile equivalente di petrolio",
	name2    = "barili equivalenti di petrolio",
	symbol   = "bboe",
	utype    = "energia",
	scale    = 6117863200,
	default  = "GJ",
    },
    ["BOE"] = {
	name1    = "barile equivalente di petrolio",
	name2    = "barili equivalenti di petrolio",
	symbol   = "BOE",
	utype    = "energia",
	scale    = 6117863200,
	default  = "GJ",
    },
    ["BTU"] = {
	name1    = "British thermal unit",
	symbol   = "BTU",
	utype    = "energia",
	scale    = 1055.05585262,
	default  = "kJ",
    },
    ["Btu"] = {
	name1    = "British thermal unit",
	symbol   = "Btu",
	utype    = "energia",
	scale    = 1055.05585262,
	default  = "kJ",
    },
    ["BTU-39F"] = {
	name1    = "British thermal unit (39 °F)",
	symbol   = "BTU<sub>39 °F</sub>",
	utype    = "energia",
	scale    = 1059.67,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-39F"] = {
	name1    = "British thermal unit (39 °F)",
	symbol   = "Btu<sub>39 °F</sub>",
	utype    = "energia",
	scale    = 1059.67,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-59F"] = {
	name1    = "British thermal unit (59 °F)",
	symbol   = "BTU<sub>59 °F</sub>",
	utype    = "energia",
	scale    = 1054.804,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-59F"] = {
	name1    = "British thermal unit (59 °F)",
	symbol   = "Btu<sub>59 °F</sub>",
	utype    = "energia",
	scale    = 1054.804,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-60F"] = {
	name1    = "British thermal unit (60 °F)",
	symbol   = "BTU<sub>60 °F</sub>",
	utype    = "energia",
	scale    = 1054.68,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-60F"] = {
	name1    = "British thermal unit (60 °F)",
	symbol   = "Btu<sub>60 °F</sub>",
	utype    = "energia",
	scale    = 1054.68,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-63F"] = {
	name1    = "British thermal unit (63 °F)",
	symbol   = "BTU<sub>63 °F</sub>",
	utype    = "energia",
	scale    = 1054.6,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-63F"] = {
	name1    = "British thermal unit (63 °F)",
	symbol   = "Btu<sub>63 °F</sub>",
	utype    = "energia",
	scale    = 1054.6,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-ISO"] = {
	name1    = "British thermal unit (ISO)",
	symbol   = "BTU<sub>ISO</sub>",
	utype    = "energia",
	scale    = 1055.056,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-ISO"] = {
	target   = "BTU-ISO",
    },
    ["BTU-IT"] = {
	name1    = "British thermal unit (IT)",
	symbol   = "BTU<sub>IT</sub>",
	utype    = "energia",
	scale    = 1055.05585262,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-IT"] = {
	name1    = "British thermal unit (IT)",
	symbol   = "Btu<sub>IT</sub>",
	utype    = "energia",
	scale    = 1055.05585262,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-mean"] = {
	name1    = "British thermal unit (mean)",
	symbol   = "BTU<sub>mean</sub>",
	utype    = "energia",
	scale    = 1055.87,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-mean"] = {
	name1    = "British thermal unit (mean)",
	symbol   = "Btu<sub>mean</sub>",
	utype    = "energia",
	scale    = 1055.87,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["BTU-th"] = {
	name1    = "British thermal unit (termochimica)",
	symbol   = "BTU<sub>th</sub>",
	utype    = "energia",
	scale    = 1054.35026444,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Btu-th"] = {
	name1    = "British thermal unit (termochimica)",
	symbol   = "Btu<sub>th</sub>",
	utype    = "energia",
	scale    = 1054.35026444,
	default  = "kJ",
	link     = "British thermal unit",
    },
    ["Cal"] = {
	name1    = "grande caloria",
	name2    = "grandi calorie",
	symbol   = "Cal",
	utype    = "energia",
	scale    = 4184,
	default  = "kJ",
	link     = "Caloria",
    },
    ["cal"] = {
	name1    = "caloria",
	name2    = "calorie",
	symbol   = "cal",
	utype    = "energia",
	scale    = 4.184,
	default  = "J",
    },
    ["Cal-15"] = {
	name1    = "grande caloria (15 °C)",
	name2    = "grandi calorie (15 °C)",
	symbol   = "Cal<sub>15</sub>",
	utype    = "energia",
	scale    = 4185.8,
	default  = "kJ",
	link     = "Caloria",
    },
    ["cal-15"] = {
	name1    = "caloria (15 °C)",
	name2    = "calorie (15 °C)",
	symbol   = "cal<sub>15</sub>",
	utype    = "energia",
	scale    = 4.1858,
	default  = "J",
	link     = "Caloria",
    },
    ["Cal-IT"] = {
	name1    = "grande caloria (International Steam Table)",
	name2    = "grandi calorie (International Steam Table)",
	symbol   = "Cal<sub>IT</sub>",
	utype    = "energia",
	scale    = 4186.8,
	default  = "kJ",
	link     = "Caloria#Varianti",
    },
    ["cal-IT"] = {
	name1    = "caloria (International Steam Table)",
	name2    = "calorie (International Steam Table)",
	symbol   = "cal<sub>IT</sub>",
	utype    = "energia",
	scale    = 4.1868,
	default  = "J",
	link     = "Caloria#Varianti",
    },
    ["Cal-th"] = {
	name1    = "grande caloria (termochimica)",
	name2    = "grandi calorie (termochimica)",
	symbol   = "Cal<sub>th</sub>",
	utype    = "energia",
	scale    = 4184,
	default  = "kJ",
	link     = "Caloria#Varianti",
    },
    ["cal-th"] = {
	name1    = "caloria (termochimica)",
	name2    = "calorie (termochimica)",
	symbol   = "cal<sub>th</sub>",
	utype    = "energia",
	scale    = 4.184,
	default  = "J",
	link     = "Caloria#Varianti",
    },
    ["ccatm"] = {
	name1    = "centimetro cubo-atmosfera",
	name1_us = "centimetri cub-atmosfera",
	symbol   = "cc⋅atm",
	utype    = "energia",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["CHU-IT"] = {
	name1    = "unità di calore Celsius (International Table)",
	symbol   = "CHU<sub>IT</sub>",
	utype    = "energia",
	scale    = 1899.100534716,
	default  = "kJ",
    },
    ["cm3atm"] = {
	name1    = "centimetro cubo-atmosfera",
	name2    = "piedi cubi-atmosfera",
	symbol   = "cm³⋅atm",
	utype    = "energia",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["cufootatm"] = {
	name1    = "piede cubo di atmosfera",
	name2    = "piedi cubi di atmosfera",
	symbol   = "cu&nbsp;ft&nbsp;atm",
	utype    = "energia",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["cufootnaturalgas"] = {
	name1    = "piede cubo di gas naturale",
	name2    = "piedi cubi di gas naturale",
	symbol   = "cuftnaturalgas",
	usename  = 1,
	utype    = "energia",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "Conversione delle unità di misura#Unità di energia/lavoro",
    },
    ["cuftatm"] = {
	name1    = "piede cubo di atmosfera",
	name2    = "piedi cubi di atmosfera",
	symbol   = "cu&nbsp;ft&nbsp;atm",
	utype    = "energia",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["cuftnaturalgas"] = {
	name1    = "piede cubico di gas naturale",
	name2    = "piedi cubi di gas naturale",
	symbol   = "cuftnaturalgas",
	usename  = 1,
	utype    = "energia",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "Conversione delle unità di misura#Unità di energia/lavoro",
    },
    ["cuydatm"] = {
	name1    = "iarda cubica di atmosfera",
	name2    = "iarde cubiche di atmosfera",
	symbol   = "cu&nbsp;yd&nbsp;atm",
	utype    = "energia",
	scale    = 77468.5209852288,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["Eh"] = {
	name1    = "Hartree",
	symbol   = "''E''<sub>h</sub>",
	utype    = "energia",
	scale    = 4.35974417e-18,
	default  = "eV",
	link     = "Energia di Hartree",
    },
    ["erg"] = {
	symbol   = "erg",
	utype    = "energia",
	scale    = 0.0000001,
	default  = "μJ",
    },
    ["eV"] = {
	name1    = "elettronvolt",
	symbol   = "eV",
	utype    = "energia",
	scale    = 1.602176487e-19,
	default  = "aJ",
    },
    ["feV"] = {
	name1    = "femtoelettronvolt",
	symbol   = "feV",
	utype    = "energia",
	scale    = 1.602176487e-34,
	default  = "yJ",
	link     = "Elettronvolt",
    },
    ["foe"] = {
	symbol   = "foe",
	utype    = "energia",
	scale    = 1e44,
	default  = "YJ",
	link     = "Foe (unità di misura)",
    },
    ["ftlb"] = {
	name1    = "foot-pound",
	symbol   = "ft⋅lb",
	utype    = "energia",
	alttype  = "momento meccanico",
	scale    = 1.3558179483314004,
	default  = "J",
	link     = "Piede per libbra",
    },
    ["ftlb-f"] = {
	name1    = "foot-pound force",
	name2    = "foot-pounds force",
	symbol   = "ft⋅lb<sub>f</sub>",
	utype    = "energia",
	alttype  = "momento meccanico",
	scale    = 1.3558179483314004,
	default  = "J",
	link     = "Piede per libbra",
    },
    ["ftlbf"] = {
	name1    = "foot-pound force",
	name2    = "foot-pounds force",
	symbol   = "ft⋅lbf",
	utype    = "energia",
	alttype  = "momento meccanico",
	scale    = 1.3558179483314004,
	default  = "J",
	link     = "Piede per libbra",
    },
    ["ftpdl"] = {
	name1    = "foot-poundal",
	symbol   = "ft⋅pdl",
	utype    = "energia",
	scale    = 0.0421401100938048,
	default  = "J",
	link     = "Conversione delle unità di misura#Unità di energia/lavoro",
    },
    ["GeV"] = {
	name1    = "gigaelettronvolt",
	symbol   = "GeV",
	utype    = "energia",
	scale    = 1.602176487e-10,
	default  = "nJ",
	link     = "Elettronvolt",
    },
    ["GLatm"] = {
	name1    = "gigalitro-atmosfera",
	symbol   = "GL⋅atm",
	utype    = "energia",
	scale    = 101325000000,
	default  = "GJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["Glatm"] = {
	name1    = "gigalitro-atmosfera",
	symbol   = "Gl⋅atm",
	utype    = "energia",
	scale    = 101325000000,
	default  = "GJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["gTNT"] = {
	name1    = "grammo di TNT",
	name2    = "grammi di TNT",
	symbol   = "gram of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4184,
	default  = "kJ",
	link     = "Equivalente in TNT",
    },
    ["Gtoe"] = {
	name1    = "gigatonnellata equivalente di petrolio",
	name2    = "gigatonnellate equivalenti di petrolio",
	symbol   = "Gtoe",
	utype    = "energia",
	scale    = 4.1868e19,
	default  = "EJ",
	link     = "Tonnellata equivalente di petrolio",
    },
    ["GtonTNT"] = {
	name1    = "gigatonnellata equivalente in TNT",
	name2    = "gigatonnellate equivalenti in TNT",
	symbol   = "gigaton of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4.184e18,
	default  = "EJ",
	link     = "Equivalente in TNT",
    },
    ["GtTNT"] = {
	name1    = "gigatonnellata equivalente in TNT",
	name2    = "gigatonnellate equivalenti in TNT",
	symbol   = "gigatonne of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4.184e18,
	default  = "EJ",
	link     = "Equivalente in TNT",
    },
    ["GW.h"] = {
	name1    = "gigawattora",
	symbol   = "GW⋅h",
	utype    = "energia",
	scale    = 3.6e12,
	default  = "TJ",
	link     = "wattora",
    },
    ["GWh"] = {
	name1    = "gigawattora",
	symbol   = "GWh",
	utype    = "energia",
	scale    = 3.6e12,
	default  = "TJ",
	link     = "wattora",
    },
    ["hph"] = {
	name1    = "cavallo vapore per ora",
	name2    = "cavalli vapore per ora",
	symbol   = "hp⋅h",
	utype    = "energia",
	scale    = 2684519.537696172792,
	default  = "kWh",
	link     = "Cavallo vapore",
    },
    ["impgalatm"] = {
	name1    = "gallone imperiale-atmosfera",
	name2    = "galloni imperiali-atmosfere",
	symbol   = "imp gal⋅atm",
	utype    = "energia",
	scale    = 460.63256925,
	default  = "J",
	link     = "Atmosfera (unità di misura)",
    },
    ["inlb"] = {
	name1    = "pollice per libbra",
	name2    = "pollici per libbre",
	symbol   = "in⋅lb",
	utype    = "energia",
	alttype  = "momento meccanico",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Piede per libbra",
    },
    ["inlbf"] = {
	name1    = "forza pollice per libbra",
	name2    = "forza pollici per libbre",
	symbol   = "in⋅lb<sub>f</sub>",
	utype    = "energia",
	alttype  = "momento meccanico",
	scale    = 0.1129848290276167,
	default  = "mJ",
	link     = "Piede per libbra",
    },
    ["inozf"] = {
	name1    = "forza pollice per oncia",
	name2    = "forza pollici per once",
	symbol   = "in⋅oz<sub>f</sub>",
	utype    = "energia",
	alttype  = "momento meccanico",
	scale    = 0.00706155181422604375,
	default  = "mJ",
	link     = "Piede per libbra",
    },
    ["J"] = {
	_name1   = "joule",
	_symbol  = "J",
	utype    = "energia",
	scale    = 1,
	prefixes = 1,
	default  = "cal",
	link     = "Joule",
    },
    ["kBOE"] = {
	name1    = "chilobarile equivalente di petrolio",
	name2    = "chilobarili equivalenti di petrolio",
	symbol   = "kBOE",
	utype    = "energia",
	scale    = 6.1178632e12,
	default  = "TJ",
	link     = "Barile equivalente di petrolio",
    },
    ["kcal"] = {
	name1    = "chilocaloria",
	name2    = "chilocalorie",
	symbol   = "kcal",
	utype    = "energia",
	scale    = 4184,
	default  = "kJ",
	link     = "Caloria",
    },
    ["kcal-15"] = {
	name1    = "chilocaloria (15 °C)",
	name2    = "chilocalorie (15 °C)",
	symbol   = "kcal<sub>15</sub>",
	utype    = "energia",
	scale    = 4185.8,
	default  = "kJ",
	link     = "Caloria",
    },
    ["kcal-IT"] = {
	name1    = "chilocaloria (International Steam Table)",
	name2    = "chilocalorie (International Steam Table)",
	symbol   = "kcal<sub>IT</sub>",
	utype    = "energia",
	scale    = 4186.8,
	default  = "kJ",
	link     = "Caloria",
    },
    ["kcal-th"] = {
	name1    = "chilocaloria (termochimica)",
	name2    = "chilocalorie (thermochemica)",
	symbol   = "kcal<sub>th</sub>",
	utype    = "energia",
	scale    = 4184,
	default  = "kJ",
	link     = "Caloria",
    },
    ["kerg"] = {
	name1    = "kiloerg",
	symbol   = "kerg",
	utype    = "energia",
	scale    = 0.0001,
	default  = "mJ",
	link     = "Erg",
    },
    ["keV"] = {
	name1    = "kiloelettronvolt",
	symbol   = "keV",
	utype    = "energia",
	scale    = 1.602176487e-16,
	default  = "fJ",
	link     = "Elettronvolt",
    },
    ["kgTNT"] = {
	name1    = "chilogrammo equivalente in TNT",
	name2    = "chilogrammi equivalenti in TNT",
	symbol   = "kilogram of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4184000,
	default  = "MJ",
	link     = "Equivalente in TNT",
    },
    ["kLatm"] = {
	name1    = "chilolitro-atmosfera",
	name1_us = "chilolitri-atmosfera",
	symbol   = "kL⋅atm",
	utype    = "energia",
	scale    = 101325,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["kt(TNT)"] = {
	name1    = "chilotone",
	name2    = "chilotoni",
	symbol   = "kt",
	utype    = "energia",
	scale    = 4.184e12,
	default  = "TJ",
    },
    ["ktoe"] = {
	name1    = "chilotonnellata equivalente di petrolio",
	name2    = "chilotonnellate equivalenti di petrolio",
	symbol   = "ktoe",
	utype    = "energia",
	scale    = 4.1868e13,
	default  = "TJ",
	link     = "Tonnellata equivalente di petrolio",
    },
    ["ktonTNT"] = {
	name1    = "chilotone",
	name2    = "chilotoni",
	symbol   = "kt",
	utype    = "energia",
	scale    = 4.184e12,
	default  = "TJ",
    },
    ["ktTNT"] = {
	name1    = "chilotone",
	name2    = "chilotoni",
	symbol   = "kilotonne of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4.184e12,
	default  = "TJ",
    },
    ["kW.h"] = {
	name1    = "chilowattora",
	symbol   = "kW⋅h",
	utype    = "energia",
	scale    = 3600000,
	default  = "MJ",
	link     = "wattora",
    },
    ["kWh"] = {
	name1    = "chilowattora",
	symbol   = "kWh",
	utype    = "energia",
	scale    = 3600000,
	default  = "MJ",
	link     = "wattora",
    },
    ["Latm"] = {
	name1    = "litro per atmosfera",
	symbol   = "L⋅atm",
	utype    = "energia",
	scale    = 101.325,
	default  = "J",
	link     = "Atmosfera (unità di misura)",
    },
    ["m3atm"] = {
	name1    = "metro cubo atmosfera",
	name1_us = "metri cubi atmosfera",
	symbol   = "m³⋅atm",
	utype    = "energia",
	scale    = 101325,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["MBtu"] = {
	name1    = "migliaia di British thermal units",
	symbol   = "MBtu",
	utype    = "energia",
	scale    = 1055055.85262,
	default  = "MJ",
	link     = "British thermal unit",
    },
    ["Mcal"] = {
	name1    = "megacaloria",
	name2    = "megacalorie",
	symbol   = "Mcal",
	utype    = "energia",
	scale    = 4184000,
	default  = "MJ",
	link     = "Caloria",
    },
    ["mcal"] = {
	name1    = "millicaloria",
	name2    = "millicalorie",
	symbol   = "mcal",
	utype    = "energia",
	scale    = 0.004184,
	default  = "mJ",
	link     = "Caloria",
    },
    ["Mcal-15"] = {
	name1    = "megacaloria (15 °C)",
	name2    = "megacalorie (15 °C)",
	symbol   = "Mcal<sub>15</sub>",
	utype    = "energia",
	scale    = 4185800,
	default  = "MJ",
	link     = "Caloria",
    },
    ["mcal-15"] = {
	name1    = "millicaloria (15 °C)",
	name2    = "millicalorie (15 °C)",
	symbol   = "mcal<sub>15</sub>",
	utype    = "energia",
	scale    = 0.0041858,
	default  = "mJ",
	link     = "Caloria",
    },
    ["Mcal-IT"] = {
	name1    = "megacaloria (International Steam Table)",
	name2    = "megacalorie (International Steam Table)",
	symbol   = "Mcal<sub>IT</sub>",
	utype    = "energia",
	scale    = 4186800,
	default  = "MJ",
	link     = "Caloria",
    },
    ["mcal-IT"] = {
	name1    = "millicaloria (International Steam Table)",
	name2    = "millicalorie (International Steam Table)",
	symbol   = "mcal<sub>IT</sub>",
	utype    = "energia",
	scale    = 0.0041868,
	default  = "mJ",
	link     = "Caloria",
    },
    ["Mcal-th"] = {
	name1    = "megacaloria (termochimica)",
	name2    = "megacalorie (termochimica)",
	symbol   = "Mcal<sub>th</sub>",
	utype    = "energia",
	scale    = 4184000,
	default  = "MJ",
	link     = "Caloria",
    },
    ["mcal-th"] = {
	name1    = "millicaloria (termochimica)",
	name2    = "millicalorie (termochimica)",
	symbol   = "mcal<sub>th</sub>",
	utype    = "energia",
	scale    = 0.004184,
	default  = "mJ",
	link     = "Caloria",
    },
    ["Merg"] = {
	name1    = "megaerg",
	symbol   = "Merg",
	utype    = "energia",
	scale    = 0.1,
	default  = "J",
	link     = "Erg",
    },
    ["merg"] = {
	name1    = "millierg",
	symbol   = "merg",
	utype    = "energia",
	scale    = 0.0000000001,
	default  = "μJ",
	link     = "Erg",
    },
    ["MeV"] = {
	name1    = "megaelettronvolt",
	symbol   = "MeV",
	utype    = "energia",
	scale    = 1.602176487e-13,
	default  = "pJ",
	link     = "Elettronvolt",
    },
    ["meV"] = {
	name1    = "millielettronvolt",
	symbol   = "meV",
	utype    = "energia",
	scale    = 1.602176487e-22,
	default  = "zJ",
	link     = "Elettronvolt",
    },
    ["MLatm"] = {
	name1    = "megalitro-atmosfera",
	name2    = "megalitri-atmosfera",
	symbol   = "ML⋅atm",
	utype    = "energia",
	scale    = 101325000,
	default  = "MJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["Mlatm"] = {
	name1    = "megalitro-atmosfera",
	name2    = "megalitri-atmosfera",
	symbol   = "Ml⋅atm",
	utype    = "energia",
	scale    = 101325000,
	default  = "MJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["mLatm"] = {
	name1    = "millilitro-atmosfera",
	name2    = "megalitri-atmosfera",
	symbol   = "L⋅atm",
	utype    = "energia",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["mlatm"] = {
	name1    = "millilitro-atmospfera",
	name2    = "megalitri-atmosfera",
	symbol   = "l⋅atm",
	utype    = "energia",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["MMBtu"] = {
	name1    = "milione di British thermal units",
	name2    = "milioni di British thermal units",
	symbol   = "MMBtu",
	utype    = "energia",
	scale    = 1055055852.62,
	default  = "GJ",
	link     = "British thermal unit",
    },
    ["Mt(TNT)"] = {
	name1    = "megatone",
	name2    = "megatoni",
	symbol   = "Mt",
	utype    = "energia",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "Equivalente in TNT",
    },
    ["Mtoe"] = {
	name1    = "megatonnellata equivalente di petrolio",
	name2    = "megatonnellate equivalenti di petrolio",
	symbol   = "Mtoe",
	utype    = "energia",
	scale    = 4.1868e16,
	default  = "PJ",
	link     = "Tonnellata equivalente di petrolio",
    },
    ["MtonTNT"] = {
	name1    = "megatone",
	name2    = "megatoni",
	symbol   = "Mt",
	utype    = "energia",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "Equivalente in TNT",
    },
    ["mtonTNT"] = {
	name1    = "millitonnellata equivalente in TNT",
	name2    = "millitonnellate equivalente in TNT",
	symbol   = "milliton of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4184000,
	default  = "MJ",
	link     = "Equivalente in TNT",
    },
    ["MtTNT"] = {
	name1    = "megatone",
	name2    = "megatoni",
	symbol   = "megatonne of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4.184e15,
	default  = "PJ",
	link     = "Equivalente in TNT",
    },
    ["mtTNT"] = {
	name1    = "millitonnellata equivalente in TNT",
	name2    = "millitonnellate equivalenti in TNT",
	symbol   = "millitonne of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4184000,
	default  = "MJ",
	link     = "Equivalente in TNT",
    },
    ["MW.h"] = {
	name1    = "megawattora",
	symbol   = "MW⋅h",
	utype    = "energia",
	scale    = 3600000000,
	default  = "GJ",
	link     = "wattora",
    },
    ["mW.h"] = {
	name1    = "milliwattora",
	symbol   = "mW⋅h",
	utype    = "energia",
	scale    = 3.6,
	default  = "J",
	link     = "wattora",
    },
    ["MWh"] = {
	name1    = "megawattora",
	symbol   = "MWh",
	utype    = "energia",
	scale    = 3600000000,
	default  = "GJ",
	link     = "wattora",
    },
    ["mWh"] = {
	name1    = "milliwattora",
	symbol   = "mWh",
	utype    = "energia",
	scale    = 3.6,
	default  = "J",
	link     = "wattora",
    },
    ["neV"] = {
	name1    = "nanoelettronvolt",
	symbol   = "neV",
	utype    = "energia",
	scale    = 1.602176487e-28,
	default  = "yJ",
	link     = "Elettronvolt",
    },
    ["PeV"] = {
	name1    = "petaelettronvolt",
	symbol   = "PeV",
	utype    = "energia",
	scale    = 0.0001602176487,
	default  = "mJ",
	link     = "Elettronvolt",
    },
    ["peV"] = {
	name1    = "picoelettronvolt",
	symbol   = "peV",
	utype    = "energia",
	scale    = 1.602176487e-31,
	default  = "yJ",
	link     = "Elettronvolt",
    },
    ["PSh"] = {
	name1    = "Pferdestärkenstunde",
	symbol   = "PSh",
	utype    = "energia",
	scale    = 2647795.5,
	default  = "kWh",
    },
    ["quad"] = {
	name1    = "quadrillion British thermal units",
	symbol   = "quad",
	utype    = "energia",
	scale    = 1.054804e18,
	default  = "EJ",
	link     = "Quad (unità di misura)",
    },
    ["Ry"] = {
	name1    = "rydberg",
	symbol   = "Ry",
	utype    = "energia",
	scale    = 2.1798741e-18,
	default  = "eV",
	link     = "Costante di Rydberg",
    },
    ["scc"] = {
	name1    = "centimetro cubo standard",
	name2    = "centimetri cubi standard",
	symbol   = "scc",
	utype    = "energia",
	scale    = 0.101325,
	default  = "mJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["scf"] = {
	name1    = "piede cubo standard",
	name2    = "piedi cubi standard",
	symbol   = "scf",
	utype    = "energia",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["scfoot"] = {
	name1    = "piede cubo standard",
	name2    = "piede cubi standard",
	symbol   = "scf",
	utype    = "energia",
	scale    = 2869.2044809344,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["scy"] = {
	name1    = "iarda cuba standard",
	name2    = "iarde cube standard",
	symbol   = "scy",
	utype    = "energia",
	scale    = 77468.5209852288,
	default  = "kJ",
	link     = "Atmosfera (unità di misura)",
    },
    ["sl"] = {
	name1    = "litro standard",
	name2    = "litri standard",
	symbol   = "sl",
	utype    = "energia",
	scale    = 101.325,
	default  = "J",
	link     = "Atmosfera (unità di misura)",
    },
    ["t(TNT)"] = {
	name1    = "tonnellata equivalente in TNT",
	name2    = "tonnellate equivalenti in TNT",
	symbol   = "t",
	utype    = "energia",
	scale    = 4184000000,
	default  = "GJ",
	link     = "Equivalente in TNT",
    },
    ["TeV"] = {
	name1    = "teraelettronvolt",
	symbol   = "TeV",
	utype    = "energia",
	scale    = 1.602176487e-7,
	default  = "μJ",
	link     = "Elettronvolt",
    },
    ["th"] = {
	name1    = "thermie",
	symbol   = "th",
	utype    = "energia",
	scale    = 4186800,
	default  = "MJ",
	link     = "Conversione delle unità di misura#Unità di energia/lavoro",
    },
    ["thm-EC"] = {
	name1    = "therm (EC)",
	symbol   = "thm (EC)",
	utype    = "energia",
	scale    = 105506000,
	default  = "MJ",
	link     = "Conversione delle unità di misura#Unità di energia/lavoro",
    },
    ["thm-UK"] = {
	name1    = "therm (UK)",
	symbol   = "thm (UK)",
	utype    = "energia",
	scale    = 105505585.257348,
	default  = "MJ",
	link     = "Conversione delle unità di misura#Unità di energia/lavoro",
    },
    ["thm-US"] = {
	name1    = "therm (US)",
	symbol   = "thm (US)",
	utype    = "energia",
	scale    = 105480400,
	default  = "MJ",
	link     = "Conversione delle unità di misura#Unità di energia/lavoro",
    },
    ["toe"] = {
	name1    = "tonnellata equivalente di petrolio",
	name2    = "tonnellate equivalenti di petrolio",
	symbol   = "toe",
	utype    = "energia",
	scale    = 41868000000,
	default  = "GJ",
    },
    ["tonTNT"] = {
	name1    = "tonnellata equivalente in TNT",
	name2    = "tonnellate equivalente in TNT",
	symbol   = "ton of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4184000000,
	default  = "GJ",
	link     = "Equivalente in TNT",
    },
    ["tTNT"] = {
	name1    = "tonnellata equivalente in TNT",
	name2    = "tonnellate equivalente in TNT",
	symbol   = "tonne of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4184000000,
	default  = "GJ",
	link     = "Equivalente in TNT",
    },
    ["TtonTNT"] = {
	name1    = "teratonnellata equivalente in TNT",
	name2    = "teratonnellate equivalente in TNT",
	symbol   = "teraton of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4.184e21,
	default  = "ZJ",
	link     = "Equivalente in TNT",
    },
    ["TtTNT"] = {
	name1    = "teratonnellata equivalente in TNT",
	name2    = "teratonnellate equivalente in TNT",
	symbol   = "teratonne of TNT",
	usename  = 1,
	utype    = "energia",
	scale    = 4.184e21,
	default  = "ZJ",
	link     = "Equivalente in TNT",
    },
    ["TW.h"] = {
	name1    = "terawattora",
	symbol   = "TW⋅h",
	utype    = "energia",
	scale    = 3.6e15,
	default  = "PJ",
	link     = "wattora",
    },
    ["TWh"] = {
	name1    = "terawattora",
	symbol   = "TWh",
	utype    = "energia",
	scale    = 3.6e15,
	default  = "PJ",
	link     = "wattora",
    },
    ["USgalatm"] = {
	name1    = "gallone US-atmosphere",
	symbol   = "US&nbsp;gal⋅atm",
	utype    = "energia",
	scale    = 383.5568490138,
	default  = "J",
	link     = "Atmosfera (unità di misura)",
    },
    ["W.h"] = {
	name1    = "wattora",
	symbol   = "W⋅h",
	utype    = "energia",
	scale    = 3600,
	default  = "kJ",
    },
    ["Wh"] = {
	name1    = "wattora",
	symbol   = "Wh",
	utype    = "energia",
	scale    = 3600,
	default  = "kJ",
    },
    ["μerg"] = {
	name1    = "microerg",
	symbol   = "μerg",
	utype    = "energia",
	scale    = 1e-13,
	default  = "nJ",
	link     = "Erg",
    },
    ["μeV"] = {
	name1    = "microelettronvolt",
	symbol   = "μeV",
	utype    = "energia",
	scale    = 1.602176487e-25,
	default  = "yJ",
	link     = "Elettronvolt",
    },
    ["μW.h"] = {
	name1    = "microwattora",
	symbol   = "μW⋅h",
	utype    = "energia",
	scale    = 0.0036,
	default  = "mJ",
	link     = "Wattora",
    },
    ["μWh"] = {
	name1    = "microwattora",
	symbol   = "μWh",
	utype    = "energia",
	scale    = 0.0036,
	default  = "mJ",
	link     = "Wattora",
    },
    ["-kW.h"] = {
	target   = "kW.h",
    },
    ["caloria"] = {
	target   = "cal",
    },
    ["calorie"] = {
	target   = "cal",
    },
    ["btu"] = {
	target   = "BTU",
    },
    ["Calorie"] = {
	target   = "Cal",
    },
    ["ft.lbf"] = {
	target   = "ftlbf",
    },
    ["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",
    },
    ["in.lb-f"] = {
	target   = "inlbf",
    },
    ["in.lbf"] = {
	target   = "inlbf",
    },
    ["in.oz-f"] = {
	target   = "inozf",
    },
    ["in.ozf"] = {
	target   = "inozf",
    },
    ["inoz-f"] = {
	target   = "inozf",
    },
    ["joule"] = {
	target   = "J",
    },
    ["kbboe"] = {
	target   = "kBOE",
	symbol   = "kbboe",
    },
    ["klatm"] = {
	target   = "kLatm",
	symbol   = "kl⋅atm",
    },
    ["kg-cal-15"] = {
	target   = "Cal-15",
    },
    ["kg-cal-IT"] = {
	target   = "Cal-IT",
    },
    ["kg-cal-th"] = {
	target   = "Cal-th",
    },
    ["latm"] = {
	target   = "Latm",
	symbol   = "l⋅atm",
    },
    ["kW-h"] = {
	target   = "kW.h",
    },
    ["kW⋅h"] = {
	target   = "kW.h",
    },
    ["MW-h"] = {
	target   = "MW.h",
    },
    ["mW-h"] = {
	target   = "mW.h",
    },
    ["TW-h"] = {
	target   = "TW.h",
    },
    ["U.S.galatm"] = {
	target   = "USgalatm",
    },
    ["uerg"] = {
	target   = "μerg",
    },
    ["ueV"] = {
	target   = "μeV",
    },
    ["usgalatm"] = {
	target   = "USgalatm",
    },
    ["uW-h"] = {
	target   = "μW.h",
    },
    ["uW.h"] = {
	target   = "μW.h",
    },
    ["uWh"] = {
	target   = "μWh",
    },
    ["W-h"] = {
	target   = "W.h",
    },
    ["wattora"] = {
	target   = "Wh",
    },
    ["| eVpar"] = {
	_name1   = "elettronvolt",
	_symbol  = "eV",
	utype    = "energia per quantità chimica",
	scale    = 96485.329522144166,
	prefixes = 1,
	default  = "kcal/mol",
	link     = "Elettronvolt",
    },
    ["kcal/mol"] = {
	per      = { "kcal", "mol" },
	utype    = "energia per quantità chimica",
	default  = "kJ/mol",
	link     = "Chilocalorie per mole",
    },
    ["kJ/mol"] = {
	per      = { "kJ", "mol" },
	utype    = "energia per quantità chimica",
	default  = "kcal/mol",
	link     = "Joule per mole",
    },
    ["kWh/100 km"] = {
	name1    = "chilowattora per 100 chilometri",
	symbol   = "kW⋅h/100&nbsp;km",
	utype    = "energia per unità di lunghezza",
	scale    = 36,
	default  = "MJ/km kWh/mi",
	link     = "wattora",
    },
    ["kWh/100 mi"] = {
	name1    = "chilowattora per 100 miglia",
	symbol   = "kW⋅h/100&nbsp;mi",
	utype    = "energia per unità di lunghezza",
	scale    = 22.3694,
	default  = "mpge",
    },
    ["MJ/100 km"] = {
	name1    = "megajoule per 100 chilometri",
	symbol   = "MJ/100&nbsp;km",
	utype    = "energia per unità di lunghezza",
	scale    = 10,
	default  = "BTU/mi",
	link     = "British thermal unit",
    },
    ["mpge"] = {
	name1    = "miglio per gallone equivalente di benzina",
	name2    = "miglia per gallone equivalente di benzina",
	symbol   = "mpg&#8209;e",
	utype    = "energia per unità di lunghezza",
	scale    = 13e-6,
	invert   = -1,
	iscomplex= true,
	default  = "kWh/100 mi",
    },
    ["BTU/mi"] = {
	per      = { "BTU", "mi" },
	utype    = "energia per unità di lunghezza",
	default  = "v > 1525 ! M ! k ! J/km",
    },
    ["kJ/km"] = {
	per      = { "kJ", "km" },
	utype    = "energia per unità di lunghezza",
	default  = "BTU/mi",
    },
    ["kWh/km"] = {
	per      = { "-kW.h", "km" },
	utype    = "energia per unità di lunghezza",
	default  = "MJ/km kWh/mi",
    },
    ["kWh/mi"] = {
	per      = { "-kW.h", "mi" },
	utype    = "energia per unità di lunghezza",
	default  = "kWh/km MJ/km",
    },
    ["MJ/km"] = {
	per      = { "MJ", "km" },
	utype    = "energia per unità di lunghezza",
	default  = "BTU/mi",
    },
    ["mpg-e"] = {
	target   = "mpge",
    },
    ["BTU/lb"] = {
	name1    = "British thermal unit per libbra",
	symbol   = "BTU/lb",
	utype    = "energia per unità di massa",
	scale    = 429.92261414790346,
	default  = "kJ/kg",
	link     = "British thermal unit",
    },
    ["cal/g"] = {
	name1    = "caloria per grammo",
	name2    = "calorie per grammo",
	symbol   = "cal/g",
	utype    = "energia per unità di massa",
	scale    = 4184,
	default  = "J/g",
	link     = "Caloria",
    },
    ["GJ/kg"] = {
	name1    = "gigajoule per chilogrammo",
	symbol   = "GJ/kg",
	utype    = "energia per unità di massa",
	scale    = 1e9,
	default  = "ktTNT/t",
	link     = "Joule",
    },
    ["J/g"] = {
	name1    = "joule per grammo",
	symbol   = "J/g",
	utype    = "energia per unità di massa",
	scale    = 1000,
	default  = "kcal/g",
	link     = "Joule",
    },
    ["kcal/g"] = {
	name1    = "chilocaloria per grammo",
	name2    = "chilocalorie per grammo",
	symbol   = "kcal/g",
	utype    = "energia per unità di massa",
	scale    = 4184000,
	default  = "kJ/g",
	link     = "Caloria",
    },
    ["kJ/g"] = {
	name1    = "kilojoule per grammmo",
	symbol   = "kJ/g",
	utype    = "energia per unità di massa",
	scale    = 1000000,
	default  = "kcal/g",
	link     = "Joule",
    },
    ["kJ/kg"] = {
	name1    = "kilojoule per chilogrammo",
	symbol   = "kJ/kg",
	utype    = "energia per unità di massa",
	scale    = 1000,
	default  = "BTU/lb",
	link     = "Joule",
    },
    ["ktonTNT/MT"] = {
	name1    = "chilotonnellata equivalente in TNT per tonnellata",
	name2    = "chilotonnellate equivalenti in TNT per tonnellata",
	symbol   = "kiloton of TNT per metric ton",
	usename  = 1,
	utype    = "energia per unità di massa",
	scale    = 4184000000,
	default  = "GJ/kg",
	link     = "Equivalente in TNT",
    },
    ["ktTNT/t"] = {
	name1    = "chilotonnellata equivalente in TNT per tonnellata",
	name2    = "chilotonnellate equivalenti in TNT per tonnellata",
	symbol   = "kilotonne of TNT per tonne",
	usename  = 1,
	utype    = "energia per unità di massa",
	scale    = 4184000000,
	default  = "GJ/kg",
	link     = "Equivalente in TNT",
    },
    ["MtonTNT/MT"] = {
	name1    = "megatonnellata equivalente in TNT per tonnellata",
	name2    = "megatonnellate equivalenti in TNT",
	symbol   = "megaton of TNT per metric ton",
	usename  = 1,
	utype    = "energia per unità di massa",
	scale    = 4.184e12,
	default  = "TJ/kg",
	link     = "Equivalente in TNT",
    },
    ["MtTNT/MT"] = {
	name1    = "megatonnellata equivalente in TNT per tonnellata",
	name2    = "megatonnellate equivalenti in TNT",
	symbol   = "megatonne of TNT per tonne",
	usename  = 1,
	utype    = "energia per unità di massa",
	scale    = 4.184e12,
	default  = "TJ/kg",
	link     = "Equivalente in TNT",
    },
    ["TJ/kg"] = {
	name1    = "terajoule per chilogrammo",
	symbol   = "TJ/kg",
	utype    = "energia per unità di massa",
	scale    = 1e12,
	default  = "MtTNT/MT",
	link     = "Joule",
    },
    ["Cal/g"] = {
	per      = { "Cal", "g" },
	utype    = "energia per unità di massa",
	default  = "kJ/g",
    },
    ["BTU/cuft"] = {
	per      = { "BTU", "cuft" },
	utype    = "energia per unità di volume",
	default  = "kJ/L",
    },
    ["Cal/12USoz(mL)serve"] = {
	per      = { "Cal", "-12USoz(mL)serve" },
	utype    = "energia per unità di volume",
	default  = "kJ/L",
    },
    ["Cal/12USoz(ml)serve"] = {
	per      = { "Cal", "-12USoz(ml)serve" },
	utype    = "energia per unità di volume",
	default  = "kJ/l",
    },
    ["Cal/12USozserve"] = {
	per      = { "Cal", "-12USozserve" },
	utype    = "energia per unità di volume",
	default  = "kJ/L",
    },
    ["Cal/USoz"] = {
	per      = { "Cal", "USoz" },
	utype    = "energia per unità di volume",
	default  = "kJ/ml",
    },
    ["kJ/L"] = {
	per      = { "kJ", "L" },
	utype    = "energia per unità di volume",
	default  = "BTU/cuft",
    },
    ["kJ/l"] = {
	per      = { "kJ", "l" },
	utype    = "energia per unità di volume",
	default  = "BTU/cuft",
    },
    ["kJ/ml"] = {
	per      = { "kJ", "ml" },
	utype    = "energia per unità di volume",
	default  = "Cal/USoz",
    },
    ["MJ/m3"] = {
	per      = { "MJ", "m3" },
	utype    = "energia per unità di volume",
	default  = "BTU/cuft",
    },
    ["cuft/a"] = {
	name1    = "piede cubo all'anno",
	name2    = "piedi cubi all'anno",
	symbol   = "cu&nbsp;ft/a",
	utype    = "flusso",
	scale    = 8.9730672142368242e-10,
	default  = "m3/a",
    },
    ["cuft/d"] = {
	name1    = "piede cubo al giorno",
	name2    = "piedi cubi al giorno",
	symbol   = "cu&nbsp;ft/d",
	utype    = "flusso",
	scale    = 3.2774128000000003e-7,
	default  = "m3/d",
    },
    ["cuft/h"] = {
	name1    = "piede cubo all'ora",
	name2    = "piedi cubi all'ora",
	symbol   = "cu&nbsp;ft/h",
	utype    = "flusso",
	scale    = 7.8657907200000004e-6,
	default  = "m3/h",
    },
    ["cuft/min"] = {
	name1    = "piede cubo al minuto",
	name2    = "piedi cubi al minuto",
	symbol   = "cu&nbsp;ft/min",
	utype    = "flusso",
	scale    = 0.00047194744319999999,
	default  = "m3/min",
    },
    ["cuft/s"] = {
	name1    = "piede cubo al secondo",
	name2    = "piedi cubi al secondo",
	symbol   = "cu&nbsp;ft/s",
	utype    = "flusso",
	scale    = 28316846592e-12,
	default  = "m3/s",
    },
    ["cumi/a"] = {
	name1    = "miglio cubo all'anno",
	name2    = "miglia cube all'anno",
	symbol   = "cu&nbsp;mi/a",
	utype    = "flusso",
	scale    = 132.08171170940057,
	default  = "km3/a",
    },
    ["cuyd/h"] = {
	name1    = "iarda cuba all'ora",
	name2    = "iarde cube all'ora",
	symbol   = "cuyd/h",
	utype    = "flusso",
	scale    = 0.00021237634944000001,
	default  = "m3/h",
	link     = "Piede cubo",
    },
    ["cuyd/s"] = {
	name1    = "iarda cuba al secondo",
	name2    = "iarde cube al secondo",
	symbol   = "cu&nbsp;yd/s",
	utype    = "flusso",
	scale    = 0.76455485798400002,
	default  = "m3/s",
	link     = "Piede cubo",
    },
    ["Goilbbl/a"] = {
	name1    = "billione di barili all'anno",
	symbol   = "Gbbl/a",
	utype    = "flusso",
	scale    = 5.0380033629933836,
	default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3/a",
	link     = "Barile (unità di misura)",
    },
    ["impgal/h"] = {
	name1    = "gallone imperiale all'ora",
	name2    = "galloni imperiali all'ora",
	symbol   = "imp&nbsp;gal/h",
	utype    = "flusso",
	scale    = 1.2628027777777779e-6,
	default  = "m3/h",
	link     = "Gallone",
    },
    ["impgal/min"] = {
	name1    = "gallone imperiale al minuto",
	name2    = "galloni imperiali al minuto",
	symbol   = "imp gal/min",
	utype    = "flusso",
	scale    = 7.5768166666666671e-5,
	default  = "m3/s",
	link     = "Gallone",
    },
    ["impgal/s"] = {
	name1    = "gallone imperiale al secondo",
	name2    = "galloni imperiali al secondo",
	symbol   = "impgal/s",
	utype    = "flusso",
	scale    = 0.00454609,
	default  = "m3/s",
	link     = "Gallone",
    },
    ["km3/a"] = {
	name1    = "chilometro cubo all'anno",
	name2    = "chilometri cubi all'anno",
	symbol   = "km³/a",
	utype    = "flusso",
	scale    = 31.68808781402895,
	default  = "cumi/a",
	link     = "Metro cubo al secondo",
    },
    ["km3/d"] = {
	name1    = "chilometro cubo al giorno",
	name2    = "chilometri cubi al giorno",
	symbol   = "km³/d",
	utype    = "flusso",
	scale    = 11574.074074074075,
	default  = "cuft/d",
	link     = "Metro cubo al secondo",
    },
    ["koilbbl/a"] = {
	name1    = "migliaio di barili all'anno",
	name2    = "migliaia di barili all'anno",
	symbol   = "kbbl/a",
	utype    = "flusso",
	scale    = 5.0380033629933841e-6,
	default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/a",
	link     = "Barile (unità di misura)",
    },
    ["koilbbl/d"] = {
	name1    = "migliaio di barili al giorno",
	name2    = "migliaia di barili al giorno",
	symbol   = "kbbl/d",
	utype    = "flusso",
	scale    = 0.0018401307283333335,
	default  = "v * 1.58987294928 < 10 ! ! e3 ! m3/d",
	link     = "Barile (unità di misura)",
    },
    ["L/h"] = {
	name1    = "litro all'ora",
	name2    = "litri per ora",
	symbol   = "L/h",
	utype    = "flusso",
	scale    = 2.7777777777777776e-7,
	default  = "impgal/h USgal/h",
	link     = "Metro cubo al secondo",
    },
    ["L/min"] = {
	name1    = "litro al minuto",
	name2    = "litri al minuto",
	symbol   = "L/min",
	utype    = "flusso",
	scale    = 1.6666666666666667e-5,
	default  = "impgal/min USgal/min",
	link     = "Metro cubo al secondo",
    },
    ["L/s"] = {
	name1    = "litro al secondo",
	name2    = "litri al secondo",
	symbol   = "L/s",
	utype    = "flusso",
	scale    = 0.001,
	default  = "cuft/s",
	link     = "Metro cubo al secondo",
    },
    ["m3/a"] = {
	name1    = "metro cubico per annum",
	name2    = "metri cubici per annum",
	symbol   = "m³/a",
	utype    = "flusso",
	scale    = 3.1688087814028947e-8,
	default  = "cuft/a",
	link     = "Metro cubo al secondo",
    },
    ["m3/d"] = {
	name1    = "metro cubico al giorno",
	name2    = "metri cubici al giorno",
	symbol   = "m³/d",
	utype    = "flusso",
	scale    = 1.1574074074074073e-5,
	default  = "cuft/d",
	link     = "Metro cubo al secondo",
    },
    ["m3/h"] = {
	name1    = "metro cubo all'ora",
	name1_us = "cubic meter per hour",
	name2    = "metri cubi all'ora",
	name2_us = "cubic meters per hour",
	symbol   = "m³/h",
	utype    = "flusso",
	scale    = 0.00027777777777777778,
	default  = "cuft/h",
	link     = "Metro cubo al secondo",
    },
    ["m3/min"] = {
	name1    = "metro cubo al minuto",
	name1_us = "cubic meter per minute",
	name2    = "metri cubi al minuto",
	name2_us = "cubic meters per minute",
	symbol   = "m³/min",
	utype    = "flusso",
	scale    = 0.016666666666666666,
	default  = "cuft/min",
	link     = "Metro cubo al secondo",
    },
    ["m3/s"] = {
	name1    = "metro cubo al secondo",
	name2    = "metri cubi al secondo",
	symbol   = "m³/s",
	utype    = "flusso",
	scale    = 1,
	default  = "cuft/s",
    },
    ["Moilbbl/a"] = {
	name1    = "millione di barili all'anno",
	name2    = "millioni di barili all'anno",
	symbol   = "Mbbl/a",
	utype    = "flusso",
	scale    = 0.0050380033629933837,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/a",
	link     = "Barile (unità di misura)",
    },
    ["Moilbbl/d"] = {
	name1    = "millione di barili al giorno",
	name2    = "milioni di barili al giorno",
	symbol   = "Mbbl/d",
	utype    = "flusso",
	scale    = 1.8401307283333335,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/d",
	link     = "Barile (unità di misura)",
    },
    ["oilbbl/a"] = {
	name1    = "barile all'anno",
	name2    = "barili all'anno",
	symbol   = "bbl/a",
	utype    = "flusso",
	scale    = 5.0380033629933841e-9,
	default  = "m3/a",
	link     = "Barile (unità di misura)",
    },
    ["oilbbl/d"] = {
	name1    = "barile al giorno",
	name2    = "barili al giorno",
	symbol   = "bbl/d",
	utype    = "flusso",
	scale    = 1.8401307283333336e-6,
	default  = "m3/d",
	link     = "Barile (unità di misura)",
    },
    ["Toilbbl/a"] = {
	name1    = "trilione di barili all'anno",
	name2    = "trilioni di barili all'anno",
	symbol   = "Tbbl/a",
	utype    = "flusso",
	scale    = 5038.0033629933832,
	default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3/a",
	link     = "Barile (unità di misura)",
    },
    ["USgal/a"] = {
	name1    = "gallone americano all'anno",
	name2    = "galloni americani all'anno",
	symbol   = "US&nbsp;gal/a",
	utype    = "flusso",
	scale    = 1.1995246102365199e-10,
	default  = "m3/s",
	link     = "Gallone",
    },
    ["USgal/d"] = {
	name1    = "gallone americano al giorno",
	name2    = "galloni americani al giorno",
	symbol   = "US&nbsp;gal/d",
	utype    = "flusso",
	scale    = 4.3812636388888893e-8,
	default  = "m3/s",
	link     = "Gallone",
    },
    ["USgal/h"] = {
	name1    = "gallone all'ora",
	name2    = "galloni all'ora",
	symbol   = "gal/h",
	utype    = "flusso",
	scale    = 1.0515032733333334e-6,
	default  = "m3/h",
	link     = "Gallone",
	customary= 1,
    },
    ["USgal/min"] = {
	name1    = "gallone americano al minuto",
	name2    = "galloni americani al minuto",
	symbol   = "US&nbsp;gal/min",
	utype    = "flusso",
	scale    = 6.3090196400000003e-5,
	default  = "m3/s",
	link     = "Gallone",
    },
    ["USgal/s"] = {
	name1    = "gallone americano al secondo",
	name2    = "galloni americani al secondo",
	symbol   = "USgal/s",
	utype    = "flusso",
	scale    = 0.003785411784,
	default  = "m3/s",
	link     = "Gallone",
    },
    ["ft3/a"] = {
	target   = "cuft/a",
    },
    ["ft3/d"] = {
	target   = "cuft/d",
    },
    ["ft3/h"] = {
	target   = "cuft/h",
    },
    ["ft3/s"] = {
	target   = "cuft/s",
    },
    ["Gcuft/a"] = {
	target   = "e9cuft/a",
    },
    ["Gcuft/d"] = {
	target   = "e9cuft/d",
    },
    ["kcuft/a"] = {
	target   = "e3cuft/a",
    },
    ["kcuft/d"] = {
	target   = "e3cuft/d",
    },
    ["kcuft/s"] = {
	target   = "e3cuft/s",
    },
    ["Mcuft/a"] = {
	target   = "e6cuft/a",
    },
    ["Mcuft/d"] = {
	target   = "e6cuft/d",
    },
    ["Mcuft/s"] = {
	target   = "e6cuft/s",
    },
    ["m³/s"] = {
	target   = "m3/s",
    },
    ["Tcuft/a"] = {
	target   = "e12cuft/a",
    },
    ["Tcuft/d"] = {
	target   = "e12cuft/d",
    },
    ["u.s.gal/min"] = {
	target   = "USgal/min",
    },
    ["usgal/min"] = {
	target   = "USgal/min",
    },
    ["U.S.gal/d"] = {
	target   = "USgal/d",
    },
    ["U.S.gal/h"] = {
	target   = "USgal/h",
    },
    ["U.S.gal/min"] = {
	target   = "USgal/min",
    },
    ["-LTf"] = {
	name1    = "long ton forza",
	symbol   = "LTf",
	utype    = "forza",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Ton (unità di misura)#Long ton",
    },
    ["-STf"] = {
	name1    = "short ton forza",
	symbol   = "STf",
	utype    = "forza",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton (unità di misura)#Short ton",
    },
    ["dyn"] = {
	name1    = "dyne",
	symbol   = "dyn",
	utype    = "forza",
	scale    = 0.00001,
	default  = "gr-f",
    },
    ["g-f"] = {
	name1    = "grammo forza",
	name2    = "grammi forza",
	symbol   = "g<sub>f</sub>",
	utype    = "forza",
	scale    = 0.00980665,
	default  = "mN",
	link     = "Chilogrammo forza",
    },
    ["gf"] = {
	name1    = "grammo forza",
	name2    = "grammi forza",
	symbol   = "gf",
	utype    = "forza",
	scale    = 0.00980665,
	default  = "mN ozf",
	link     = "Chilogrammo forza",
    },
    ["gr-f"] = {
	name1    = "grano forza",
	name2    = "grani forza",
	symbol   = "gr<sub>f</sub>",
	utype    = "forza",
	scale    = 0.0006354602307515,
	default  = "μN",
	link     = "Libbra forza",
    },
    ["grf"] = {
	name1    = "grano forza",
	name2    = "grani forza",
	symbol   = "grf",
	utype    = "forza",
	scale    = 0.0006354602307515,
	default  = "μN",
	link     = "Libbra forza",
    },
    ["kdyn"] = {
	name1    = "chilodyne",
	symbol   = "kdyn",
	utype    = "forza",
	scale    = 0.01,
	default  = "oz-f",
	link     = "Dyne",
    },
    ["kg-f"] = {
	name1    = "chilogrammo forza",
	name2    = "chilogrammi forza",
	symbol   = "kg<sub>f</sub>",
	utype    = "forza",
	scale    = 9.80665,
	default  = "N",
    },
    ["kgf"] = {
	name1    = "chilogrammo forza",
	name2    = "chilogrammi forza",
	symbol   = "kgf",
	utype    = "forza",
	scale    = 9.80665,
	default  = "N",
    },
    ["kp"] = {
	name1    = "kilopond",
	symbol   = "kp",
	utype    = "forza",
	scale    = 9.80665,
	default  = "N lb-f",
	link     = "Chilogrammo forza",
    },
    ["lbf"] = {
	name1    = "libbra forza",
	name2    = "libbre forza",
	symbol   = "lb<sub>f</sub>",
	utype    = "forza",
	scale    = 4.4482216152605,
	default  = "N",
    },
    ["LTf"] = {
	name1    = "long ton-forza",
	symbol   = "LTf",
	usename  = 1,
	utype    = "forza",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Ton (unità di misura)#Unità di forza",
    },
    ["LT-f"] = {
	name1    = "long ton-forza",
	symbol   = "LTf",
	usename  = 1,
	utype    = "forza",
	scale    = 9964.01641818352,
	default  = "kN",
	link     = "Ton (unità di misura)#Unità di forza",
    },
    ["Mdyn"] = {
	name1    = "megadyne",
	symbol   = "Mdyn",
	utype    = "forza",
	scale    = 10,
	default  = "lb-f",
	link     = "Dyne",
    },
    ["mdyn"] = {
	name1    = "millidyne",
	symbol   = "mdyn",
	utype    = "forza",
	scale    = 0.00000001,
	default  = "gr-f",
	link     = "Dyne",
    },
    ["mg-f"] = {
	name1    = "milligrammo forza",
	name2    = "milligrammi forza",
	symbol   = "mg<sub>f</sub>",
	utype    = "forza",
	scale    = 0.00000980665,
	default  = "μN",
	link     = "Chilogrammo forza",
    },
    ["mgf"] = {
	name1    = "milligrammo forza",
	name2    = "milligrammi forza",
	symbol   = "mgf",
	utype    = "forza",
	scale    = 0.00000980665,
	default  = "μN",
	link     = "Chilogrammo forza",
    },
    ["Mp"] = {
	name1    = "megapond",
	symbol   = "Mp",
	utype    = "forza",
	scale    = 9806.65,
	default  = "kN",
	link     = "Chilogrammo forza",
    },
    ["mp"] = {
	name1    = "millipond",
	symbol   = "mp",
	utype    = "forza",
	scale    = 0.00000980665,
	default  = "μN",
	link     = "Chilogrammo forza",
    },
    ["N"] = {
	_name1   = "newton",
	_symbol  = "N",
	utype    = "forza",
	scale    = 1,
	prefixes = 1,
	default  = "lb-f",
	link     = "Newton (unità di misura)",
    },
    ["oz-f"] = {
	name1    = "oncia forza",
	name2    = "once forza",
	symbol   = "oz<sub>f</sub>",
	utype    = "forza",
	scale    = 0.2780138203095378125,
	default  = "mN",
	link     = "Libbra forza",
    },
    ["p"] = {
	name1    = "pond",
	symbol   = "p",
	utype    = "forza",
	scale    = 0.00980665,
	default  = "mN",
	link     = "Chilogrammo forza",
    },
    ["pdl"] = {
	name1    = "poundal",
	symbol   = "pdl",
	utype    = "forza",
	scale    = 0.138254954376,
	default  = "N",
    },
    ["S/T-f"] = {
	name1    = "short ton forza",
	symbol   = "S/T<sub>f</sub>",
	utype    = "forza",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton (unità di misura)#Unità di forza",
    },
    ["S/Tf"] = {
	name1    = "short ton-forza",
	symbol   = "S/Tf",
	utype    = "forza",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton (unità di misura)#Unità di forza",
    },
    ["ST-f"] = {
	name1    = "short ton forza",
	symbol   = "ST<sub>f</sub>",
	utype    = "forza",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton (unità di misura)#Unità di forza",
    },
    ["STf"] = {
	name1    = "short ton forza",
	symbol   = "STf",
	usename  = 1,
	utype    = "forza",
	scale    = 8896.443230521,
	default  = "kN",
	link     = "Ton (unità di misura)#Unità di forza",
    },
    ["t-f"] = {
	name1    = "tonnellata forza",
	name2    = "tonnellate forza",
	symbol   = "t<sub>f</sub>",
	utype    = "forza",
	scale    = 9806.65,
	default  = "kN",
	link     = "Chilogrammo forza",
    },
    ["tf"] = {
	name1    = "tonnellata forza",
	name2    = "tonnellate forza",
	symbol   = "tf",
	utype    = "forza",
	scale    = 9806.65,
	default  = "kN",
	link     = "Chilogrammo forza",
    },
    ["dyne"] = {
	target   = "dyn",
    },
    ["newton"] = {
	target   = "N",
    },
    ["lb-f"] = {
	target   = "lbf",
    },
    ["libbra forza"] = {
	target   = "lbf",
    },
    ["lb(f)"] = {
	target   = "lbf",
    },
    ["L/T-f"] = {
	target   = "LTf",
    },
    ["ozf"] = {
	target   = "oz-f",
    },
    ["poundal"] = {
	target   = "pdl",
    },
    ["tonnellata forza"] = {
	target   = "tf",
    },
    ["grammo forza"] = {
	target   = "gf",
    },
    ["grammi forza"] = {
	target   = "gf",
    },
    ["chilogrammo forza"] = {
	target   = "kgf",
    },
    ["chilogrammi forza"] = {
	target   = "kgf",
    },
    ["G"] = {
	_name1   = "gauss",
	_symbol  = "G",
	utype    = "forza del campo magnetico",
	scale    = 0.0001,
	prefixes = 1,
	default  = "T",
	link     = "Gauss (unità di misura)",
    },
    ["T"] = {
	_name1   = "tesla",
	_symbol  = "T",
	utype    = "forza del campo magnetico",
	scale    = 1,
	prefixes = 1,
	default  = "G",
	link     = "Tesla",
    },
    ["tesla"] = {
	target   = "T",
    },
    ["gauss"] = {
	target   = "G",
    },
    ["kPa/m"] = {
	per      = { "kPa", "-m-frac" },
	utype    = "gradiente di frattura",
	default  = "psi/ft",
    },
    ["psi/ft"] = {
	per      = { "psi", "-ft-frac" },
	utype    = "gradiente di frattura",
	default  = "kPa/m",
    },
    ["admi"] = {
	name1    = "miglio marino inglese",
	name2    = "miglia marine inglesi",
	symbol   = "nmi&nbsp;(inglesi)",
	utype    = "lunghezza",
	scale    = 1853.184,
	default  = "km",
	link     = "Miglio nautico",
    },
    ["au"] = {
	name1    = "unità astronomica",
	name2    = "unità astronomiche",
	symbol   = "au",
	utype    = "lunghezza",
	scale    = 149597870700,
	default  = "km",
    },
    ["Brnmi"] = {
	name1    = "miglio marino inglese",
	name2    = "miglia marine inglesi",
	symbol   = "nmi&nbsp;(inglesi)",
	utype    = "lunghezza",
	scale    = 1853.184,
	default  = "km",
	link     = "Miglio nautico",
    },
    ["bu"] = {
	symbol   = "bu",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 0.0030303030303030303,
	default  = "mm",
	link     = "Unità di misura giapponesi",
    },
    ["ch"] = {
	name1    = "catena",
	symbol   = "ch",
	utype    = "lunghezza",
	scale    = 20.1168,
	default  = "m",
	subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
	link     = "Catena (unità di misura)",
    },
    ["chlk"] = {
	name1    = "[[Catena (unità di misura)|catena]]",
	symbol   = "[[Catena (unità di misura)|ch]]",
	utype    = "lunghezza",
	scale    = 20.1168,
	default  = "ft m",
	link     = "",
    },
    ["chain"] = {
	name1    = "catena",
	symbol   = "chain",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 20.1168,
	default  = "m",
	subdivs  = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } },
	link     = "Catena (unità di misura)",
    },
    ["chainlk"] = {
	symbol   = "[[Catena (unità di misura)|chain]]",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 20.1168,
	default  = "ft m",
	link     = "",
    },
    ["dpcm"] = {
	symbol   = "dot/cm",
	utype    = "lunghezza",
	scale    = 100,
	invert   = -1,
	iscomplex= true,
	default  = "dpi",
	link     = "Punti per pollice",
    },
    ["dpi"] = {
	symbol   = "DPI",
	utype    = "lunghezza",
	scale    = 39.370078740157481,
	invert   = -1,
	iscomplex= true,
	default  = "pitch",
	link     = "Punti per pollice",
    },
    ["fathom"] = {
	name1    = "braccio",
	name2    = "braccia",
	symbol   = "fathom",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 1.8288,
	default  = "m",
	link     = "Braccio (unità di misura)",
    },
    ["foot"] = {
	name1    = "piede",
	name2    = "piedi",
	symbol   = "ft",
	utype    = "lunghezza",
	scale    = 0.3048,
	default  = "m",
	subdivs  = { ["in"] = { 12, default = "m" } },
	link     = "Piede (unità di misura)",
    },
    ["ft"] = {
	name1    = "piede",
	name2    = "piedi",
	symbol   = "ft",
	utype    = "lunghezza",
	scale    = 0.3048,
	exception= "integer_more_precision",
	default  = "m",
	subdivs  = { ["in"] = { 12, default = "m" } },
	link     = "Piede (unità di misura)",
    },
    ["furlong"] = {
	symbol   = "furlong",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 201.168,
	default  = "m",
    },
    ["Gly"] = {
	name1    = "giga anno luce",
	name2    = "giga anni luce",
	symbol   = "Gly",
	utype    = "lunghezza",
	scale    = 9.4607304725808e24,
	default  = "Mpc",
	link     = "Anno luce",
    },
    ["Gpc"] = {
	name1    = "gigaparsec",
	symbol   = "Gpc",
	utype    = "lunghezza",
	scale    = 3.0856775814671916e25,
	default  = "Gly",
	link     = "Parsec",
    },
    ["hand"] = {
	name1    = "hand",
	symbol   = "h",
	utype    = "lunghezza",
	builtin  = "hand",
	scale    = 0.1016,
	iscomplex= true,
	default  = "in cm",
	link     = "Hand (unit)]] -->",
    },
    ["in"] = {
	name1    = "pollice",
	name2    = "pollici",
	symbol   = "in",
	utype    = "lunghezza",
	scale    = 0.0254,
	exception= "subunit_more_precision",
	default  = "mm",
	link     = "Pollice (unità di misura)",
    },
    ["inabbreviated"] = {
	symbol   = "in",
	utype    = "lunghezza",
	scale    = 0.0254,
	default  = "mm",
	link     = "Pollice (unità di misura)",
    },
    ["kly"] = {
	name1    = "chilo anno luce",
	name2    = "chilo anni luce",
	symbol   = "kly",
	utype    = "lunghezza",
	scale    = 9.4607304725808e18,
	default  = "pc",
	link     = "Anno luce",
    },
    ["kpc"] = {
	name1    = "chiloparsec",
	symbol   = "kpc",
	utype    = "lunghezza",
	scale    = 3.0856775814671916e19,
	default  = "kly",
	link     = "Parsec",
    },
    ["LD"] = {
	name1    = "distanza lunare",
	symbol   = "LD",
	utype    = "lunghezza",
	scale    = 384403000,
	default  = "km",
    },
    ["league"] = {
	name1    = "lega",
	symbol   = "league",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 4828.032,
	default  = "km",
	link     = "Lega (unità di misura)",
    },
    ["ly"] = {
	name1    = "anno luce",
	name2    = "anni luce",
	symbol   = "al",
	utype    = "lunghezza",
	scale    = 9.4607304725808e15,
	default  = "au",
    },
    ["m"] = {
	_name1   = "metro",
	_name2   = "metri",
	_symbol  = "m",
	utype    = "lunghezza",
	scale    = 1,
	prefixes = 1,
	default  = "v > 0 and v < 3 ! ftin ! ft",
	link     = "Metro",
    },
    ["mi"] = {
	name1    = "miglio",
	name2    = "miglia",
	symbol   = "mi",
	utype    = "lunghezza",
	scale    = 1609.344,
	default  = "km",
	subdivs  = { ["ch"] = { 80, default = "km" }, ["chlk"] = { 80, default = "km" }, ["chain"] = { 80, default = "km" }, ["chainlk"] = { 80, default = "km" }, ["ft"] = { 5280, default = "km" }, ["furlong"] = { 8, default = "km" }, ["yd"] = { 1760, default = "km" } },
	link     = "Miglio (unità di misura)",
    },
    ["mil"] = {
	name1    = "millesimo di pollice",
	name2    = "millesimi di pollice",
	symbol   = "mil",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 0.0000254,
	default  = "mm",
	link     = "Pollice (unità di misura)",
    },
    ["Mly"] = {
	name1    = "mega anno luce",
	name2    = "mega anni luce",
	symbol   = "Mly",
	utype    = "lunghezza",
	scale    = 9.4607304725808e21,
	default  = "kpc",
	link     = "Anno luce",
    },
    ["Mpc"] = {
	name1    = "megaparsec",
	symbol   = "Mpc",
	utype    = "lunghezza",
	scale    = 3.0856775814671916e22,
	default  = "Mly",
	link     = "Parsec",
    },
    ["NM"] = {
	name1    = "miglio nautico",
	name2    = "miglia nautiche",
	symbol   = "NM",
	utype    = "lunghezza",
	scale    = 1852,
	default  = "km",
    },
    ["nmi"] = {
	name1    = "miglio nautico",
	name2    = "miglia nautiche",
	symbol   = "nmi",
	utype    = "lunghezza",
	scale    = 1852,
	default  = "km",
    },
    ["oldUKnmi"] = {
	name1    = "miglio nautico inglese",
	name2    = "miglia nautiche inglesi",
	symbol   = "nmi&nbsp;(inglesi)",
	utype    = "lunghezza",
	scale    = 1853.184,
	default  = "km",
	link     = "Miglio nautico",
    },
    ["oldUSnmi"] = {
	name1    = "miglio nautico statunitense",
	name2    = "miglia nautiche statunitensi",
	symbol   = "nmi&nbsp;(statunitense)",
	utype    = "lunghezza",
	scale    = 1853.24496,
	default  = "km",
	link     = "Miglio nautico",
    },
    ["pc"] = {
	name1    = "parsec",
	symbol   = "pc",
	utype    = "lunghezza",
	scale    = 3.0856775814671916e16,
	default  = "ly",
    },
    ["perch"] = {
	name2    = "perches",
	symbol   = "perch",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 5.0292,
	default  = "m",
	link     = "Rod (unità di misura)",
    },
    ["pitch"] = {
	symbol   = "μm",
	utype    = "lunghezza",
	scale    = 1e-6,
	default  = "dpi",
	defkey   = "pitch",
	linkey   = "pitch",
	link     = "Punti per pollice",
    },
    ["pole"] = {
	symbol   = "pole",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 5.0292,
	default  = "m",
	link     = "Rod (unità di misura)",
    },
    ["pre1954U.S.nmi"] = {
	target   = "oldUSnmi",
    },
    ["pre1954USnmi"] = {
	target   = "oldUSnmi",
    },
    ["rd"] = {
	name1    = "rod",
	symbol   = "rd",
	utype    = "lunghezza",
	scale    = 5.0292,
	default  = "ft m",
	link     = "Rod (unità di misura)",
    },
    ["royal cubit"] = {
	name1    = "cubito reale egizio",
	symbol   = "cu",
	utype    = "lunghezza",
	scale    = 0.523,
	default  = "mm",
	link     = "Cubito",
    },
    ["rtkm"] = {
	name1    = "route kilometre",
	symbol   = "km",
	utype    = "lunghezza",
	scale    = 1000,
	default  = "mi",
	link     = "chilometro",
    },
    ["rtmi"] = {
	name1    = "route mile",
	symbol   = "mi",
	utype    = "lunghezza",
	scale    = 1609.344,
	default  = "km",
	link     = "Miglio (unità di misura)",
    },
    ["shaku"] = {
	symbol   = "shaku",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 0.30303030303030304,
	default  = "m",
    },
    ["sm"] = {
	name1    = "smoot",
	symbol   = "sm",
	utype    = "lunghezza",
	scale    = 1.70180,
	default  = "m",
    },
    ["smi"] = {
	name1    = "statute mile",
	symbol   = "mi",
	utype    = "lunghezza",
	scale    = 1609.344,
	default  = "km",
	subdivs  = { ["chain"] = { 80, default = "km" } },
	link     = "Miglio (unità di misura)",
    },
    ["raggio solare"] = {
	name1    = "raggio solare",
	name2    = "raggi solari",
	symbol   = "''R''<sub>☉</sub>",
	utype    = "lunghezza",
	scale    = 695700e3,
	default  = "km",
    },
    ["sun"] = {
	symbol   = "sun",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 0.030303030303030304,
	default  = "mm",
	link     = "Unità di misura giapponesi",
    },
    ["thou"] = {
	name1    = "millesimo di pollice",
	name2    = "millesimi di pollice",
	symbol   = "thou",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 0.0000254,
	default  = "mm",
	link     = "Pollice (unità di misura)",
    },
    ["versta"] = {
	symbol   = "versta",
	usename  = 1,
	utype    = "lunghezza",
	scale    = 1066.8,
	default  = "km mi",
    },
    ["yd"] = {
	name1    = "iarda",
	name2    = "iarde",
	symbol   = "yd",
	utype    = "lunghezza",
	scale    = 0.9144,
	default  = "m",
	subdivs  = { ["ft"] = { 3, default = "m" } },
    },
    ["μin"] = {
	name1    = "micropollice",
	name2    = "micropollici",
	symbol   = "μin",
	utype    = "lunghezza",
	scale    = 0.0000000254,
	default  = "nm",
	link     = "Pollice (unità di misura)",
    },
    ["Å"] = {
	name1    = "ångström",
	symbol   = "Å",
	utype    = "lunghezza",
	scale    = 0.0000000001,
	default  = "in",
    },
    ["Hz"] = {
	_name1   = "hertz",
	_symbol  = "Hz",
	utype    = "lunghezza",
	scale    = 3.3356409519815204e-9,
	invert   = -1,
	iscomplex= true,
	prefixes = 1,
	default  = "m",
	link     = "Hertz",
    },
    ["-ft-frac"] = {
	target   = "ft",
	link     = "gradiente di fratturazione",
    },
    ["-in-stiff"] = {
	target   = "in",
	link     = "Rigidezza",
    },
    ["-m-frac"] = {
	target   = "m",
	link     = "gradiente di fratturazione",
    },
    ["-m-stiff"] = {
	target   = "m",
	link     = "Rigidezza",
    },
    ["100km"] = {
	target   = "km",
	multiplier= 100,
    },
    ["admiralty nmi"] = {
	target   = "oldUKnmi",
    },
    ["angstrom"] = {
	target   = "Å",
    },
    ["ångström"] = {
	target   = "Å",
    },
    ["anno luce"] = {
	target   = "ly",
    },
    ["anni luce"] = {
	target   = "ly",
    },
    ["ua"] = {
	target   = "au",
    },
    ["UA"] = {
	target   = "au",
    },
    ["al"] = {
	target   = "ly",
    },
    ["feet"] = {
	target   = "ft",
    },
    ["hands"] = {
	target   = "hand",
    },
    ["iarda"] = {
	target   = "yd",
    },
    ["iarde"] = {
	target   = "yd",
    },
    ["inch"] = {
	target   = "in",
    },
    ["braccio"] = {
	target   = "fathom",
    },
    ["braccia"] = {
	target   = "fathom",
    },
    ["light-year"] = {
	target   = "ly",
    },
    ["meter"] = {
	target   = "m",
    },
    ["meters"] = {
	target   = "m",
    },
    ["metre"] = {
	target   = "m",
    },
    ["metres"] = {
	target   = "m",
    },
    ["metro"] = {
	target   = "m",
    },
    ["metri"] = {
	target   = "m",
    },
    ["micrometro"] = {
	target   = "μm",
    },
    ["micron"] = {
	target   = "μm",
	default  = "μin",
    },
    ["mile"] = {
	target   = "mi",
    },
    ["miles"] = {
	target   = "mi",
    },
    ["miglio"] = {
	target   = "mi",
    },
    ["miglia"] = {
	target   = "mi",
    },
    ["miglio nautico"] = {
	target   = "nmi",
    },
    ["miglia nautiche"] = {
	target   = "nmi",
    },
    ["parsec"] = {
	target   = "pc",
    },
    ["pd"] = {
	target   = "ft",
    },
    ["piede"] = {
	target   = "ft",
    },
    ["piedi"] = {
	target   = "ft",
    },
    ["pollice"] = {
	target   = "in",
    },
    ["pollici"] = {
	target   = "in",
    },
    ["rod"] = {
	target   = "rd",
    },
    ["smoot"] = {
	target   = "sm",
    },
    ["uin"] = {
	target   = "μin",
    },
    ["yard"] = {
	target   = "yd",
    },
    ["yards"] = {
	target   = "yd",
    },
    ["yds"] = {
	target   = "yd",
    },
    ["-Lcwt"] = {
	name1    = "hundredweight",
	symbol   = "cwt",
	utype    = "massa",
	scale    = 50.80234544,
	default  = "lb",
    },
    ["-Scwt"] = {
	name1    = "hundredweight",
	symbol   = "cwt",
	utype    = "massa",
	scale    = 45.359237,
	default  = "lb",
    },
    ["-ST"] = {
	name1    = "short ton",
	symbol   = "ST",
	utype    = "massa",
	scale    = 907.18474,
	default  = "t",
    },
    ["carat"] = {
	name1    = "carato",
	name2    = "carati",
	symbol   = "carat",
	usename  = 1,
	utype    = "massa",
	scale    = 0.0002,
	default  = "g",
    },
    ["carato"] = {
	target   = "carat",
    },
    ["carati"] = {
	target   = "carat",
    },
    ["drachm"] = {
	name1    = "dramma",
	name1_us = "dramme",
	symbol   = "drachm",
	usename  = 1,
	utype    = "massa",
	scale    = 0.001771845195,
	default  = "g",
	link     = "Dramma (unità di misura)",
    },
    ["dram"] = {
	target   = "drachm",
    },
    ["dramma"] = {
	target   = "drachm",
    },
    ["dramme"] = {
	target   = "drachm",
    },
    ["dwt"] = {
	name1    = "pennyweight",
	symbol   = "dwt",
	utype    = "massa",
	scale    = 0.00155517384,
	default  = "g",
	link     = "Sistema consuetudinario statunitense#Unità di massa",
    },
    ["DWton"] = {
	name1    = "tonnellaggio di portata lorda",
	symbol   = "deadweight ton",
	usename  = 1,
	utype    = "massa",
	scale    = 1016.0469088,
	default  = "DWtonne",
    },
    ["DWtonne"] = {
	name1    = "tonnellaggio di portata lorda in long ton",
	symbol   = "deadweight tonne",
	usename  = 1,
	utype    = "massa",
	scale    = 1000,
	default  = "DWton",
	link     = "Tonnellaggio di portata lorda",
    },
    ["g"] = {
	_name1   = "grammo",
	_name2   = "grammi",
	_symbol  = "g",
	utype    = "massa",
	scale    = 0.001,
	prefixes = 1,
	default  = "oz",
	link     = "Grammo",
    },
    ["gr"] = {
	name1    = "grano",
	name2    = "grani",
	symbol   = "gr",
	utype    = "massa",
	scale    = 0.00006479891,
	default  = "g",
	link     = "Grano (unità di misura)",
    },
    ["Gt"] = {
	name1    = "gigatonnellata",
	name2    = "gigatonnellate",
	symbol   = "Gt",
	utype    = "massa",
	scale    = 1000000000000,
	default  = "LT ST",
	link     = "Tonnellata",
    },
    ["impgalh2o"] = {
	name1    = "gallone imperiale d'acqua",
	name2    = "galloni imperiali d'acqua",
	symbol   = "imp&nbsp;gal H<sub>2</sub>O",
	utype    = "massa",
	scale    = 4.5359236999999499,
	default  = "lb kg",
	link     = "Gallone imperiale",
    },
    ["kt"] = {
	name1    = "chilotonnellata",
	name2    = "chilotonnellate",
	symbol   = "kt",
	utype    = "massa",
	scale    = 1000000,
	default  = "LT ST",
	link     = "Tonnellata",
    },
    ["lb"] = {
	name1    = "libbra",
	name2    = "libbre",
	symbol   = "lb",
	utype    = "massa",
	scale    = 0.45359237,
	exception= "integer_more_precision",
	default  = "kg",
	subdivs  = { ["oz"] = { 16, default = "kg" } },
    },
    ["Lcwt"] = {
	name1    = "quintale inglese",
	symbol   = "Lcwt",
	usename  = 1,
	utype    = "massa",
	scale    = 50.80234544,
	default  = "lb",
	subdivs  = { ["qtr"] = { 4, default = "kg" }, ["st"] = { 8, default = "kg" } },
	link     = "Hundredweight",
    },
    ["long cwt"] = {
	name1    = "long hundredweight",
	symbol   = "long&nbsp;cwt",
	utype    = "massa",
	scale    = 50.80234544,
	default  = "kg",
	subdivs  = { ["qtr"] = { 4, default = "kg" } },
	link     = "Hundredweight",
    },
    ["long qtr"] = {
	name1    = "long quarter",
	symbol   = "long&nbsp;qtr",
	utype    = "massa",
	scale    = 12.70058636,
	default  = "kg",
	link     = "Avoirdupois",
    },
    ["LT"] = {
	symbol   = "long ton",
	usename  = 1,
	utype    = "massa",
	scale    = 1016.0469088,
	default  = "t",
	subdivs  = { ["Lcwt"] = { 20, default = "t", unit = "-Lcwt" } },
    },
    ["lt"] = {
	name1    = "long ton",
	symbol   = "LT",
	utype    = "massa",
	scale    = 1016.0469088,
	default  = "t",
	subdivs  = { ["Lcwt"] = { 20, default = "t", unit = "-Lcwt" } },
    },
    ["metric ton"] = {
	name1    = "tonnellata",
	name2    = "tonnellate",
	symbol   = "metric ton",
	usename  = 1,
	utype    = "massa",
	scale    = 1000,
	default  = "LT ST",
    },
    ["MT"] = {
	name1    = "tonnellata",
	name2    = "tonnellate",
	symbol   = "t",
	utype    = "massa",
	scale    = 1000,
	default  = "LT ST",
    },
    ["Mt"] = {
	name1    = "megatonnellata",
	name2    = "megatonnellate",
	symbol   = "Mt",
	utype    = "massa",
	scale    = 1000000000,
	default  = "LT ST",
	link     = "Tonnellata",
    },
    ["oz"] = {
	name1    = "oncia",
	symbol   = "oz",
	utype    = "massa",
	scale    = 0.028349523125,
	default  = "g",
	link     = "Oncia (unità di misura)",
    },
    ["ozt"] = {
	name1    = "oncia troy",
	name2    = "once troy",
	symbol   = "ozt",
	utype    = "massa",
	scale    = 0.0311034768,
	default  = "g",
    },
    ["pdr"] = {
	name1    = "libbra",
	name2    = "libbre",
	symbol   = "pdr",
	utype    = "massa",
	scale    = 0.45359237,
	default  = "kg",
    },
    ["qtr"] = {
	name1    = "quarter",
	symbol   = "qtr",
	utype    = "massa",
	scale    = 12.70058636,
	default  = "kg",
	subdivs  = { ["lb"] = { 28, default = "kg" } },
	link     = "Avoirdupois",
    },
    ["Scwt"] = {
	name1    = "short hundredweight",
	symbol   = "Scwt",
	usename  = 1,
	utype    = "massa",
	scale    = 45.359237,
	default  = "kg",
	link     = "Hundredweight",
    },
    ["short cwt"] = {
	name1    = "short hundredweight",
	symbol   = "short&nbsp;cwt",
	utype    = "massa",
	scale    = 45.359237,
	default  = "kg",
	link     = "Hundredweight",
    },
    ["short qtr"] = {
	name1    = "short quarter",
	symbol   = "short&nbsp;qtr",
	utype    = "massa",
	scale    = 11.33980925,
	default  = "kg",
	link     = "Avoirdupois",
    },
    ["ST"] = {
	symbol   = "short ton",
	usename  = 1,
	utype    = "massa",
	scale    = 907.18474,
	default  = "t",
	subdivs  = { ["Scwt"] = { 20, default = "t", unit = "-Scwt" } },
    },
    ["shtn"] = {
	name1    = "short ton",
	symbol   = "sh&nbsp;tn",
	utype    = "massa",
	scale    = 907.18474,
	default  = "t",
    },
    ["shton"] = {
	symbol   = "ton",
	usename  = 1,
	utype    = "massa",
	scale    = 907.18474,
	default  = "t",
	link     = "Ton (unità di misura)",
    },
    ["massa gioviana"] = {
	name1    = "massa gioviana",
	name2    = "masse gioviane",
	symbol   = "| ''M''<sub>J</sub>",
	utype    = "massa",
	scale    = 1.89819e27,
	default  = "kg",
    },
    ["massa solare"] = {
	name1    = "massa solare",
	name2    = "masse solari",
	symbol   = "''M''<sub>☉</sub>",
	utype    = "massa",
	scale    = 1.98855e30,
	default  = "kg",
    },
    ["massa terrestre"] = {
	name1    = "massa terrestre",
	name2    = "masse terrestri",
	symbol   = "''M''<sub>⊕</sub>",
	utype    = "massa",
	scale    = 597219e24,
	default  = "kg",
    },
    ["st"] = {
	name1    = "stone",
	symbol   = "st",
	utype    = "massa",
	scale    = 6.35029318,
	default  = "kg",
	subdivs  = { ["lb"] = { 14, default = "kg lb" } },
    },
    ["t"] = {
	name1    = "tonnellata",
	name2    = "tonnellate",
	symbol   = "t",
	utype    = "massa",
	scale    = 1000,
	default  = "LT ST",
    },
    ["tonne"] = {
	name1    = "tonnellata",
	name2    = "tonnellate",
	symbol   = "t",
	utype    = "massa",
	scale    = 1000,
	default  = "shton",
    },
    ["troy pound"] = {
	name1    = "libbra troy",
	name2    = "libbre troy",
	symbol   = "troy pound",
	usename  = 1,
	utype    = "massa",
	scale    = 0.3732417216,
	default  = "kg",
	link     = "Sistema troy",
    },
    ["usgalh2o"] = {
	name1    = "gallone d'acqua US",
	name2    = "galloni d'acqua US",
	symbol   = "US&nbsp;gal H<sub>2</sub>O",
	utype    = "massa",
	scale    = 3.7776215836051126,
	default  = "kg",
	link     = "Gallone",
    },
    ["viss"] = {
	symbol   = "viss",
	utype    = "massa",
	scale    = 1.632932532,
	default  = "kg",
    },
    ["billion tonne"] = {
	target   = "e9t",
    },
    ["chilogrammo"] = {
	target   = "kg",
    },
    ["chilogrammi"] = {
	target   = "kg",
    },
    ["grammo"] = {
	target   = "g",
    },
    ["grammi"] = {
	target   = "g",
    },
    ["kilogram"] = {
	target   = "kg",
    },
    ["kilotonne"] = {
	target   = "kt",
    },
    ["lbs"] = {
	target   = "lb",
    },
    ["libbra"] = {
	target   = "lb",
    },
    ["libbre"] = {
	target   = "lb",
    },
    ["lbt"] = {
	target   = "troy pound",
    },
    ["lcwt"] = {
	target   = "Lcwt",
    },
    ["long ton"] = {
	target   = "LT",
    },
    ["masse gioviane"] = {
	target   = "massa gioviana",
    },
    ["masse terrestri"] = {
	target   = "massa terrestre",
    },
    ["masse solari"] = {
	target   = "massa solare",
    },
    ["mcg"] = {
	target   = "μg",
    },
    ["milioni di tonnellate"] = {
	target   = "e6t",
    },
    ["scwt"] = {
	target   = "Scwt",
    },
    ["short ton"] = {
	target   = "ST",
    },
    ["stone"] = {
	target   = "st",
    },
    ["migliaio di tonnellate"] = {
	target   = "e3t",
    },
    ["migliaia di tonnellate"] = {
	target   = "e3t",
    },
    ["thousand tonne"] = {
	target   = "e3t",
    },
    ["tonnes"] = {
	target   = "t",
    },
    ["tonnellata"] = {
	target   = "t",
    },
    ["tonnellate"] = {
	target   = "t",
    },
    ["kg/kW"] = {
	name1    = "chilogrammo per chilowatt",
	name2    = "chilogrammi per chilowatt",
	symbol   = "kg/kW",
	utype    = "massa per unità di potenza",
	scale    = 0.001,
	default  = "lb/hp",
	link     = "Watt",
    },
    ["lb/hp"] = {
	name1    = "libbra per cavallo vapore",
	name2    = "libbre per cavallo vapore",
	symbol   = "lb/hp",
	utype    = "massa per unità di potenza",
	scale    = 0.00060827738784176115,
	default  = "kg/kW",
	link     = "Cavallo vapore",
    },
    ["kg/h"] = {
	per      = { "kg", "h" },
	utype    = "massa per unità di tempo",
	default  = "lb/h",
    },
    ["lb/h"] = {
	per      = { "lb", "h" },
	utype    = "massa per unità di tempo",
	default  = "kg/h",
    },
    ["g-mol/d"] = {
	name1    = "grammomole per giorno",
	name2    = "grammomoli per giorno",
	symbol   = "g&#8209;mol/d",
	utype    = "molar rate",
	scale    = 1.1574074074074073e-5,
	default  = "μmol/s",
	link     = "Mole",
    },
    ["g-mol/h"] = {
	name1    = "grammomole per ora",
	name2    = "grammomoli per ora",
	symbol   = "g&#8209;mol/h",
	utype    = "molar rate",
	scale    = 0.00027777777777777778,
	default  = "mmol/s",
	link     = "Mole",
    },
    ["g-mol/min"] = {
	name1    = "grammomole per minuto",
	name2    = "grammomoli per minuto",
	symbol   = "g&#8209;mol/min",
	utype    = "molar rate",
	scale    = 0.016666666666666666,
	default  = "g-mol/s",
	link     = "Mole",
    },
    ["g-mol/s"] = {
	name1    = "grammomole per secondo",
	name2    = "grammomoli per secondo",
	symbol   = "g&#8209;mol/s",
	utype    = "molar rate",
	scale    = 1,
	default  = "lb-mol/min",
	link     = "Mole",
    },
    ["gmol/d"] = {
	name1    = "grammomole per giorno",
	name2    = "grammomoli per giorno",
	symbol   = "gmol/d",
	utype    = "molar rate",
	scale    = 1.1574074074074073e-5,
	default  = "μmol/s",
	link     = "Mole",
    },
    ["gmol/h"] = {
	name1    = "grammomole per ora",
	name2    = "grammomoli per ora",
	symbol   = "gmol/h",
	utype    = "molar rate",
	scale    = 0.00027777777777777778,
	default  = "mmol/s",
	link     = "Mole",
    },
    ["gmol/min"] = {
	name1    = "grammomole per minuto",
	name2    = "grammomoli per minuto",
	symbol   = "gmol/min",
	utype    = "molar rate",
	scale    = 0.016666666666666666,
	default  = "gmol/s",
	link     = "Mole",
    },
    ["gmol/s"] = {
	name1    = "grammole per secondo",
	name2    = "grammoli per secondo",
	symbol   = "gmol/s",
	utype    = "molar rate",
	scale    = 1,
	default  = "lbmol/min",
	link     = "Mole",
    },
    ["kmol/d"] = {
	name1    = "chilomole per giorno",
	name2    = "chilomoli per giorno",
	symbol   = "kmol/d",
	utype    = "molar rate",
	scale    = 0.011574074074074073,
	default  = "mmol/s",
	link     = "Mole",
    },
    ["kmol/h"] = {
	name1    = "chilomole per ora",
	name2    = "chilomoli per ora",
	symbol   = "kmol/h",
	utype    = "molar rate",
	scale    = 0.27777777777777779,
	default  = "mol/s",
	link     = "Mole",
    },
    ["kmol/min"] = {
	name1    = "chilomole per minuto",
	name2    = "chilomoli per minuto",
	symbol   = "kmol/min",
	utype    = "molar rate",
	scale    = 16.666666666666668,
	default  = "mol/s",
	link     = "Mole",
    },
    ["kmol/s"] = {
	name1    = "chilomole per secondo",
	name2    = "chilomoli per secondo",
	symbol   = "kmol/s",
	utype    = "molar rate",
	scale    = 1000,
	default  = "lb-mol/s",
	link     = "Mole",
    },
    ["lb-mol/d"] = {
	name1    = "libbra-mole per giorno",
	name2    = "libbra-moli per giorno",
	symbol   = "lb&#8209;mol/d",
	utype    = "molar rate",
	scale    = 0.0052499116898148141,
	default  = "mmol/s",
	link     = "Mole",
    },
    ["lb-mol/h"] = {
	name1    = "libbra-mole per ora",
	name2    = "libbra-moli per ora",
	symbol   = "lb&#8209;mol/h",
	utype    = "molar rate",
	scale    = 0.12599788055555555,
	default  = "mol/s",
	link     = "Mole",
    },
    ["lb-mol/min"] = {
	name1    = "libbra-mole per minuto",
	name2    = "libbra-moli per minuto",
	symbol   = "lb&#8209;mol/min",
	utype    = "molar rate",
	scale    = 7.5598728333333334,
	default  = "mol/s",
	link     = "Mole",
    },
    ["lb-mol/s"] = {
	name1    = "libbra-mole per secondo",
	name2    = "libbra-moli per secondo",
	symbol   = "lb&#8209;mol/s",
	utype    = "molar rate",
	scale    = 453.59237,
	default  = "kmol/s",
	link     = "Mole",
    },
    ["lbmol/d"] = {
	name1    = "libbra-mole per giorno",
	name2    = "libbra-moli per giorno",
	symbol   = "lbmol/d",
	utype    = "molar rate",
	scale    = 0.0052499116898148141,
	default  = "mmol/s",
	link     = "Mole",
    },
    ["lbmol/h"] = {
	name1    = "libbra-mole per ora",
	name2    = "libbra-moli per ora",
	symbol   = "lbmol/h",
	utype    = "molar rate",
	scale    = 0.12599788055555555,
	default  = "mol/s",
	link     = "Mole",
    },
    ["lbmol/min"] = {
	name1    = "libbra-mole per minuto",
	name2    = "libbra-moli per minuto",
	symbol   = "lbmol/min",
	utype    = "molar rate",
	scale    = 7.5598728333333334,
	default  = "mol/s",
	link     = "Mole",
    },
    ["lbmol/s"] = {
	name1    = "libbra-mole per secondo",
	name2    = "libbra-moli per secondo",
	symbol   = "lbmol/s",
	utype    = "molar rate",
	scale    = 453.59237,
	default  = "kmol/s",
	link     = "Mole",
    },
    ["mmol/s"] = {
	name1    = "millimole per secondo",
	name2    = "millimoli per secondo",
	symbol   = "mmol/s",
	utype    = "molar rate",
	scale    = 0.001,
	default  = "lb-mol/d",
	link     = "Mole",
    },
    ["mol/d"] = {
	name1    = "mole per giorno",
	name2    = "moli per giorno",
	symbol   = "mol/d",
	utype    = "molar rate",
	scale    = 1.1574074074074073e-5,
	default  = "μmol/s",
	link     = "Mole",
    },
    ["mol/h"] = {
	name1    = "mole per ora",
	name2    = "moli per ora",
	symbol   = "mol/h",
	utype    = "molar rate",
	scale    = 0.00027777777777777778,
	default  = "mmol/s",
	link     = "Mole",
    },
    ["mol/min"] = {
	name1    = "mole per minuto",
	name2    = "moli per minuto",
	symbol   = "mol/min",
	utype    = "molar rate",
	scale    = 0.016666666666666666,
	default  = "mol/s",
	link     = "Mole",
    },
    ["mol/s"] = {
	name1    = "mole per secondo",
	name2    = "moli per secondo",
	symbol   = "mol/s",
	utype    = "molar rate",
	scale    = 1,
	default  = "lb-mol/min",
	link     = "Mole",
    },
    ["μmol/s"] = {
	name1    = "micromole per secondo",
	name2    = "micromoli per secondo",
	symbol   = "μmol/s",
	utype    = "molar rate",
	scale    = 0.000001,
	default  = "lb-mol/d",
	link     = "Mole",
    },
    ["umol/s"] = {
	target   = "μmol/s",
    },
    ["kgm"] = {
	name1    = "chilogrammometro",
	symbol   = "kg⋅m",
	utype    = "momento meccanico",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Chilogrammo forza",
    },
    ["lb-fft"] = {
	name1    = "libbra forza-piede",
	name2    = "libbra forza-piedi",
	symbol   = "ft⋅lb<sub>f</sub>",
	utype    = "momento meccanico",
	scale    = 1.3558179483314004,
	default  = "Nm",
    },
    ["lb.in"] = {
	name1    = "libbra-forza pollice",
	name2    = "libbra-forza pollici",
	symbol   = "lb⋅in",
	utype    = "momento meccanico",
	scale    = 0.1129848290276167,
	default  = "mN.m",
    },
    ["m.kg-f"] = {
	name1    = "metro chilogrammo-forza",
	name2    = "metro chilogrammi-forza",
	symbol   = "m⋅kg<sub>f</sub>",
	utype    = "momento meccanico",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Chilogrammo forza",
    },
    ["m.kgf"] = {
	name1    = "metro per chilogrammo-forza",
	symbol   = "m⋅kgf",
	utype    = "momento meccanico",
	scale    = 9.80665,
	default  = "Nm lbfft",
	link     = "Chilogrammo forza",
    },
    ["mN.m"] = {
	name1    = "millinewton per metro",
	symbol   = "mN⋅m",
	utype    = "momento meccanico",
	scale    = 0.001,
	default  = "lb.in",
	link     = "Newton per metro",
    },
    ["Nm"] = {
	_name1   = "newton per metro",
	_symbol  = "N⋅m",
	utype    = "momento meccanico",
	alttype  = "energia",
	scale    = 1,
	prefixes = 1,
	default  = "lbfft",
	link     = "Newton per metro",
    },
    ["kN/m"] = {
	per      = { "kN", "-m-stiff" },
	utype    = "momento meccanico",
	default  = "lbf/in",
    },
    ["lbf/in"] = {
	per      = { "lbf", "-in-stiff" },
	utype    = "momento meccanico",
	default  = "kN/m",
    },
    ["lb.ft"] = {
	target   = "lb-fft",
    },
    ["lb-f.ft"] = {
	target   = "lb-fft",
    },
    ["lbf.ft"] = {
	target   = "lb-fft",
    },
    ["lbf⋅ft"] = {
	target   = "lb-fft",
    },
    ["lb⋅ft"] = {
	target   = "lb-fft",
    },
    ["lbft"] = {
	target   = "lb-fft",
    },
    ["lbfft"] = {
	target   = "lb-fft",
    },
    ["kgf.m"] = {
	target   = "kgm",
    },
    ["kg.m"] = {
	target   = "kgm",
    },
    ["mkg-f"] = {
	target   = "m.kg-f",
    },
    ["mkgf"] = {
	target   = "m.kgf",
    },
    ["N m"] = {
	target   = "Nm",
    },
    ["N.m"] = {
	target   = "Nm",
    },
    ["N⋅m"] = {
	target   = "Nm",
    },
    ["cm/km"] = {
	name1    = "centimetro per chilometro",
	name2    = "centrimetri per chilometro",
	symbol   = "cm/km",
	utype    = "pendenza",
	scale    = 0.00001,
	default  = "ft/mi",
	link     = "Pendenza topografica",
    },
    ["ft/mi"] = {
	name1    = "piede per miglio",
	name2    = "piedi per miglio",
	symbol   = "ft/mi",
	utype    = "pendenza",
	scale    = 0.00018939393939393939,
	default  = "v < 5.28 ! c ! ! m/km",
	link     = "Pendenza topografica",
    },
    ["ft/nmi"] = {
	name1    = "piede per miglio nautico",
	name2    = "piedi per miglio nautico",
	symbol   = "ft/nmi",
	utype    = "pendenza",
	scale    = 0.00016457883369330455,
	default  = "v < 6.076 ! c ! ! m/km",
	link     = "Pendenza topografica",
    },
    ["in/ft"] = {
	name1    = "pollice per piede",
	name2    = "pollici per piede",
	symbol   = "in/ft",
	utype    = "pendenza",
	scale    = 0.083333333333333329,
	default  = "mm/m",
	link     = "Pendenza topografica",
    },
    ["in/mi"] = {
	name1    = "pollice per miglio",
	name2    = "pollici per miglio",
	symbol   = "in/mi",
	utype    = "pendenza",
	scale    = 1.5782828282828283e-5,
	default  = "v < 0.6336 ! m ! c ! m/km",
	link     = "Pendenza topografica",
    },
    ["m/km"] = {
	name1    = "metro per chilometro",
	name2    = "metri per chilometro",
	symbol   = "m/km",
	utype    = "pendenza",
	scale    = 0.001,
	default  = "ft/mi",
	link     = "Pendenza topografica",
    },
    ["mm/km"] = {
	name1    = "millimetro per chilometro",
	name2    = "millimetri per chilometro",
	symbol   = "mm/km",
	utype    = "pendenza",
	scale    = 0.000001,
	default  = "in/mi",
	link     = "Pendenza topografica",
    },
    ["mm/m"] = {
	name1    = "millimetro per metro",
	name2    = "millimetri per metro",
	symbol   = "mm/m",
	utype    = "pendenza",
	scale    = 0.001,
	default  = "in/ft",
	link     = "Pendenza topografica",
    },
    ["g-mol"] = {
	name1    = "gram-mole",
	symbol   = "g&#8209mol",
	utype    = "quantità chimica",
	scale    = 1,
	default  = "lbmol",
	link     = "Mole",
    },
    ["gmol"] = {
	name1    = "gram-mole",
	symbol   = "gmol",
	utype    = "quantità chimica",
	scale    = 1,
	default  = "lbmol",
	link     = "Mole",
    },
    ["kmol"] = {
	name1    = "kilomole",
	symbol   = "kmol",
	utype    = "quantità chimica",
	scale    = 1000,
	default  = "lbmol",
	link     = "Mole",
    },
    ["lb-mol"] = {
	name1    = "libbra-mole",
	symbol   = "lb&#8209;mol",
	utype    = "quantità chimica",
	scale    = 453.59237,
	default  = "mol",
	link     = "Mole",
    },
    ["lbmol"] = {
	name1    = "libbra-mole",
	symbol   = "lbmol",
	utype    = "quantità chimica",
	scale    = 453.59237,
	default  = "mol",
	link     = "Mole",
    },
    ["mol"] = {
	_name1   = "mole",
	_symbol  = "mol",
	utype    = "quantità chimica",
	scale    = 1,
	prefixes = 1,
	default  = "lbmol",
	link     = "Mole",
    },
    ["mole"] = {
	target   = "mol",
    },
    ["moli"] = {
	target   = "mol",
    },
    ["/acro"] = {
	name1    = "per acro",
	symbol   = "/acro",
	utype    = "per unità di area",
	scale    = 0.00024710538146716532,
	default  = "/ha",
	link     = "Acro",
    },
    ["/ha"] = {
	name1    = "per ettaro",
	symbol   = "/ha",
	utype    = "per unità di area",
	scale    = 100e-6,
	default  = "/acro",
	link     = "Ettaro",
    },
    ["/sqcm"] = {
	name1    = "per centimetro quadro",
	symbol   = "/cm²",
	utype    = "per unità di area",
	scale    = 1e4,
	default  = "/sqin",
	link     = "Metro quadrato",
    },
    ["/sqin"] = {
	name1    = "per pollice quadro",
	symbol   = "/in²",
	utype    = "per unità di area",
	scale    = 1550.0031000062002,
	default  = "/sqcm",
	link     = "Pollice quadro",
    },
    ["/sqkm"] = {
	name1    = "per chilometro quadro",
	symbol   = "/km²",
	utype    = "per unità di area",
	scale    = 1e-6,
	default  = "/sqmi",
	link     = "Chilometro quadro",
    },
    ["/sqmi"] = {
	name1    = "per miglio quadro",
	symbol   = "/sq&nbsp;mi",
	utype    = "per unità di area",
	scale    = 3.8610215854244582e-7,
	default  = "/sqkm",
	link     = "Miglio quadro",
    },
    ["PD/acro"] = {
	name1    = "abitante per acro",
	name2    = "abitanti per acro",
	symbol   = "/acro",
	utype    = "per unità di area",
	scale    = 0.00024710538146716532,
	default  = "PD/ha",
	link     = "Acro",
    },
    ["PD/ha"] = {
	name1    = "abitante per ettaro",
	name2    = "abitanti per ettaro",
	symbol   = "/ha",
	utype    = "per unità di area",
	scale    = 100e-6,
	default  = "PD/acro",
	link     = "Ettaro",
    },
    ["PD/sqkm"] = {
	name1    = "abitante per chilometro quadro",
	name2    = "abitanti per chilometro quadro",
	symbol   = "/km²",
	utype    = "per unità di area",
	scale    = 1e-6,
	default  = "PD/sqmi",
	link     = "Chilometro quadrato",
    },
    ["PD/sqmi"] = {
	name1    = "abitante per miglio quadro",
	name2    = "abitanti per miglio quadro",
	symbol   = "/mi²",
	utype    = "per unità di area",
	scale    = 3.8610215854244582e-7,
	default  = "PD/sqkm",
	link     = "Miglio quadro",
    },
    ["/cm2"] = {
	target   = "/sqcm",
    },
    ["/in2"] = {
	target   = "/sqin",
    },
    ["/km2"] = {
	target   = "/sqkm",
    },
    ["pd/acro"] = {
	target   = "PD/acro",
    },
    ["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",
    },
    ["/l"] = {
	name1    = "per litro",
	symbol   = "/l",
	utype    = "per unità di volume",
	scale    = 1000,
	default  = "/usgal",
	link     = "Litro",
    },
    ["/USgal"] = {
	name1    = "per gallone americano",
	symbol   = "/gal",
	utype    = "per unità di volume",
	scale    = 264.172052,
	default  = "/l",
	link     = "gallone americano",
	customary= 2,
    },
    ["/usgal"] = {
	target   = "/USgal",
    },
    ["bhp"] = {
	name1    = "cavallo vapore al freno",
	name2    = "cavalli vapore al freno",
	symbol   = "bhp",
	utype    = "potenza",
	scale    = 745.69987158227022,
	default  = "kW",
    },
    ["Cal/d"] = {
	name1    = "grande caloria al giorno",
	name2    = "grandi calorie al giorno",
	symbol   = "Cal/d",
	utype    = "potenza",
	scale    = 0.048425925925925928,
	default  = "kJ/d",
	link     = "Caloria",
    },
    ["Cal/h"] = {
	name1    = "grande caloria all'ora",
	name2    = "grandi calorie all'ora",
	symbol   = "Cal/h",
	utype    = "potenza",
	scale    = 1.1622222222222223,
	default  = "kJ/h",
	link     = "Caloria",
    },
    ["cal/h"] = {
	name1    = "calorie per hour",
	name2    = "calories per hour",
	symbol   = "cal/h",
	utype    = "potenza",
	scale    = 0.0011622222222222223,
	default  = "W",
	link     = "Caloria",
    },
    ["CV"] = {
	name1    = "cavallo vapore",
	name2    = "cavalli vapore",
	symbol   = "CV",
	utype    = "potenza",
	scale    = 735.49875,
	default  = "kW",
	link     = "Cavallo vapore#Cavallo vapore europeo (DIN)",
    },
    ["hk"] = {
	name1    = "cavallo vapore",
	name2    = "cavalli vapore",
	symbol   = "hk",
	utype    = "potenza",
	scale    = 735.49875,
	default  = "kW",
	link     = "Cavallo vapore#Cavallo vapore europeo (DIN)",
    },
    ["hp"] = {
	name1    = "cavallo vapore britannico",
	name2    = "cavalli vapore britannici",
	symbol   = "hp",
	utype    = "potenza",
	scale    = 745.69987158227022,
	default  = "kW",
    },
    ["hp-electric"] = {
	name1    = "electric horsepower",
	symbol   = "hp",
	utype    = "potenza",
	scale    = 746,
	default  = "kW",
    },
    ["hp-electrical"] = {
	name1    = "electrical horsepower",
	symbol   = "hp",
	utype    = "potenza",
	scale    = 746,
	default  = "kW",
    },
    ["hp-metric"] = {
	name1    = "cavallo vapore",
	symbol   = "hp",
	utype    = "potenza",
	scale    = 735.49875,
	default  = "kW",
	link     = "Cavallo vapore#Cavallo vapore europeo (DIN)",
    },
    ["ihp"] = {
	name1    = "indicated horsepower",
	symbol   = "ihp",
	utype    = "potenza",
	scale    = 745.69987158227022,
	default  = "kW",
    },
    ["kcal/h"] = {
	name1    = "chilocaloria all'ora",
	name2    = "chilocalorie all'ora",
	symbol   = "kcal/h",
	utype    = "potenza",
	scale    = 1.1622222222222223,
	default  = "kW",
	link     = "Caloria",
    },
    ["kJ/d"] = {
	name1    = "kilojoule al giorno",
	symbol   = "kJ/d",
	utype    = "potenza",
	scale    = 0.011574074074074073,
	default  = "Cal/d",
	link     = "Joule",
    },
    ["kJ/h"] = {
	name1    = "chilojoule all'ora",
	symbol   = "kJ/h",
	utype    = "potenza",
	scale    = 0.27777777777777779,
	default  = "W",
	link     = "Joule",
    },
    ["PS"] = {
	name1    = "cavallo vapore",
	name2    = "cavalli vapore",
	symbol   = "PS",
	utype    = "potenza",
	scale    = 735.49875,
	default  = "kW",
	link     = "Cavallo vapore#Cavallo vapore europeo (DIN)",
    },
    ["shp"] = {
	name1    = "cavallo vapore all'albero di trasmissione",
	name2    = "cavalli vapore all'albero di trasmissione",
	symbol   = "shp",
	utype    = "potenza",
	scale    = 745.69987158227022,
	default  = "kW",
	link     = "Cavallo vapore britannico#Shaft horsepower",
    },
    ["W"] = {
	_name1   = "watt",
	_symbol  = "W",
	utype    = "potenza",
	scale    = 1,
	prefixes = 1,
	default  = "hp",
	link     = "Watt",
    },
    ["BTU/h"] = {
	per      = { "BTU", "h" },
	utype    = "potenza",
	default  = "W",
    },
    ["Btu/h"] = {
	per      = { "Btu", "h" },
	utype    = "potenza",
	default  = "W",
    },
    ["BHP"] = {
	target   = "bhp",
    },
    ["cv"] = {
	target   = "CV",
    },
    ["btu/h"] = {
	target   = "BTU/h",
    },
    ["HP"] = {
	target   = "hp",
    },
    ["Hp"] = {
	target   = "hp",
    },
    ["hp-mechanical"] = {
	target   = "hp",
    },
    ["IHP"] = {
	target   = "ihp",
    },
    ["SHP"] = {
	target   = "shp",
    },
    ["whp"] = {
	target   = "hp",
    },
    ["hp/lb"] = {
	name1    = "cavallo vapore britannico per libbra",
	name2    = "cavalli vapore britannici per libbra",
	symbol   = "hp/lb",
	utype    = "potenza per unità di massa",
	scale    = 1643.986806,
	default  = "kW/kg",
	link     = "Rapporto potenza-peso",
    },
    ["hp/LT"] = {
	name1    = "cavallo vapore britannico per long ton",
	name2    = "cavalli vapore britannici per long ton",
	symbol   = "hp/LT",
	utype    = "potenza per unità di massa",
	scale    = 0.73392268125000004,
	default  = "kW/t",
	link     = "Rapporto potenza-peso",
    },
    ["hp/ST"] = {
	name1    = "cavallo vapore britannico per short ton",
	name2    = "cavalli vapore britannici per short ton",
	symbol   = "hp/ST",
	utype    = "potenza per unità di massa",
	scale    = 0.821993403,
	default  = "kW/t",
	link     = "Rapporto potenza-peso",
    },
    ["hp/t"] = {
	name1    = "cavallo vapore britannico per tonnellata",
	name2    = "cavalli vapore britannici per tonnellata",
	symbol   = "hp/t",
	utype    = "potenza per unità di massa",
	scale    = 0.74569987158227022,
	default  = "kW/t",
	link     = "Rapporto potenza-peso",
    },
    ["kW/kg"] = {
	name1    = "chilowatt per chilogrammo",
	symbol   = "kW/kg",
	utype    = "potenza per unità di massa",
	scale    = 1000,
	default  = "hp/lb",
	link     = "Rapporto potenza-peso",
    },
    ["kW/t"] = {
	name1    = "chilowatt per tonnellata",
	symbol   = "kW/t",
	utype    = "potenza per unità di massa",
	scale    = 1,
	default  = "PS/t",
	link     = "Rapporto potenza-peso",
    },
    ["PS/t"] = {
	name1    = "cavallo vapore per tonnellata",
	name2    = "cavalli vapore per tonnellata",
	symbol   = "PS/t",
	utype    = "potenza per unità di massa",
	scale    = 0.73549875,
	default  = "kW/t",
	link     = "Rapporto potenza-peso",
    },
    ["shp/lb"] = {
	name1    = "cavallo vapore all'albero di trasmissione per libbra",
	name2    = "cavalli vapore all'albero di trasmissione per libbra",
	symbol   = "shp/lb",
	utype    = "potenza per unità di massa",
	scale    = 1643.986806,
	default  = "kW/kg",
	link     = "Rapporto potenza-peso",
    },
    ["hp/tonne"] = {
	target   = "hp/t",
	default  = "kW/tonne",
    },
    ["kW/tonne"] = {
	target   = "kW/t",
    },
    ["atm"] = {
	name1    = "atmosfera",
	name2    = "atmosfere",
	symbol   = "atm",
	utype    = "pressione",
	scale    = 101325,
	default  = "kPa",
	link     = "Atmosfera (unità di misura)",
    },
    ["atmosfera"] = {
	target   = "atm",
    },
    ["atmosfere"] = {
	target   = "atm",
    },
    ["Ba"] = {
	name1    = "baria",
	symbol   = "Ba",
	utype    = "pressione",
	scale    = 0.1,
	default  = "Pa",
    },
    ["bar"] = {
	_name1   = "bar",
	_symbol  = "bar",
	utype    = "pressione",
	scale    = 100000,
	prefixes = 1,
	default  = "kPa",
	link     = "Bar (unità di misura)",
    },
    ["inHg"] = {
	name1    = "pollice di mercurio",
	name2    = "pollici di mercurio",
	symbol   = "inHg",
	utype    = "pressione",
	scale    = 3386.388640341,
	default  = "kPa",
	link     = "inHg",
    },
    ["kBa"] = {
	name1    = "chilobaria",
	symbol   = "kBa",
	utype    = "pressione",
	scale    = 100,
	default  = "hPa",
	link     = "Baria",
    },
    ["kg-f/cm2"] = {
	name1    = "chilogrammo forza per centimetro quadro",
	name2    = "chilogrammi forza per centimetro quadro",
	symbol   = "kg<sub>f</sub>/cm²",
	utype    = "pressione",
	scale    = 98066.5,
	default  = "psi",
	link     = "Chilogrammo forza",
    },
    ["kg/cm2"] = {
	name1    = "chilogrammo forza per centimetro quadro",
	name2    = "chilogrammi forza per centimetro quadro",
	symbol   = "kg/cm²",
	utype    = "pressione",
	scale    = 98066.5,
	default  = "psi",
	link     = "Chilogrammo forza",
    },
    ["ksi"] = {
	name1    = "kilopound per square inch",
	symbol   = "ksi",
	utype    = "pressione",
	scale    = 6894757.2931683613,
	default  = "MPa",
	link     = "psi (unità di misura)",
    },
    ["mb"] = {
	name1    = "millibar",
	symbol   = "mb",
	utype    = "pressione",
	scale    = 100,
	default  = "hPa",
	link     = "Bar (unità di misura)",
    },
    ["mmHg"] = {
	name1    = "millimetro di mercurio",
	name2    = "millimetri di mercurio",
	symbol   = "mmHg",
	utype    = "pressione",
	scale    = 133.322387415,
	default  = "kPa",
    },
    ["Pa"] = {
	_name1   = "pascal",
	_symbol  = "Pa",
	utype    = "pressione",
	scale    = 1,
	prefixes = 1,
	default  = "psi",
	link     = "Pascal (unità di misura)",
    },
    ["psi"] = {
	name1    = "libbra per pollice quadro",
	name2    = "libbre per pollice quadro",
	symbol   = "psi",
	utype    = "pressione",
	scale    = 6894.7572931683608,
	default  = "kPa",
	link     = "psi (unità di misura)",
    },
    ["Torr"] = {
	name1    = "torr",
	symbol   = "Torr",
	utype    = "pressione",
	scale    = 133.32236842105263,
	default  = "kPa",
    },
    ["N/cm2"] = {
	per      = { "N", "cm2" },
	utype    = "pressione",
	default  = "psi",
    },
    ["N/m2"] = {
	per      = { "N", "m2" },
	utype    = "pressione",
	default  = "psi",
    },
    ["g/cm2"] = {
	per      = { "g", "cm2" },
	utype    = "pressione",
	default  = "lb/sqft",
	multiplier= 9.80665,
    },
    ["g/m2"] = {
	per      = { "g", "m2" },
	utype    = "pressione",
	default  = "lb/sqft",
	multiplier= 9.80665,
    },
    ["kg/ha"] = {
	per      = { "kg", "ha" },
	utype    = "pressione",
	default  = "lb/acro",
	multiplier= 9.80665,
    },
    ["kg/m2"] = {
	per      = { "kg", "m2" },
	utype    = "pressione",
	default  = "lb/sqft",
	multiplier= 9.80665,
    },
    ["kgf/cm2"] = {
	target   = "kg/cm2",
    },
    ["lb/1000sqft"] = {
	per      = { "lb", "1000sqft" },
	utype    = "pressione",
	default  = "g/m2",
	multiplier= 9.80665,
    },
    ["lb/acro"] = {
	per      = { "lb", "acro" },
	utype    = "pressione",
	default  = "kg/ha",
	multiplier= 9.80665,
    },
    ["lb/sqft"] = {
	per      = { "lb", "sqft" },
	utype    = "pressione",
	default  = "kg/m2",
	multiplier= 9.80665,
    },
    ["lb/sqyd"] = {
	per      = { "lb", "sqyd" },
	utype    = "pressione",
	default  = "kg/m2",
	multiplier= 9.80665,
    },
    ["LT/acro"] = {
	per      = { "LT", "acro" },
	utype    = "pressione",
	default  = "t/ha",
	multiplier= 9.80665,
    },
    ["MT/ha"] = {
	per      = { "MT", "ha" },
	utype    = "pressione",
	default  = "LT/acro ST/acro",
	multiplier= 9.80665,
    },
    ["oz/sqft"] = {
	per      = { "oz", "sqft" },
	utype    = "pressione",
	default  = "g/m2",
	multiplier= 9.80665,
    },
    ["oz/sqyd"] = {
	per      = { "oz", "sqyd" },
	utype    = "pressione",
	default  = "g/m2",
	multiplier= 9.80665,
    },
    ["-lb/in2"] = {
	target   = "psi",
    },
    ["lbf/in2"] = {
	target   = "psi",
    },
    ["psf"] = {
	target   = "psi",
	symbol   = "psf",
    },
    ["ST/acro"] = {
	per      = { "ST", "acro" },
	utype    = "pressione",
	default  = "t/ha",
	multiplier= 9.80665,
    },
    ["t/ha"] = {
	per      = { "t", "ha" },
	utype    = "pressione",
	default  = "LT/acro ST/acro",
	multiplier= 9.80665,
    },
    ["tonne/acro"] = {
	per      = { "tonne", "acro" },
	utype    = "pressione",
	default  = "tonne/ha",
	multiplier= 9.80665,
    },
    ["tonne/ha"] = {
	per      = { "tonne", "ha" },
	utype    = "pressione",
	default  = "tonne/acro",
	multiplier= 9.80665,
    },
    ["kgfpsqcm"] = {
	target   = "kgf/cm2",
    },
    ["kgpsqcm"] = {
	target   = "kg/cm2",
    },
    ["kN/m2"] = {
	target   = "kPa",
    },
    ["lb/in2"] = {
	target   = "lbf/in2",
    },
    ["torr"] = {
	target   = "Torr",
    },
    ["pascal"] = {
	target   = "Pa",
    },
    ["Bq"] = {
	_name1   = "becquerel",
	_symbol  = "Bq",
	utype    = "radioattività",
	scale    = 1,
	prefixes = 1,
	default  = "pCi",
	link     = "Becquerel",
    },
    ["Ci"] = {
	_name1   = "curie",
	_symbol  = "Ci",
	utype    = "radioattività",
	scale    = 3.7e10,
	prefixes = 1,
	default  = "GBq",
	link     = "Curie (unità di misura)",
    },
    ["Rd"] = {
	_name1   = "rutherford",
	_symbol  = "Rd",
	utype    = "radioattività",
	scale    = 1e6,
	prefixes = 1,
	default  = "MBq",
	link     = "Rutherford (unità di misura)",
    },
    ["bequerel"] = {
	target   = "Bq",
    },
    ["curie"] = {
	target   = "Ci",
    },
    ["C"] = {
	name1    = "grado Celsius",
	name2    = "gradi Celsius",
	symbol   = "°C",
	usesymbol= 1,
	utype    = "temperatura",
	scale    = 1,
	offset   = -273.15,
	iscomplex= true,
	istemperature= true,
	default  = "F",
    },
    ["F"] = {
	name1    = "grado Fahrenheit",
	name2    = "gradi Fahrenheit",
	symbol   = "°F",
	usesymbol= 1,
	utype    = "temperatura",
	scale    = 0.55555555555555558,
	offset   = 32-273.15*(9/5),
	iscomplex= true,
	istemperature= true,
	default  = "C",
    },
    ["K"] = {
	_name1   = "kelvin",
	_symbol  = "K",
	usesymbol= 1,
	utype    = "temperatura",
	scale    = 1,
	offset   = 0,
	iscomplex= true,
	istemperature= true,
	prefixes = 1,
	default  = "C",
	link     = "Kelvin",
    },
    ["keVT"] = {
	name1    = "kiloelettronvolt",
	symbol   = "keV",
	utype    = "temperatura",
	scale    = 11.604505e6,
	offset   = 0,
	iscomplex= true,
	default  = "MK",
	link     = "Elettronvolt",
    },
    ["R"] = {
	name1    = "grado Rankine",
	name2    = "gradi Rankine",
	symbol   = "°R",
	usesymbol= 1,
	utype    = "temperatura",
	scale    = 0.55555555555555558,
	offset   = 0,
	iscomplex= true,
	istemperature= true,
	default  = "K",
    },
    ["Celsius"] = {
	target   = "C",
    },
    ["°C"] = {
	target   = "C",
    },
    ["°F"] = {
	target   = "F",
    },
    ["°R"] = {
	target   = "R",
    },
    ["Kelvin"] = {
	target   = "K",
    },
    ["century"] = {
	name1    = "secolo",
	name2    = "secoli",
	symbol   = "sec",
	utype    = "tempo",
	scale    = 3155760000,
	default  = "Gs",
    },
    ["d"] = {
	name2    = "giorni",
	symbol   = "giorno",
	usename  = 1,
	utype    = "tempo",
	scale    = 86400,
	default  = "ks",
    },
    ["decade"] = {
	name2    = "decadi",
	symbol   = "decade",
	usename  = 1,
	utype    = "tempo",
	scale    = 315576000,
	default  = "Ms",
    },
    ["dog year"] = {
	name1    = "dog year",
	symbol   = "dog yr",
	utype    = "tempo",
	scale    = 220903200,
	default  = "anno",
    },
    ["fortnight"] = {
	symbol   = "fortnight",
	usename  = 1,
	utype    = "tempo",
	scale    = 1209600,
	default  = "settimana",
    },
    ["h"] = {
	name1    = "ora",
	name2    = "ore",
	symbol   = "h",
	utype    = "tempo",
	scale    = 3600,
	default  = "ks",
    },
    ["long billion year"] = {
	name1    = "migliaio di miliardi di anni",
	name2    = "migliaia di miliardi di anni",
	symbol   = "Ta",
	utype    = "tempo",
	scale    = 31557600000000000000,
	default  = "Es",
	link     = "Annum",
    },
    ["millennium"] = {
	name1    = "millennio",
	name2    = "millennia",
	symbol   = "ka",
	utype    = "tempo",
	scale    = 31557600000,
	default  = "Gs",
    },
    ["milliard year"] = {
	name1    = "miliardo di anni",
	name2    = "milliardi di anni",
	symbol   = "Ga",
	utype    = "tempo",
	scale    = 31557600000000000,
	default  = "Ps",
	link     = "Annum",
    },
    ["million year"] = {
	name1    = "milione di anni",
	name2    = "milioni di anni",
	symbol   = "Ma",
	utype    = "tempo",
	scale    = 31557600000000,
	default  = "Ts",
	link     = "Annum",
    },
    ["min"] = {
	name1    = "minuto",
	name2    = "minuti",
	symbol   = "min",
	utype    = "tempo",
	scale    = 60,
	default  = "s",
    },
    ["month"] = {
	name2    = "mesi",
	symbol   = "mese",
	usename  = 1,
	utype    = "tempo",
	scale    = 2629800,
	default  = "Ms",
    },
    ["s"] = {
	_name1   = "secondo",
	_name2   = "secondi",
	_symbol  = "s",
	utype    = "tempo",
	scale    = 1,
	prefixes = 1,
	default  = "min",
	link     = "Secondo",
    },
    ["wk"] = {
	name2    = "settimane",
	symbol   = "settimana",
	usename  = 1,
	utype    = "tempo",
	scale    = 604800,
	default  = "Ms",
    },
    ["year"] = {
	name2    = "anni",
	symbol   = "anno",
	usename  = 1,
	utype    = "tempo",
	scale    = 31557600,
	default  = "Ms",
    },
    ["years"] = {
	target   = "year",
    },
    ["byr"] = {
	target   = "milliard year",
    },
    ["bilione di anni"] = {
	target   = "milliard year",
    },
    ["trilione di anni"] = {
	target   = "long billion year",
    },
    ["migliaio di milioni di anni"] = {
	target   = "milliard year",
    },
    ["migliaia di milioni di anni"] = {
	target   = "milliard year",
    },
    ["anno"] = {
	target   = "year",
    },
    ["anni"] = {
	target   = "year",
    },
    ["giorno"] = {
	target   = "d",
    },
    ["giorni"] = {
	target   = "d",
    },
    ["dog yr"] = {
	target   = "dog year",
    },
    ["Gyr"] = {
	target   = "milliard year",
    },
    ["kMyr"] = {
	target   = "milliard year",
    },
    ["kmyr"] = {
	target   = "milliard year",
    },
    ["kyr"] = {
	target   = "millennium",
    },
    ["long byr"] = {
	target   = "long billion year",
    },
    ["migliaia di miliardi di anni"] = {
	target   = "long billion year",
    },
    ["miliardi di anni"] = {
	target   = "milliard year",
    },
    ["miliardo di anni"] = {
	target   = "milliard year",
    },
    ["milione di anni"] = {
	target   = "million year",
    },
    ["milioni di anni"] = {
	target   = "million year",
    },
    ["minuto"] = {
	target   = "min",
    },
    ["minuti"] = {
	target   = "min",
    },
    ["mese"] = {
	target   = "month",
    },
    ["months"] = {
	target   = "month",
    },
    ["mesi"] = {
	target   = "month",
    },
    ["Myr"] = {
	target   = "million year",
    },
    ["myr"] = {
	target   = "million year",
    },
    ["ora"] = {
	target   = "h",
    },
    ["ore"] = {
	target   = "h",
    },
    ["secondo"] = {
	target   = "s",
    },
    ["secondi"] = {
	target   = "s",
    },
    ["secolo"] = {
	target   = "century",
    },
    ["secoli"] = {
	target   = "century",
    },
    ["settimana"] = {
	target   = "wk",
    },
    ["settimane"] = {
	target   = "wk",
    },
    ["short billion year"] = {
	target   = "milliard year",
    },
    ["short trillion year"] = {
	target   = "long billion year",
    },
    ["thousand million year"] = {
	target   = "milliard year",
    },
    ["tmyr"] = {
	target   = "milliard year",
    },
    ["tryr"] = {
	target   = "long billion year",
    },
    ["tyr"] = {
	target   = "millennium",
    },
    ["week"] = {
	target   = "wk",
    },
    ["yr"] = {
	target   = "year",
    },
    ["cm/h"] = {
	name1    = "centimetro all'ora",
	name2    = "centimetri all'ora",
	symbol   = "cm/h",
	utype    = "velocità",
	scale    = 2.7777777777777775e-6,
	default  = "in/h",
	link     = "Metro al secondo",
    },
    ["cm/s"] = {
	name1    = "centimetro al secondo",
	name2    = "centimetri al secondo",
	symbol   = "cm/s",
	utype    = "velocità",
	scale    = 0.01,
	default  = "in/s",
	link     = "Metro al secondo",
    },
    ["cm/year"] = {
	name1    = "centimetro all'anno",
	name2    = "centimetri all'anno",
	symbol   = "cm/year",
	utype    = "velocità",
	scale    = 3.168873850681143e-10,
	default  = "in/year",
    },
    ["foot/s"] = {
	name1    = "piede al secondo",
	name2    = "piedi al secondo",
	symbol   = "ft/s",
	utype    = "velocità",
	scale    = 0.3048,
	default  = "m/s",
    },
    ["ft/min"] = {
	name1    = "piede al minuto",
	name2    = "piedi al minuto",
	symbol   = "ft/min",
	utype    = "velocità",
	scale    = 0.00508,
	default  = "m/min",
    },
    ["furlong per fortnight"] = {
	name2    = "furlongs per fortnight",
	symbol   = "furlong per fortnight",
	usename  = 1,
	utype    = "velocità",
	scale    = 0.00016630952380952381,
	default  = "km/h",
    },
    ["in/h"] = {
	name1    = "pollice all'ora",
	name2    = "pollici all'ora",
	symbol   = "in/h",
	utype    = "velocità",
	scale    = 7.0555555555555559e-6,
	default  = "cm/h",
	link     = "Pollice (unità di misura)",
    },
    ["in/s"] = {
	name1    = "pollice al secondo",
	name2    = "pollici al secondo",
	symbol   = "in/s",
	utype    = "velocità",
	scale    = 0.0254,
	default  = "cm/s",
	link     = "Pollice (unità di misura)",
    },
    ["in/year"] = {
	name1    = "pollice all'anno",
	name2    = "pollici all'anno",
	symbol   = "in/year",
	utype    = "velocità",
	scale    = 8.0489395807301024e-10,
	default  = "cm/year",
	link     = "Ordini di grandezza (velocità)",
    },
    ["isp"] = {
	name1    = "secondo",
	name2    = "secondi",
	symbol   = "s",
	utype    = "velocità",
	scale    = 9.80665,
	default  = "km/s",
	link     = "Impulso specifico",
    },
    ["km/d"] = {
	name1    = "chilometro al giorno",
	name2    = "chilometri al giorno",
	symbol   = "km/d",
	utype    = "velocità",
	scale    = 1.1574074074074074e-2,
	default  = "mi/d",
	link     = "Ordini di grandezza (velocità)",
    },
    ["km/h"] = {
	name1    = "chilometro all'ora",
	name2    = "chilometri all'ora",
	symbol   = "km/h",
	utype    = "velocità",
	scale    = 0.27777777777777779,
	default  = "mph",
	link     = "Chilometro orario",
    },
    ["km/s"] = {
	name1    = "chilometro al secondo",
	name2    = "chilometri al secondo",
	symbol   = "km/s",
	utype    = "velocità",
	scale    = 1000,
	default  = "mi/s",
	link     = "Metro al secondo",
    },
    ["kn"] = {
	name1    = "nodo",
	name2    = "nodi",
	symbol   = "kn",
	utype    = "velocità",
	scale    = 0.51444444444444448,
	default  = "km/h",
	link     = "Nodo (unità di misura)",
    },
    ["kNs/kg"] = {
	symbol   = "kN&#8209;s/kg",
	utype    = "velocità",
	scale    = 1000,
	default  = "isp",
	link     = "Impulso specifico",
    },
    ["m/min"] = {
	name1    = "metro al minuto",
	name2    = "metri al minuto",
	symbol   = "m/min",
	utype    = "velocità",
	scale    = 0.016666666666666666,
	default  = "ft/min",
	link     = "Metro al secondo",
    },
    ["m/s"] = {
	name1    = "metro al secondo",
	name2    = "metri al secondo",
	symbol   = "m/s",
	utype    = "velocità",
	scale    = 1,
	default  = "ft/s",
    },
    ["c0"] = {
	name1    = "velocità della luce",
	symbol   = "''c''<sub>0</sub>",
	utype    = "velocità",
	scale    = 299792458,
	default  = "m/s",
    },
    ["Mach"] = {
	symbol   = "Mach",
	utype    = "velocità",
	builtin  = "mach",
	scale    = 0,
	iscomplex= true,
	default  = "km/h mph",
	link     = "Numero di Mach",
    },
    ["mi/d"] = {
	name1    = "miglio al giorno",
	name2    = "miglia al giorno",
	symbol   = "mi/d",
	utype    = "velocità",
	scale    = 1.8626666666666667e-2,
	default  = "km/d",
	link     = "Ordini di grandezza (velocità)",
    },
    ["mi/s"] = {
	name1    = "miglio al secondo",
	name2    = "miglia al secondo",
	symbol   = "mi/s",
	utype    = "velocità",
	scale    = 1609.344,
	default  = "km/s",
	link     = "Miglio (unità di misura)",
    },
    ["mm/h"] = {
	name1    = "millimetro all'ora",
	name2    = "millimetri all'ora",
	symbol   = "mm/h",
	utype    = "velocità",
	scale    = 2.7777777777777781e-7,
	default  = "in/h",
	link     = "Metro al secondo",
    },
    ["mph"] = {
	name1    = "miglio all'ora",
	name2    = "miglia all'ora",
	symbol   = "mph",
	utype    = "velocità",
	scale    = 0.44704,
	default  = "km/h",
	link     = "Miglio orario",
    },
    ["Ns/kg"] = {
	symbol   = "N-s/kg",
	utype    = "velocità",
	scale    = 1,
	default  = "isp",
	link     = "Impulso specifico",
    },
    ["si tsfc"] = {
	symbol   = "g/(kN⋅s)",
	utype    = "velocità",
	scale    = 9.9999628621379242e-7,
	invert   = -1,
	iscomplex= true,
	default  = "tsfc",
    },
    ["tsfc"] = {
	symbol   = "lb/(lbf⋅h)",
	utype    = "velocità",
	scale    = 2.832545036049801e-5,
	invert   = -1,
	iscomplex= true,
	default  = "si tsfc",
    },
    ["cm/y"] = {
	target   = "cm/year",
    },
    ["cm/yr"] = {
	target   = "cm/year",
    },
    ["ft/s"] = {
	target   = "foot/s",
    },
    ["in/y"] = {
	target   = "in/year",
    },
    ["in/yr"] = {
	target   = "in/year",
    },
    ["knot"] = {
	target   = "kn",
    },
    ["km:h"] = {
	target   = "km/h",
    },
    ["kmh"] = {
	target   = "km/h",
    },
    ["knots"] = {
	target   = "kn",
    },
    ["kts"] = {
	target   = "kn",
    },
    ["mi:h"] = {
	target   = "mph",
    },
    ["m:s"] = {
	target   = "m/s",
    },
    ["miglio orario"] = {
	target   = "mph",
    },
    ["miglia orarie"] = {
	target   = "mph",
    },
    ["nodo"] = {
	target   = "kn",
    },
    ["nodi"] = {
	target   = "kn",
    },
    ["kph"] = {
	target   = "km/h",
    },
    ["mi/h"] = {
	target   = "mph",
    },
    ["ft:s"] = {
	target   = "foot/s",
    },
    ["mm/s"] = {
	per      = { "mm", "s" },
	utype    = "velocità",
	default  = "in/s",
	link     = "Metro al secondo",
    },
    ["-12USoz(mL)serve"] = {
	name1    = "12&nbsp;US&nbsp;fl&nbsp;oz (355&nbsp;mL) serving",
	symbol   = "12&nbsp;US&nbsp;fl&nbsp;oz serving",
	utype    = "volume",
	scale    = 0.00035488235475000004,
	default  = "mL",
    },
    ["-12USoz(ml)serve"] = {
	name1    = "12&nbsp;US&nbsp;fl&nbsp;oz (355&nbsp;ml) serving",
	symbol   = "12&nbsp;US&nbsp;fl&nbsp;oz serving",
	utype    = "volume",
	scale    = 0.00035488235475000004,
	default  = "ml",
    },
    ["-12USozserve"] = {
	symbol   = "12&nbsp;US&nbsp;fl&nbsp;oz serving",
	utype    = "volume",
	scale    = 0.00035488235475000004,
	default  = "mL",
    },
    ["piede acro"] = {
	name1    = "piede acro",
	symbol   = "ac&bsp;ft",
	utype    = "volume",
	scale    = 1233.48183754752,
	default  = "m3",
	link     = "Volume#Misure di volume: USA",
    },
    ["AUtbsp"] = {
	name1    = "cucchiaio australiano",
	symbol   = "AU&nbsp;tbsp",
	utype    = "volume",
	scale    = 0.000020,
	default  = "ml",
	link     = "Cucchiaio da tavola",
    },
    ["Bcuft"] = {
	name1    = "billion cubic foot",
	name2    = "billion cubic feet",
	symbol   = "billion cu&nbsp;ft",
	utype    = "volume",
	scale    = 28316846.592,
	default  = "Gl",
	link     = "Piede cubo",
    },
    ["bdft"] = {
	name1    = "board foot",
	name2    = "board feet",
	symbol   = "bd&nbsp;ft",
	utype    = "volume",
	scale    = 0.0023597372167,
	default  = "m3",
    },
    ["cc"] = {
	name1    = "centimetro cubo",
	name2    = "centimetri cubi",
	symbol   = "cc",
	utype    = "volume",
	scale    = 0.000001,
	default  = "cuin",
    },
    ["CID"] = {
	name1    = "pollice cubo",
	name2    = "pollici cubi",
	symbol   = "cu&nbsp;in",
	utype    = "volume",
	scale    = 0.000016387064,
	default  = "cc",
    },
    ["cord"] = {
	symbol   = "cord",
	utype    = "volume",
	scale    = 3.624556363776,
	default  = "m3",
    },
    ["cuft"] = {
	name1    = "piede cubo",
	name2    = "piedi cubi",
	symbol   = "cu&nbsp;ft",
	utype    = "volume",
	scale    = 0.028316846592,
	default  = "m3",
    },
    ["cuin"] = {
	name1    = "pollice cubo",
	name2    = "pollici cubi",
	symbol   = "cu&nbsp;in",
	utype    = "volume",
	scale    = 0.000016387064,
	default  = "cm3",
    },
    ["cumi"] = {
	name1    = "miglio cubo",
	name2    = "miglia cube",
	symbol   = "cu&nbsp;mi",
	utype    = "volume",
	scale    = 4168181825.440579584,
	default  = "km3",
    },
    ["cuyd"] = {
	name1    = "iarda cubica",
	name2    = "iarde cubiche",
	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",
    },
    ["Goilbbl"] = {
	name1    = "bilione di barili",
	name2    = "bilioni di barili",
	symbol   = "Gbbl",
	utype    = "volume",
	scale    = 158987294.928,
	default  = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3",
	link     = "Barile (unità di misura)#Barile di petrolio",
    },
    ["gr water"] = {
	name1    = "grains water",
	symbol   = "gr H<sub>2</sub>O",
	utype    = "volume",
	scale    = 0.00000006479891,
	default  = "cm3",
	link     = "Grano (unità di misura)",
    },
    ["grt"] = {
	name1    = "tonnellata di stazza",
	name2    = "tonnellate di stazza",
	symbol   = "grt",
	utype    = "volume",
	scale    = 2.8316846592,
	default  = "m3",
    },
    ["impbbl"] = {
	name1    = "barile imperiale",
	symbol   = "imp&nbsp;bbl",
	utype    = "volume",
	scale    = 0.16365924,
	default  = "m3",
	link     = "Barile (unità di misura)",
    },
    ["impbsh"] = {
	name1    = "bushel imperiale",
	name2    = "bushel imperiali",
	symbol   = "imp&nbsp;bsh",
	utype    = "volume",
	scale    = 0.03636872,
	default  = "m3",
	link     = "Bushel",
    },
    ["impbu"] = {
	name1    = "bushel imperiale",
	name2    = "bushel imperiali",
	symbol   = "imp&nbsp;bu",
	utype    = "volume",
	scale    = 0.03636872,
	default  = "m3",
	link     = "Bushel",
    },
    ["impgal"] = {
	name1    = "gallone imperiale",
	name2    = "galloni imperiali",
	symbol   = "imp&nbsp;gal",
	utype    = "volume",
	scale    = 0.00454609,
	default  = "l",
	link     = "Gallone#Gallone imperiale",
    },
    ["impgi"] = {
	name1    = "gill",
	symbol   = "gi",
	utype    = "volume",
	scale    = 0.0001420653125,
	default  = "ml",
	link     = "Sistema imperiale britannico#Volume per liquidi (capacità liquida)",
    },
    ["impkenning"] = {
	name1    = "imperial kenning",
	symbol   = "kenning",
	utype    = "volume",
	scale    = 0.01818436,
	default  = "l",
    },
    ["impoz"] = {
	name1    = "oncia liquida imperiale",
	name2    = "once liquide imperiali",
	symbol   = "imp&nbsp;fl&nbsp;oz",
	utype    = "volume",
	scale    = 0.0000284130625,
	default  = "ml",
	link     = "Oncia liquida",
    },
    ["imppk"] = {
	name1    = "imperial peck",
	symbol   = "pk",
	utype    = "volume",
	scale    = 0.00909218,
	default  = "l",
    },
    ["imppt"] = {
	name1    = "pinta imperiale",
	name2    = "pinte imperiali",
	symbol   = "imp&nbsp;pt",
	utype    = "volume",
	scale    = 0.00056826125,
	default  = "l",
	link     = "Pinta (unità di misura)#Pinta imperiale",
    },
    ["impqt"] = {
	name1    = "quarto imperiale",
	name2    = "quarti imperiali",
	symbol   = "imp&nbsp;qt",
	utype    = "volume",
	scale    = 0.0011365225,
	default  = "ml",
	link     = "Quarto (unità di misura)",
	customary= 3,
    },
    ["kilderkin"] = {
	symbol   = "kilderkin",
	usename  = 1,
	utype    = "volume",
	scale    = 0.08182962,
	default  = "l",
    },
    ["koilbbl"] = {
	name1    = "migliaio di barili",
	name2    = "migliaia di barili",
	symbol   = "kbbl",
	utype    = "volume",
	scale    = 158.987294928,
	default  = "v * 1.58987294928 < 10 ! ! e3 ! m3",
	link     = "Barile (unità di misura)#Barile di petrolio",
    },
    ["L"] = {
	_name1   = "litro",
	_name2   = "litri",
	_symbol  = "L",
	utype    = "volume",
	scale    = 0.001,
	prefixes = 1,
	default  = "impgal USgal",
	link     = "Litro",
    },
    ["l"] = {
	_name1   = "litro",
	_name2   = "litri",
	_symbol  = "l",
	utype    = "volume",
	scale    = 0.001,
	prefixes = 1,
	default  = "impgal USgal",
	link     = "Litro",
    },
    ["m3"] = {
	_name1   = "metro cubo",
	_name2   = "metri cubi",
	_symbol  = "m³",
	utype    = "volume",
	scale    = 1,
	prefixes = 3,
	default  = "cuft",
	link     = "Metro cubo",
    },
    ["Mbbl"] = {
	name1    = "migliaio di barili",
	name2    = "migliaia di barili",
	symbol   = "Mbbl",
	utype    = "volume",
	scale    = 158.987294928,
	default  = "v * 1.58987294928 < 10 ! e3 ! ! m3",
	link     = "Barile (unità di misura)#Barile di petrolio",
    },
    ["MMoilbbl"] = {
	name1    = "milione di barili",
	name2    = "milioni di barili",
	symbol   = "MMbbl",
	utype    = "volume",
	scale    = 158987.294928,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
	link     = "Barile (unità di misura)#Barile di petrolio",
    },
    ["Moilbbl"] = {
	name1    = "milione di barili",
	name2    = "milioni di barili",
	symbol   = "Mbbl",
	utype    = "volume",
	scale    = 158987.294928,
	default  = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3",
	link     = "Barile (unità di misura)#Barile di petrolio",
    },
    ["MTON"] = {
	name1    = "measurement ton",
	symbol   = "MTON",
	utype    = "volume",
	scale    = 1.13267386368,
	default  = "m3",
    },
    ["MUSgal"] = {
	name1    = "milione di galloni statunitensi",
	name2    = "milioni di galloni statunitensi",
	symbol   = "million US&nbsp;gal",
	utype    = "volume",
	scale    = 3785.411784,
	default  = "Ml",
	link     = "Gallone#Gallone americano",
    },
    ["oilbbl"] = {
	name1    = "barile",
	name2    = "barili",
	symbol   = "bbl",
	utype    = "volume",
	scale    = 0.158987294928,
	default  = "m3",
	link     = "Barile (unità di misura)#Barile di petrolio",
    },
    ["stere"] = {
	name1    = "stero",
	name2    = "steri",
	symbol   = "stere",
	usename  = 1,
	utype    = "volume",
	scale    = 1,
	default  = "cuft",
    },
    ["Toilbbl"] = {
	name1    = "trillione di barili",
	name2    = "trilioni di barili",
	symbol   = "Tbbl",
	utype    = "volume",
	scale    = 158987294928,
	default  = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3",
	link     = "Barile (unità di misura)#Barile di petrolio",
    },
    ["USbbl"] = {
	name1    = "barile di birra americano",
	symbol   = "US&nbsp;bbl",
	utype    = "volume",
	scale    = 0.119240471196,
	default  = "l",
	link     = "Barile (unità di misura)",
    },
    ["USbeerbbl"] = {
	name1    = "barile di birra americano",
	symbol   = "US&nbsp;bbl",
	utype    = "volume",
	scale    = 0.117347765304,
	default  = "l",
	link     = "Barile (unità di misura)",
    },
    ["USbsh"] = {
	name1    = "bushel US",
	symbol   = "US&nbsp;bsh",
	utype    = "volume",
	scale    = 0.03523907016688,
	default  = "l",
	link     = "Bushel",
    },
    ["USbu"] = {
	name1    = "bushel US",
	symbol   = "US&nbsp;bu",
	utype    = "volume",
	scale    = 0.03523907016688,
	default  = "l",
	link     = "Bushel",
    },
    ["USdrybbl"] = {
	name1    = "barile secco US",
	symbol   = "US&nbsp;dry&nbsp;bbl",
	utype    = "volume",
	scale    = 0.11562819898508,
	default  = "m3",
	link     = "Barile (unità di misura)",
    },
    ["USdrygal"] = {
	name1    = "gallone secca americano",
	name2    = "galloni secchi americani",
	symbol   = "US&nbsp;dry&nbsp;gal",
	utype    = "volume",
	scale    = 0.00440488377086,
	default  = "l",
	link     = "Gallone#Gallone americano",
    },
    ["USdrypt"] = {
	name1    = "pinta secca americana",
	name2    = "pinte secche americane",
	symbol   = "US&nbsp;dry&nbsp;pt",
	utype    = "volume",
	scale    = 0.0005506104713575,
	default  = "ml",
	link     = "Pinta (unità di misura)",
    },
    ["USdryqt"] = {
	name1    = "quarto secco americano",
	name2    = "quarti secchi americani",
	symbol   = "US&nbsp;dry&nbsp;qt",
	utype    = "volume",
	scale    = 0.001101220942715,
	default  = "ml",
	link     = "Quarto (unità di misura)",
    },
    ["USflgal"] = {
	name1    = "gallone americano",
	name2    = "galloni americani",
	symbol   = "US&nbsp;fl&nbsp;gal",
	utype    = "volume",
	scale    = 0.003785411784,
	default  = "l",
	link     = "Gallone",
    },
    ["USgal"] = {
	name1    = "gallone americano",
	name2    = "galloni americani",
	symbol   = "US&nbsp;gal",
	utype    = "volume",
	scale    = 0.003785411784,
	default  = "l",
	link     = "Gallone#Gallone americano",
    },
    ["USgi"] = {
	name1    = "gill",
	symbol   = "gi",
	utype    = "volume",
	scale    = 0.0001182941183,
	default  = "ml",
	link     = "Conversione delle unità di misura#Unità di volume",
    },
    ["USkenning"] = {
	name1    = "kenning (americano)",
	symbol   = "US&nbsp;kenning",
	utype    = "volume",
	scale    = 0.01761953508344,
	default  = "l impgal",
    },
    ["USmin"] = {
	name1    = "minim (americano)",
	symbol   = "US&nbsp;min",
	utype    = "volume",
	scale    = 0.000000061611519921875,
	default  = "ml",
	link     = "Conversione delle unità di misura#Unità di volume",
    },
    ["USoz"] = {
	name1    = "oncia liquida americana",
	symbol   = "US&nbsp;fl&nbsp;oz",
	utype    = "volume",
	scale    = 0.0000295735295625,
	default  = "ml",
	link     = "Oncia liquida",
    },
    ["USpk"] = {
	name1    = "peck americano",
	symbol   = "US&nbsp;pk",
	utype    = "volume",
	scale    = 0.00880976754172,
	default  = "l",
	link     = "Conversione delle unità di misura#Unità di volume",
    },
    ["USpt"] = {
	name1    = "pinta americana",
	name2    = "pinte americane",
	symbol   = "US&nbsp;pt",
	utype    = "volume",
	scale    = 0.000473176473,
	default  = "l",
	link     = "Pinta (unità di misura)",
    },
    ["USqt"] = {
	name1    = "quarto americano",
	name2    = "quarti americani",
	symbol   = "US&nbsp;qt",
	utype    = "volume",
	scale    = 0.000946352946,
	default  = "ml",
	link     = "Quarto (unità di misura)",
	customary= 1,
    },
    ["USquart"] = {
	name1    = "quarto americano",
	name2    = "quarti americani",
	symbol   = "US&nbsp;qt",
	utype    = "volume",
	scale    = 0.000946352946,
	default  = "ml",
	link     = "Quarto (unità di misura)",
    },
    ["UStbsp"] = {
	name1    = "cucchiaio",
	name2    = "cucchiai",
	symbol   = "US&nbsp;tbsp",
	utype    = "volume",
	scale    = 1.4786764781250001e-5,
	default  = "ml",
	link     = "Cucchiaio da tavola",
    },
    ["*U.S.drygal"] = {
	target   = "USdrygal",
	link     = "Gallone",
	customary= 2,
    },
    ["*U.S.gal"] = {
	target   = "USgal",
	default  = "L",
	customary= 2,
    },
    ["+USdrygal"] = {
	target   = "USdrygal",
	link     = "Gallone",
	customary= 1,
    },
    ["+usfloz"] = {
	target   = "USoz",
	customary= 1,
    },
    ["+USgal"] = {
	target   = "USgal",
	customary= 1,
    },
    ["+USoz"] = {
	target   = "USoz",
	customary= 1,
    },
    ["@impgal"] = {
	target   = "impgal",
	link     = "Gallone",
	customary= 3,
    },
    ["ac ft"] = {
	target   = "piede acro",
    },
    ["acre feet"] = {
	target   = "piede acro",
    },
    ["acre-feet"] = {
	target   = "piede acro",
    },
    ["acre-ft"] = {
	target   = "piede acro",
    },
    ["acre.foot"] = {
	target   = "piede acro",
    },
    ["acre.ft"] = {
	target   = "piede acro",
    },
    ["acre⋅ft"] = {
	target   = "piede acro",
    },
    ["board feet"] = {
	target   = "bdft",
    },
    ["board foot"] = {
	target   = "bdft",
    },
    ["bushels"] = {
	target   = "USbsh",
    },
    ["cid"] = {
	target   = "CID",
    },
    ["ft3"] = {
	target   = "cuft",
    },
    ["cufoot"] = {
	target   = "cuft",
    },
    ["foot3"] = {
	target   = "cuft",
    },
    ["gal"] = {
	target   = "USgal",
    },
    ["gallon"] = {
	shouldbe = "Usare %{USgal%} galloni americani o  %{impgal%} per galloni imperiali (non %{gallon%})",
    },
    ["gallons"] = {
	shouldbe = "Usare %{USgal%}  galloni americani o %{impgal%} per galloni imperiali (non %{gallons%})",
    },
    ["Gcuft"] = {
	target   = "e9cuft",
    },
    ["impfloz"] = {
	target   = "impoz",
    },
    ["Impgal"] = {
	target   = "impgal",
    },
    ["in3"] = {
	target   = "cuin",
	symbol   = "in³",
    },
    ["kcuft"] = {
	target   = "e3cuft",
    },
    ["kcum"] = {
	target   = "e3m3",
    },
    ["km³"] = {
	target   = "km3",
    },
    ["liter"] = {
	target   = "L",
    },
    ["liters"] = {
	target   = "L",
    },
    ["litro"] = {
	target   = "L",
    },
    ["litri"] = {
	target   = "L",
    },
    ["litre"] = {
	target   = "L",
    },
    ["litres"] = {
	target   = "L",
    },
    ["Mcuft"] = {
	target   = "e6cuft",
    },
    ["Mcum"] = {
	target   = "e6m3",
    },
    ["Mft3"] = {
	target   = "e6cuft",
    },
    ["mi3"] = {
	target   = "cumi",
    },
    ["m³"] = {
	target   = "m3",
    },
    ["mc"] = {
	target   = "m3",
    },
    ["Pcuft"] = {
	target   = "e15cuft",
    },
    ["pt"] = {
	shouldbe = "Usare %{USpt%} per pinte statunitensi o %{imppt%} per pinte imperiali, non %{pt%}",
    },
    ["qt"] = {
	shouldbe = "Usare %{USqt%} per quarti statunitensi o  %{impqt%} per quarti imperiali, non %{qt%}",
    },
    ["Tcuft"] = {
	target   = "e12cuft",
    },
    ["Tft3"] = {
	target   = "e12cuft",
    },
    ["U.S.bbl"] = {
	target   = "USbbl",
    },
    ["U.S.beerbbl"] = {
	target   = "USbeerbbl",
    },
    ["U.S.bsh"] = {
	target   = "USbsh",
    },
    ["U.S.bu"] = {
	target   = "USbu",
    },
    ["U.S.drybbl"] = {
	target   = "USdrybbl",
    },
    ["U.S.drygal"] = {
	target   = "USdrygal",
    },
    ["U.S.drypt"] = {
	target   = "USdrypt",
    },
    ["U.S.dryqt"] = {
	target   = "USdryqt",
    },
    ["U.S.flgal"] = {
	target   = "USflgal",
    },
    ["U.S.floz"] = {
	target   = "USoz",
    },
    ["U.S.gal"] = {
	target   = "USgal",
	default  = "L",
    },
    ["u.s.gal"] = {
	target   = "USgal",
	default  = "L",
    },
    ["U.S.gi"] = {
	target   = "USgi",
    },
    ["U.S.kenning"] = {
	target   = "USkenning",
    },
    ["U.S.oz"] = {
	target   = "USoz",
    },
    ["U.S.pk"] = {
	target   = "USpk",
    },
    ["U.S.pt"] = {
	target   = "USpt",
    },
    ["U.S.qt"] = {
	target   = "USqt",
	default  = "L",
	customary= 2,
    },
    ["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",
    },
    ["cuft/sqmi"] = {
	per      = { "cuft", "sqmi" },
	utype    = "volume per unità di area",
	default  = "m3/km2",
    },
    ["m3/ha"] = {
	name1    = "metro cubo per ettaro",
	name2    = "metri cubi per ettaro",
	symbol   = "m³/ha",
	utype    = "volume per unità di area",
	scale    = 0.0001,
	default  = "USbu/acro",
	link     = "Ettaro",
    },
    ["m3/km2"] = {
	per      = { "m3", "km2" },
	utype    = "volume per unità di area",
	default  = "cuft/sqmi",
    },
    ["U.S.gal/acro"] = {
	per      = { "U.S.gal", "acro" },
	utype    = "volume per unità di area",
	default  = "m3/km2",
    },
    ["USbu/acro"] = {
	name2    = "US bushels per acro",
	symbol   = "US bushel per acro",
	usename  = 1,
	utype    = "volume per unità di area",
	scale    = 8.7077638761350888e-6,
	default  = "m3/ha",
	link     = "Bushel",
    },
    ["USgal/acro"] = {
	per      = { "USgal", "acro" },
	utype    = "volume per unità di area",
	default  = "m3/km2",
    },
    ["cuyd/mi"] = {
	per      = { "cuyd", "mi" },
	utype    = "volume per unità di lunghezza",
	default  = "m3/km",
    },
    ["m3/km"] = {
	per      = { "m3", "km" },
	utype    = "volume per unità di lunghezza",
	default  = "cuyd/mi",
    },
    ["mich"] = {
	combination= { "ch", "mi" },
	multiple = { 80 },
	utype    = "lunghezza",
    },
    ["michlk"] = {
	combination= { "chlk", "mi" },
	multiple = { 80 },
	utype    = "lunghezza",
    },
    ["michainlk"] = {
	combination= { "chainlk", "mi" },
	multiple = { 80 },
	utype    = "lunghezza",
    },
    ["miydftin"] = {
	combination= { "in", "ft", "yd", "mi" },
	multiple = { 12, 3, 1760 },
	utype    = "lunghezza",
    },
    ["mift"] = {
	combination= { "ft", "mi" },
	multiple = { 5280 },
	utype    = "lunghezza",
    },
    ["ydftin"] = {
	combination= { "in", "ft", "yd" },
	multiple = { 12, 3 },
	utype    = "lunghezza",
    },
    ["ydft"] = {
	combination= { "ft", "yd" },
	multiple = { 3 },
	utype    = "lunghezza",
    },
    ["ftin"] = {
	combination= { "in", "ft" },
	multiple = { 12 },
	utype    = "lunghezza",
    },
    ["footin"] = {
	combination= { "in", "foot" },
	multiple = { 12 },
	utype    = "lunghezza",
    },
    ["handin"] = {
	combination= { "in", "hand" },
	multiple = { 4 },
	utype    = "lunghezza",
    },
    ["lboz"] = {
	combination= { "oz", "lb" },
	multiple = { 16 },
	utype    = "massa",
    },
    ["stlb"] = {
	combination= { "lb", "st" },
	multiple = { 14 },
	utype    = "massa",
    },
    ["stlboz"] = {
	combination= { "oz", "lb", "st" },
	multiple = { 16, 14 },
	utype    = "massa",
    },
    ["st and lb"] = {
	combination= { "lb", "st" },
	multiple = { 14 },
	utype    = "massa",
    },
    ["L/100 km mpgimp"] = {
	combination= { "L/100 km", "mpgimp" },
	utype    = "efficienza del carburante",
    },
    ["l/100 km mpgimp"] = {
	combination= { "l/100 km", "mpgimp" },
	utype    = "efficienza del carburante",
    },
    ["L/100 km mpgUS"] = {
	combination= { "L/100 km", "mpgus" },
	utype    = "efficienza del carburante",
    },
    ["L/100 km mpgus"] = {
	combination= { "L/100 km", "mpgus" },
	utype    = "efficienza del carburante",
    },
    ["l/100 km mpgus"] = {
	combination= { "l/100 km", "mpgus" },
	utype    = "efficienza del carburante",
    },
    ["mpgimp L/100 km"] = {
	combination= { "mpgimp", "L/100 km" },
	utype    = "efficienza del carburante",
    },
    ["GN LTf"] = {
	combination= { "GN", "-LTf" },
	utype    = "forza",
    },
    ["GN LTf STf"] = {
	combination= { "GN", "-LTf", "-STf" },
	utype    = "forza",
    },
    ["GN STf"] = {
	combination= { "GN", "-STf" },
	utype    = "forza",
    },
    ["GN STf LTf"] = {
	combination= { "GN", "-STf", "-LTf" },
	utype    = "forza",
    },
    ["kN LTf"] = {
	combination= { "kN", "-LTf" },
	utype    = "forza",
    },
    ["kN LTf STf"] = {
	combination= { "kN", "-LTf", "-STf" },
	utype    = "forza",
    },
    ["kN STf"] = {
	combination= { "kN", "-STf" },
	utype    = "forza",
    },
    ["kN STf LTf"] = {
	combination= { "kN", "-STf", "-LTf" },
	utype    = "forza",
    },
    ["LTf STf"] = {
	combination= { "-LTf", "-STf" },
	utype    = "forza",
    },
    ["MN LTf"] = {
	combination= { "MN", "-LTf" },
	utype    = "forza",
    },
    ["MN LTf STf"] = {
	combination= { "MN", "-LTf", "-STf" },
	utype    = "forza",
    },
    ["MN STf"] = {
	combination= { "MN", "-STf" },
	utype    = "forza",
    },
    ["MN STf LTf"] = {
	combination= { "MN", "-STf", "-LTf" },
	utype    = "forza",
    },
    ["STf LTf"] = {
	combination= { "-STf", "-LTf" },
	utype    = "forza",
    },
    ["LT ST t"] = {
	combination= { "lt", "-ST", "t" },
	utype    = "massa",
    },
    ["LT t ST"] = {
	combination= { "lt", "t", "-ST" },
	utype    = "massa",
    },
    ["ST LT t"] = {
	combination= { "-ST", "lt", "t" },
	utype    = "massa",
    },
    ["ST t LT"] = {
	combination= { "-ST", "t", "lt" },
	utype    = "massa",
    },
    ["t LT ST"] = {
	combination= { "t", "lt", "-ST" },
	utype    = "massa",
    },
    ["ton"] = {
	combination= { "LT", "ST" },
	utype    = "massa",
    },
    ["kPa kg/cm2"] = {
	combination= { "kPa", "kgf/cm2" },
	utype    = "pressione",
    },
    ["kPa lb/in2"] = {
	combination= { "kPa", "-lb/in2" },
	utype    = "pressione",
    },
    ["floz"] = {
	combination= { "impoz", "USoz" },
	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 (unitcode for engineering notation).
	["cm²"] = "sqin",
	["dm²"] = "sqin",
	["e3acro"] = "km2",
	["e3m2"] = "e6sqft",
	["e6acro"] = "km2",
	["e6ha"] = "e6acro",
	["e6km2"] = "e6sqmi",
	["e6m2"] = "e6sqft",
	["e6sqft"] = "v * 9.290304 < 100 ! e3 ! e6 ! m2",
	["e6sqmi"] = "e6km2",
	["hm²"] = "acro",
	["km²"] = "sqmi",
	["mm²"] = "sqin",
	["aJ"] = "eV",
	["e3BTU"] = "MJ",
	["e6BTU"] = "GJ",
	["EJ"] = "kWh",
	["fJ"] = "keV",
	["GJ"] = "kWh",
	["MJ"] = "kWh",
	["PJ"] = "kWh",
	["pJ"] = "MeV",
	["TJ"] = "kWh",
	["YJ"] = "kWh",
	["yJ"] = "μeV",
	["ZJ"] = "kWh",
	["zJ"] = "meV",
	["e12cuft/a"] = "v * 2.8316846592 < 100 ! e9 ! e12 ! m3/a",
	["e12cuft/d"] = "v * 2.8316846592 < 100 ! e9 ! e12 ! m3/d",
	["e12m3/a"] = "Tcuft/a",
	["e12m3/d"] = "Tcuft/d",
	["e3cuft/a"] = "v * 2.8316846592 < 100 ! ! e3 ! m3/a",
	["e3cuft/d"] = "v * 2.8316846592 < 100 ! ! e3 ! m3/d",
	["e3cuft/s"] = "v * 2.8316846592 < 100 ! ! e3 ! m3/s",
	["e3m3/a"] = "v < 28.316846592 ! k ! M ! cuft/a",
	["e3m3/d"] = "v < 28.316846592 ! k ! M ! cuft/d",
	["e3m3/s"] = "v < 28.316846592 ! k ! M ! cuft/s",
	["e3USgal/a"] = "v * 3.785411784 < 1000 ! ! e3 ! m3/a",
	["e6cuft/a"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3/a",
	["e6cuft/d"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3/d",
	["e6cuft/s"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3/s",
	["e6m3/a"] = "v < 28.316846592 ! M ! G ! cuft/a",
	["e6m3/d"] = "v < 28.316846592 ! M ! G ! cuft/d",
	["e6m3/s"] = "v < 28.316846592 ! e6 ! e9 ! cuft/s",
	["e6USgal/a"] = "v * 3.785411784 < 1000 ! e3 ! e6 ! m3/a",
	["e9cuft/a"] = "m3/a",
	["e9cuft/d"] = "v * 2.8316846592 < 100 ! e6 ! e9 ! m3/d",
	["e9m3/a"] = "v < 28.316846592 ! G ! T ! cuft/a",
	["e9m3/d"] = "v < 28.316846592 ! G ! T ! cuft/d",
	["e9m3/s"] = "v < 28.316846592 ! e9 ! e12 ! cuft/s",
	["e9USgal/a"] = "v * 3.785411784 < 1000 ! e6 ! e9 ! m3/a",
	["e9USgal/s"] = "v * 3.785411784 < 1000 ! e6 ! e9 ! m3/s",
	["nN"] = "gr-f",
	["μN"] = "gr-f",
	["mN"] = "oz-f",
	["am"] = "in",
	["cm"] = "in",
	["dam"] = "ft",
	["dm"] = "in",
	["e12km"] = "e12mi",
	["e12mi"] = "e12km",
	["e3au"] = "ly",
	["e3km"] = "e3mi",
	["e3mi"] = "e3km",
	["e6km"] = "e6mi",
	["e6mi"] = "e6km",
	["e9km"] = "au",
	["e9mi"] = "e9km",
	["Em"] = "mi",
	["fm"] = "in",
	["Gm"] = "mi",
	["hm"] = "ft",
	["km"] = "mi",
	["mm"] = "in",
	["Mm"] = "mi",
	["nm"] = "in",
	["Pm"] = "mi",
	["pm"] = "in",
	["Tm"] = "mi",
	["Ym"] = "mi",
	["ym"] = "in",
	["Zm"] = "mi",
	["zm"] = "in",
	["μm"] = "in",
	["e12lb"] = "v * 4.5359237 < 10 ! Mt ! Gt",
	["e3lb"] = "v * 4.5359237 < 10 ! kg ! t",
	["e3ozt"] = "v * 0.311034768 < 10 ! kg ! t",
	["e3t"] = "LT ST",
	["e6carat"] = "t",
	["e6lb"] = "v * 4.5359237 < 10 ! t ! kilotonne",
	["e6ozt"] = "lb kg",
	["e6ST"] = "Mt",
	["e6t"] = "LT ST",
	["e9lb"] = "v * 4.5359237 < 10 ! kilotonne ! Mt",
	["e9t"] = "LT ST",
	["Gg"] = "lb",
	["kg"] = "lb",
	["mg"] = "gr",
	["Mg"] = "LT ST",
	["ng"] = "gr",
	["μg"] = "gr",
	["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",
	["MK"] = "keVT",
	["ns"] = "μs",
	["μs"] = "ms",
	["ms"] = "s",
	["ks"] = "h",
	["Ms"] = "week",
	["Gs"] = "decade",
	["Ts"] = "millennium",
	["Ps"] = "million year",
	["Es"] = "thousand million year",
	["cL"] = "impoz usoz",
	["cm³"] = "cuin",
	["dL"] = "impoz usoz",
	["dl"] = "impoz usoz",
	["mm³"] = "cuin",
	["dm³"] = "cuin",
	["e12cuft"] = "v * 2.8316846592 < 100 ! e9 ! e12 ! m3",
	["e12impgal"] = "v * 4.54609 < 1000 ! T ! P ! L",
	["e12m3"] = "v < 28.316846592 ! T ! P ! cuft",
	["e12U.S.gal"] = "v * 3.785411784 < 1000 ! T ! P ! L",
	["e12USgal"] = "v * 3.785411784 < 1000 ! T ! P ! L",
	["e15cuft"] = "v * 2.8316846592 < 100 ! e12 ! e15 ! m3",
	["e15m3"] = "Pcuft",
	["e3bdft"] = "v * 0.23597372167 < 100 ! e3 ! e6 ! m3",
	["e3cuft"] = "v * 2.8316846592 < 100 ! ! e3 ! m3",
	["e3impgal"] = "v * 4.54609 < 1000 ! k ! M ! L",
	["e3m3"] = "v < 28.316846592 ! k ! M ! cuft",
	["e3U.S.gal"] = "v * 3.785411784 < 1000 ! k ! M ! L",
	["e3USgal"] = "v * 3.785411784 < 1000 ! k ! M ! L",
	["e6bdft"] = "v * 0.23597372167 < 100 ! e3 ! e6 ! m3",
	["e6cuft"] = "v * 2.8316846592 < 100 ! e3 ! e6 ! m3",
	["e6cuyd"] = "v * 7.64554857984 < 10 ! e3 ! e6 ! m3",
	["e6impgal"] = "v * 4.54609 < 1000 ! M ! G ! L",
	["e6L"] = "USgal",
	["e6m3"] = "v < 28.316846592 ! M ! G ! cuft",
	["e6U.S.gal"] = "v * 3.785411784 < 1000 ! M ! G ! L",
	["e6USgal"] = "v * 3.785411784 < 1000 ! M ! G ! L",
	["e9bdft"] = "v * 0.23597372167 < 100 ! e6 ! e9 ! m3",
	["e9cuft"] = "v * 2.8316846592 < 100 ! e6 ! e9 ! m3",
	["e9impgal"] = "v * 4.54609 < 1000 ! G ! T ! L",
	["e9m3"] = "v < 28.316846592 ! G ! T ! cuft",
	["e9U.S.gal"] = "v * 3.785411784 < 1000 ! G ! T ! L",
	["e9USgal"] = "v * 3.785411784 < 1000 ! G ! T ! L",
	["GL"] = "cuft",
	["Gl"] = "cuft",
	["kL"] = "cuft",
	["kl"] = "cuft",
	["km³"] = "cumi",
	["mL"] = "impoz usoz",
	["ml"] = "impoz usoz",
	["ML"] = "v < 28.316846592 ! e3 ! e6 ! cuft",
	["Ml"] = "v < 28.316846592 ! e3 ! e6 ! cuft",
	["Tl"] = "cumi",
	["TL"] = "cumi",
	["μl"] = "cuin",
	["μL"] = "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).
	["km²"] = "Chilometro quadrato",
	["fm"] = "Femtometro",
	["nm"] = "Nanometro",
	["μm"] = "Micrometro (unità di misura)",
	["km"] = "Chilometro",
	["Mm"] = "Megametro",
	["Gm"] = "Gigametro",
	["Tm"] = "Terametro",
	["kg"] = "Chilogrammo",
	["Mg"] = "Tonnellata",
	["as"] = "Attosecondo",
	["fs"] = "Femtosecondo",
	["ps"] = "Picosecondo",
	["ns"] = "Nanosecondo",
	["μs"] = "Microsecondo",
	["ms"] = "Millisecondo",
	["cm³"] = "Centimetro cubo",
}

---------------------------------------------------------------------------
-- 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 per_unit_fixups = {
	-- Automatically created per units of form "x/y" may have their unit type
	-- changed, for example, "length/time" is changed to "speed".
	-- Other adjustments can also be specified.
	["/area"] = "per unità di area",
	["/volume"] = "per unità di volume",
	["area/area"] = "area per unità d'area",
	["energia/lunghezza"] = "energia per unità di lunghezza",
	["energia/massa"] = "energia per unità di massa",
	["energia/tempo"] = { utype = "potenza", link = "Potenza (fisica)" },
	["energia/volume"] = "energia per unità di volume",
	["forza/area"] = { utype = "pressione", link = "Pressione" },
	["lunghezza/lunghezza"] = { utype = "pendenza", link = "Pendenza topografica" },
	["lunghezza/tempo"] = { utype = "velocità", link = "Velocità" },
	["lunghezza/tempo/tempo"] = { utype = "accelerazione", link = "Accelerazione" },
	["massa/area"] = { utype = "pressione", multiplier = 9.80665 },
	["massa/lunghezza"] = "densità lineare",
	["massa/massa"] = "concentrazione",
	["massa/potenza"] = "massa per unità di potenza",
	["massa/tempo"] = "massa per unità di tempo",
	["massa/volume"] = { utype = "densità", link = "Densità" },
	["potenza/massa"] = "potenza per unità di massa",
	["potenza/volume"] = "Densità energetica",
	["pressione/lunghezza"] = "gradiente di frattura",
	["velocità/tempo"] = { utype = "accelerazione", link = "Accelerazione" },
	["volume/area"] = "volume per unità di area",
	["volume/lunghezza"] = "volume per unità di lunghezza",
	["volume/tempo"] = "flusso",
}

return {
	all_units = all_units,
	default_exceptions = default_exceptions,
	link_exceptions = link_exceptions,
	per_unit_fixups = per_unit_fixups,
}