https://de.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AConvert%2Fwikidata%2Fdata
Modul:Convert/wikidata/data - Versionsgeschichte
2025-05-20T04:46:50Z
Versionsgeschichte dieser Seite in Wikipedia
MediaWiki 1.45.0-wmf.1
https://de.wikipedia.org/w/index.php?title=Modul:Convert/wikidata/data&diff=178363213&oldid=prev
Nov3rd17: aus engl. Wikipedia
2018-06-16T08:50:02Z
<p>aus engl. Wikipedia</p>
<p><b>Neue Seite</b></p><div>--[[ Cache of Wikidata information with units for Module:Convert.<br />
The codes should rarely change, and using a cache means that changing a<br />
unit at Wikidata will not cause lots of converts in articles to break.<br />
<br />
For a unit known to convert, the unit here must have:<br />
label = Wikidata label for unit (used only when listing units)<br />
ucode = unit code for input to convert<br />
(there are no optional fields because convert handles everything)<br />
<br />
For a unit not known to convert, the unit here must have:<br />
label = Wikidata label for unit (used only when listing units)<br />
(no ucode field)<br />
_ucode = unit code for input to convert, and the<br />
symbol used to display the unit when abbr=on<br />
(convert will use the specified fields to display the unit,<br />
and will not attempt to do a conversion)<br />
<br />
For a unit not known to convert, the unit here may have:<br />
name1 = singular name used to display the unit when abbr=off<br />
name2 = plural name used to display the unit when abbr=off<br />
link = name of article that unit will be linked to when lk=on<br />
si = key for the SI base unit, if any<br />
<br />
The base unit for each SI unit here must have:<br />
symbol = symbol used to display the base unit when abbr=on<br />
name1 = singular name of base unit used to display the unit when abbr=off<br />
(if name1 is not given, symbol will be used, but an SI unit should have a name)<br />
<br />
The base unit for each SI unit here may have:<br />
name2 = plural name of base unit used to display the unit when abbr=off<br />
link = name of article that unit will be linked to when lk=on<br />
(applies for all SI units using this base, where the<br />
SI unit does not define its own link field)<br />
<br />
If name1 is not specified, the symbol is used for the name.<br />
If name2 is not specified, a plural name is formed by appending 's' to name1.<br />
If link is not specified, name1 is used for the link.<br />
<br />
SI units are assumed to be simple items like V (volt) where 'mV' would<br />
cause convert to insert:<br />
'm' before the base symbol 'V' to make 'mV', if abbr=on<br />
'milli' before the base name 'volt' to make 'millivolt', if abbr=off<br />
A unit like "square meter" would not work because it needs an SI prefix<br />
inserted before "meter" rather than at the beginning of the name.<br />
<br />
Items that should not be used with convert as no precise unit is implied:<br />
Q11247037 ton generic (cannot use)<br />
Q178413 gallon generic<br />
Q130964 calorie dubious (ambiguous, should not use)<br />
Q216658 bushel dubious<br />
Q420266 fluid ounce dubious<br />
]]<br />
<br />
local wikidata_units = {<br />
-- Following are SI base units.<br />
A = {<br />
symbol = 'A',<br />
name1 = 'ampere',<br />
},<br />
F = {<br />
symbol = 'F',<br />
name1 = 'faraday',<br />
},<br />
H = {<br />
symbol = 'H',<br />
name1 = 'henry',<br />
},<br />
V = {<br />
symbol = 'V',<br />
name1 = 'volt',<br />
},<br />
-- Following are aliases to convert unit codes, used with "input=<value><space><unit>".<br />
kilograms = {<br />
ucode = 'kg',<br />
},<br />
-- Following are SI units not known to convert, used with "input=<value><space><unit>".<br />
kV = {<br />
ucode = 'kV',<br />
si = 'V',<br />
},<br />
mV = {<br />
ucode = 'mV',<br />
si = 'V',<br />
},<br />
-- Following are Wikidata units.<br />
Q131255 = {<br />
label = 'farad',<br />
_ucode = 'F',<br />
si = 'F',<br />
},<br />
Q163354 = {<br />
label = 'henry',<br />
_ucode = 'H',<br />
si = 'H',<br />
},<br />
Q1916026 = {<br />
label = 'microvolt',<br />
_ucode = 'uV',<br />
si = 'V',<br />
},<br />
Q193933 = {<br />
label = 'dioptre',<br />
name1 = 'dioptre',<br />
_ucode = 'dpt',<br />
},<br />
Q212120 = {<br />
label = 'ampere-hour',<br />
name1 = 'ampere-hour',<br />
_ucode = 'A⋅h',<br />
},<br />
Q2448803 = {<br />
label = 'millivolt',<br />
_ucode = 'mV',<br />
si = 'V',<br />
},<br />
Q2451296 = {<br />
label = 'microfarad',<br />
_ucode = 'uF',<br />
si = 'F',<br />
},<br />
Q2490574 = {<br />
label = 'milliampere',<br />
_ucode = 'mA',<br />
si = 'A',<br />
},<br />
Q25250 = {<br />
label = 'volt',<br />
_ucode = 'V',<br />
si = 'V',<br />
},<br />
Q25272 = {<br />
label = 'ampere',<br />
_ucode = 'A',<br />
si = 'A',<br />
},<br />
Q2553708 = {<br />
label = 'megavolt',<br />
_ucode = 'MV',<br />
si = 'V',<br />
},<br />
Q2554092 = {<br />
label = 'kilovolt',<br />
_ucode = 'kV',<br />
si = 'V',<br />
},<br />
Q2636421 = {<br />
label = 'nanohenry',<br />
_ucode = 'nH',<br />
si = 'H',<br />
},<br />
Q2679083 = {<br />
label = 'microhenry',<br />
_ucode = 'uH',<br />
si = 'H',<br />
},<br />
Q2682463 = {<br />
label = 'nanofarad',<br />
_ucode = 'nF',<br />
si = 'F',<br />
},<br />
Q2756030 = {<br />
label = 'picofarad',<br />
_ucode = 'pF',<br />
si = 'F',<br />
},<br />
Q2793566 = {<br />
label = 'gigavolt',<br />
_ucode = 'GV',<br />
si = 'V',<br />
},<br />
Q2924137 = {<br />
label = 'millihenry',<br />
_ucode = 'mH',<br />
si = 'H',<br />
},<br />
Q3117809 = {<br />
label = 'microampere',<br />
_ucode = 'uA',<br />
si = 'A',<br />
},<br />
Q33680 = {<br />
label = 'radian',<br />
name1 = 'radian',<br />
_ucode = 'rad',<br />
},<br />
Q4456994 = {<br />
label = 'millifarad',<br />
_ucode = 'mF',<br />
si = 'F',<br />
},<br />
Q47083 = {<br />
label = 'ohm',<br />
name1 = 'ohm',<br />
_ucode = 'Ω',<br />
},<br />
Q483261 = {<br />
label = 'atomic mass unit',<br />
name1 = 'atomic mass unit',<br />
_ucode = 'u',<br />
},<br />
Q550341 = {<br />
label = 'volt-ampere',<br />
name1 = 'volt-ampere',<br />
_ucode = 'VA',<br />
},<br />
Q100995 = {<br />
label = 'pound',<br />
ucode = 'lb',<br />
},<br />
Q1022113 = {<br />
label = 'cubic centimetre',<br />
ucode = 'cc',<br />
},<br />
Q102573 = {<br />
label = 'becquerel',<br />
ucode = 'Bq',<br />
},<br />
Q103246 = {<br />
label = 'sievert',<br />
ucode = 'Sv',<br />
},<br />
Q1050958 = {<br />
label = 'inch of mercury',<br />
ucode = 'inHg',<br />
},<br />
Q1051665 = {<br />
label = 'metre per second squared',<br />
ucode = 'm/s2',<br />
},<br />
Q1052397 = {<br />
label = 'rad',<br />
ucode = 'rad',<br />
},<br />
Q1054140 = {<br />
label = 'megametre',<br />
ucode = 'Mm',<br />
},<br />
Q1057069 = {<br />
label = 'hectogram',<br />
ucode = 'hg',<br />
},<br />
Q1063786 = {<br />
label = 'square inch',<br />
ucode = 'sqin',<br />
},<br />
Q1092296 = {<br />
label = 'annum',<br />
ucode = 'year',<br />
},<br />
Q11570 = {<br />
label = 'kilogram',<br />
ucode = 'kg',<br />
},<br />
Q11573 = {<br />
label = 'metre',<br />
ucode = 'm',<br />
},<br />
Q11574 = {<br />
label = 'second',<br />
ucode = 's',<br />
},<br />
Q11579 = {<br />
label = 'kelvin',<br />
ucode = 'K',<br />
},<br />
Q11582 = {<br />
label = 'liter',<br />
ucode = 'liter',<br />
},<br />
Q1165588 = {<br />
label = 'rod',<br />
ucode = 'rod',<br />
},<br />
Q1165799 = {<br />
label = 'thou',<br />
ucode = 'thou',<br />
},<br />
Q11776930 = {<br />
label = 'megagram',<br />
ucode = 'Mg',<br />
},<br />
Q11929860 = {<br />
label = 'kiloparsec',<br />
ucode = 'kpc',<br />
},<br />
Q1194225 = {<br />
label = 'pound-force',<br />
ucode = 'lbf',<br />
},<br />
Q12129 = {<br />
label = 'parsec',<br />
ucode = 'pc',<br />
},<br />
Q12438 = {<br />
label = 'newton',<br />
ucode = 'N',<br />
},<br />
Q1255620 = {<br />
label = 'dram',<br />
ucode = 'drachm',<br />
},<br />
Q12874593 = {<br />
label = 'watt-hour',<br />
ucode = 'W.h',<br />
},<br />
Q128822 = {<br />
label = 'knot',<br />
ucode = 'kn',<br />
},<br />
Q1374438 = {<br />
label = 'kilosecond',<br />
ucode = 'ks',<br />
},<br />
Q1377051 = {<br />
label = 'gigasecond',<br />
ucode = 'Gs',<br />
},<br />
Q14754979 = {<br />
label = 'zettagram',<br />
ucode = 'Zg',<br />
},<br />
Q14786969 = {<br />
label = 'megajoule',<br />
ucode = 'MJ',<br />
},<br />
Q14787261 = {<br />
label = 'megawatt hour',<br />
ucode = 'MW.h',<br />
},<br />
Q1550511 = {<br />
label = 'square yard',<br />
ucode = 'sqyd',<br />
},<br />
Q160857 = {<br />
label = 'horsepower',<br />
ucode = 'hp',<br />
},<br />
Q1628990 = {<br />
label = 'horsepower-hour',<br />
ucode = 'hph',<br />
},<br />
Q163343 = {<br />
label = 'tesla',<br />
ucode = 'T',<br />
},<br />
Q1645498 = {<br />
label = 'microgram',<br />
ucode = 'ug',<br />
},<br />
Q17087835 = {<br />
label = 'cuerda',<br />
ucode = 'cda',<br />
},<br />
Q174728 = {<br />
label = 'centimetre',<br />
ucode = 'cm',<br />
},<br />
Q174789 = {<br />
label = 'millimetre',<br />
ucode = 'mm',<br />
},<br />
Q175821 = {<br />
label = 'micrometre',<br />
ucode = 'um',<br />
},<br />
Q1770733 = {<br />
label = 'teragram',<br />
ucode = 'Tg',<br />
},<br />
Q1772386 = {<br />
label = 'decigram',<br />
ucode = 'dg',<br />
},<br />
Q177493 = {<br />
label = 'gauss',<br />
ucode = 'G',<br />
},<br />
Q1777507 = {<br />
label = 'femtosecond',<br />
ucode = 'fs',<br />
},<br />
Q177974 = {<br />
label = 'atmosphere',<br />
ucode = 'atm',<br />
},<br />
Q178674 = {<br />
label = 'nanometre',<br />
ucode = 'nm',<br />
},<br />
Q180154 = {<br />
label = 'kilometre per hour',<br />
ucode = 'km/h',<br />
},<br />
Q180892 = {<br />
label = 'solar mass',<br />
ucode = 'solar mass',<br />
},<br />
Q1811 = {<br />
label = 'astronomical unit',<br />
ucode = 'au',<br />
},<br />
Q1815100 = {<br />
label = 'centiliter',<br />
ucode = 'cl',<br />
},<br />
Q182098 = {<br />
label = 'kilowatt hour',<br />
ucode = 'kW.h',<br />
},<br />
Q1823150 = {<br />
label = 'microwatt',<br />
ucode = 'uW',<br />
},<br />
Q182429 = {<br />
label = 'metre per second',<br />
ucode = 'm/s',<br />
},<br />
Q1826195 = {<br />
label = 'decilitre',<br />
ucode = 'dl',<br />
},<br />
Q185078 = {<br />
label = 'are',<br />
ucode = 'a',<br />
},<br />
Q185153 = {<br />
label = 'erg',<br />
ucode = 'erg',<br />
},<br />
Q185648 = {<br />
label = 'torr',<br />
ucode = 'Torr',<br />
},<br />
Q190095 = {<br />
label = 'gray',<br />
ucode = 'Gy',<br />
},<br />
Q191118 = {<br />
label = 'tonne',<br />
ucode = 'tonne',<br />
},<br />
Q1913097 = {<br />
label = 'femtogram',<br />
ucode = 'fg',<br />
},<br />
Q192274 = {<br />
label = 'picometre',<br />
ucode = 'pm',<br />
},<br />
Q1972579 = {<br />
label = 'poundal',<br />
ucode = 'pdl',<br />
},<br />
Q200323 = {<br />
label = 'decimetre',<br />
ucode = 'dm',<br />
},<br />
Q201933 = {<br />
label = 'dyne',<br />
ucode = 'dyn',<br />
},<br />
Q2029519 = {<br />
label = 'hectoliter',<br />
ucode = 'hl',<br />
},<br />
Q2051195 = {<br />
label = 'gigawatt hour',<br />
ucode = 'GW.h',<br />
},<br />
Q207488 = {<br />
label = 'Rankine scale',<br />
ucode = 'R',<br />
},<br />
Q208788 = {<br />
label = 'femtometre',<br />
ucode = 'fm',<br />
},<br />
Q2101 = {<br />
label = 'elementary charge',<br />
ucode = 'e',<br />
},<br />
Q21014455 = {<br />
label = 'metre per minute',<br />
ucode = 'm/min',<br />
},<br />
Q21062777 = {<br />
label = 'megapascal',<br />
ucode = 'MPa',<br />
},<br />
Q21064807 = {<br />
label = 'kilopascal',<br />
ucode = 'kPa',<br />
},<br />
Q211256 = {<br />
label = 'miles per hour',<br />
ucode = 'mph',<br />
},<br />
Q21178489 = {<br />
label = 'barrels per day',<br />
ucode = 'oilbbl/d',<br />
},<br />
Q2143992 = {<br />
label = 'kilohertz',<br />
ucode = 'kHz',<br />
},<br />
Q21467992 = {<br />
label = 'cubic foot per second',<br />
ucode = 'cuft/s',<br />
},<br />
Q215571 = {<br />
label = 'newton metre',<br />
ucode = 'Nm',<br />
},<br />
Q216795 = {<br />
label = 'dunam',<br />
ucode = 'dunam',<br />
},<br />
Q216880 = {<br />
label = 'kilogram-force',<br />
ucode = 'kgf',<br />
},<br />
Q18413919 = {<br />
label = 'centimetre per second',<br />
ucode = 'cm/s',<br />
},<br />
Q218593 = {<br />
label = 'inch',<br />
ucode = 'in',<br />
},<br />
Q2282891 = {<br />
label = 'microlitre',<br />
ucode = 'ul',<br />
},<br />
Q2282906 = {<br />
label = 'nanogram',<br />
ucode = 'ng',<br />
},<br />
Q229354 = {<br />
label = 'curie',<br />
ucode = 'Ci',<br />
},<br />
Q232291 = {<br />
label = 'square mile',<br />
ucode = 'sqmi',<br />
},<br />
Q2332346 = {<br />
label = 'millilitre',<br />
ucode = 'ml',<br />
},<br />
Q23387 = {<br />
label = 'week',<br />
ucode = 'week',<br />
},<br />
Q23823681 = {<br />
label = 'terawatt',<br />
ucode = 'TW',<br />
},<br />
Q23925410 = {<br />
label = 'gallon',<br />
ucode = 'impgal',<br />
},<br />
Q23925413 = {<br />
label = 'gallon',<br />
ucode = 'USgal',<br />
},<br />
Q2438073 = {<br />
label = 'attogram',<br />
ucode = 'ag',<br />
},<br />
Q2474258 = {<br />
label = 'millisievert',<br />
ucode = 'mSv',<br />
},<br />
Q2483628 = {<br />
label = 'attosecond',<br />
ucode = 'as',<br />
},<br />
Q2489298 = {<br />
label = 'square centimetre',<br />
ucode = 'cm2',<br />
},<br />
Q2518569 = {<br />
label = 'nanosievert',<br />
ucode = 'nSv',<br />
},<br />
Q25235 = {<br />
label = 'hour',<br />
ucode = 'h',<br />
},<br />
Q25236 = {<br />
label = 'watt',<br />
ucode = 'W',<br />
},<br />
Q25267 = {<br />
label = 'degrees Celsius',<br />
ucode = 'C',<br />
},<br />
Q25269 = {<br />
label = 'joule',<br />
ucode = 'J',<br />
},<br />
Q253276 = {<br />
label = 'mile',<br />
ucode = 'mi',<br />
},<br />
Q25343 = {<br />
label = 'square metre',<br />
ucode = 'm2',<br />
},<br />
Q25406 = {<br />
label = 'coulomb',<br />
ucode = 'coulomb',<br />
},<br />
Q25517 = {<br />
label = 'cubic metre',<br />
ucode = 'm3',<br />
},<br />
Q260126 = {<br />
label = 'Roentgen equivalent man',<br />
ucode = 'rem',<br />
},<br />
Q2612219 = {<br />
label = 'petagram',<br />
ucode = 'Pg',<br />
},<br />
Q2619500 = {<br />
label = 'Foe',<br />
ucode = 'foe',<br />
},<br />
Q2637946 = {<br />
label = 'decalitre',<br />
ucode = 'dal',<br />
},<br />
Q2655272 = {<br />
label = 'exagram',<br />
ucode = 'Eg',<br />
},<br />
Q2691798 = {<br />
label = 'centigram',<br />
ucode = 'cg',<br />
},<br />
Q2739114 = {<br />
label = 'microsievert',<br />
ucode = 'uSv',<br />
},<br />
Q2799294 = {<br />
label = 'gigagram',<br />
ucode = 'Gg',<br />
},<br />
Q3013059 = {<br />
label = 'Kyr',<br />
ucode = 'millennium',<br />
},<br />
Q305896 = {<br />
label = 'dots per inch',<br />
ucode = 'dpi',<br />
},<br />
Q3207456 = {<br />
label = 'milliwatt',<br />
ucode = 'mW',<br />
},<br />
Q3221356 = {<br />
label = 'yoctometre',<br />
ucode = 'ym',<br />
},<br />
Q3239557 = {<br />
label = 'picogram',<br />
ucode = 'pg',<br />
},<br />
Q3241121 = {<br />
label = 'milligram',<br />
ucode = 'mg',<br />
},<br />
Q3267417 = {<br />
label = 'terametre',<br />
ucode = 'Tm',<br />
},<br />
Q3270676 = {<br />
label = 'zeptometre',<br />
ucode = 'zm',<br />
},<br />
Q3276763 = {<br />
label = 'gigahertz',<br />
ucode = 'GHz',<br />
},<br />
Q3277907 = {<br />
label = 'exametre',<br />
ucode = 'Em',<br />
},<br />
Q3277915 = {<br />
label = 'zettametre',<br />
ucode = 'Zm',<br />
},<br />
Q3277919 = {<br />
label = 'petametre',<br />
ucode = 'Pm',<br />
},<br />
Q3312063 = {<br />
label = 'femtolitre',<br />
ucode = 'fl',<br />
},<br />
Q3320608 = {<br />
label = 'kilowatt',<br />
ucode = 'kW',<br />
},<br />
Q3332822 = {<br />
label = 'megaton',<br />
ucode = 'Mt(TNT)',<br />
},<br />
Q35852 = {<br />
label = 'hectare',<br />
ucode = 'ha',<br />
},<br />
Q3675550 = {<br />
label = 'cubic millimetre',<br />
ucode = 'mm3',<br />
},<br />
Q3710 = {<br />
label = 'foot',<br />
ucode = 'ft',<br />
},<br />
Q3773454 = {<br />
label = 'megaparsec',<br />
ucode = 'Mpc',<br />
},<br />
Q3902688 = {<br />
label = 'picolitre',<br />
ucode = 'pl',<br />
},<br />
Q3902709 = {<br />
label = 'picosecond',<br />
ucode = 'ps',<br />
},<br />
Q39369 = {<br />
label = 'hertz',<br />
ucode = 'Hz',<br />
},<br />
Q3972226 = {<br />
label = 'kilolitre',<br />
ucode = 'kl',<br />
},<br />
Q4068266 = {<br />
label = "apothecaries' drachm",<br />
ucode = 'drachm',<br />
},<br />
Q41803 = {<br />
label = 'gram',<br />
ucode = 'g',<br />
},<br />
Q4220561 = {<br />
label = 'kilometer per second',<br />
ucode = 'km/s',<br />
},<br />
Q42289 = {<br />
label = 'degree Fahrenheit',<br />
ucode = 'F',<br />
},<br />
Q4243638 = {<br />
label = 'cubic kilometre',<br />
ucode = 'km3',<br />
},<br />
Q44395 = {<br />
label = 'pascal',<br />
ucode = 'Pa',<br />
},<br />
Q48013 = {<br />
label = 'ounce',<br />
ucode = 'oz',<br />
},<br />
Q482798 = {<br />
label = 'yard',<br />
ucode = 'yd',<br />
},<br />
Q4989854 = {<br />
label = 'kilojoule',<br />
ucode = 'kJ',<br />
},<br />
Q4992853 = {<br />
label = 'kiloton',<br />
ucode = 'kt(TNT)',<br />
},<br />
Q5139563 = {<br />
label = 'hectopascal',<br />
ucode = 'hPa',<br />
},<br />
Q5151 = {<br />
label = 'month',<br />
ucode = 'month',<br />
},<br />
Q531 = {<br />
label = 'light-year',<br />
ucode = 'ly',<br />
},<br />
Q5465723 = {<br />
label = 'foot-poundal',<br />
ucode = 'ftpdl',<br />
},<br />
Q573 = {<br />
label = 'day',<br />
ucode = 'd',<br />
},<br />
Q577 = {<br />
label = 'year',<br />
ucode = 'year',<br />
},<br />
Q5879479 = {<br />
label = 'gigawatt',<br />
ucode = 'GW',<br />
},<br />
Q6003257 = {<br />
label = 'attometre',<br />
ucode = 'am',<br />
},<br />
Q613726 = {<br />
label = 'yottagram',<br />
ucode = 'Yg',<br />
},<br />
Q6170164 = {<br />
label = 'yoctogram',<br />
ucode = 'yg',<br />
},<br />
Q667419 = {<br />
label = 'long ton',<br />
ucode = 'LT',<br />
},<br />
Q673166 = {<br />
label = 'gravity of Earth',<br />
ucode = 'g0',<br />
},<br />
Q693944 = {<br />
label = 'grain',<br />
ucode = 'gr',<br />
},<br />
Q6982035 = {<br />
label = 'megawatt',<br />
ucode = 'MW',<br />
},<br />
Q712226 = {<br />
label = 'square kilometre',<br />
ucode = 'km2',<br />
},<br />
Q723733 = {<br />
label = 'millisecond',<br />
ucode = 'ms',<br />
},<br />
Q732454 = {<br />
label = 'Ma',<br />
ucode = 'Myr',<br />
},<br />
Q732707 = {<br />
label = 'megahertz',<br />
ucode = 'MHz',<br />
},<br />
Q752079 = {<br />
label = 'gross register ton',<br />
ucode = 'grt',<br />
},<br />
Q752197 = {<br />
label = 'kilojoule per mole',<br />
ucode = 'kJ/mol',<br />
},<br />
Q7727 = {<br />
label = 'minute',<br />
ucode = 'min',<br />
},<br />
Q794261 = {<br />
label = 'cubic metre per second',<br />
ucode = 'm3/s',<br />
},<br />
Q809678 = {<br />
label = 'barye',<br />
ucode = 'Ba',<br />
},<br />
Q81292 = {<br />
label = 'acre',<br />
ucode = 'acre',<br />
},<br />
Q81454 = {<br />
label = 'ångström',<br />
ucode = 'angstrom',<br />
},<br />
Q828224 = {<br />
label = 'kilometre',<br />
ucode = 'km',<br />
},<br />
Q83327 = {<br />
label = 'electronvolt',<br />
ucode = 'eV',<br />
},<br />
Q838801 = {<br />
label = 'nanosecond',<br />
ucode = 'ns',<br />
},<br />
Q842015 = {<br />
label = 'microsecond',<br />
ucode = 'us',<br />
},<br />
Q844211 = {<br />
label = 'kilogram per cubic metre',<br />
ucode = 'kg/m3',<br />
},<br />
Q844338 = {<br />
label = 'hectometre',<br />
ucode = 'hm',<br />
},<br />
Q844976 = {<br />
label = 'Oersted',<br />
ucode = 'Oe',<br />
},<br />
Q848856 = {<br />
label = 'decametre',<br />
ucode = 'dam',<br />
},<br />
Q854546 = {<br />
label = 'gigametre',<br />
ucode = 'Gm',<br />
},<br />
Q857027 = {<br />
label = 'square foot',<br />
ucode = 'sqft',<br />
},<br />
Q9048643 = {<br />
label = 'nanoliter',<br />
ucode = 'nl',<br />
},<br />
Q93318 = {<br />
label = 'nautical mile',<br />
ucode = 'nmi',<br />
},<br />
}<br />
<br />
return { wikidata_units = wikidata_units }</div>
Nov3rd17