모듈토론:Convert/makeunits이 문서를 하셔야 수정된 것이 반영된 데이터를 볼 수 있습니다.-- [[모듈:Convert]]이 사용하는 변환 데이터입니다. -- mw.loadData()을 통해 읽기 전용으로 접근하므로 문서당 한번씩만 불려집니다. -- 이 모듈을 다른 위키로 복사하기 전 [[:en:Template:Convert/Transwiki guide]]를 -- 꼭 읽어주세요. -- -- 이곳의 데이터 테이블들은 다음과 같습니다: -- all_units 단위들의 기본 출력값을 포함한 모든 속성들 -- default_exceptions 기본 출력값을 달리해야 하는 예외 단위들 -- (예: 'kg'과 'g'은 서로 다른 기본 출력값을 가졌습니다.) -- link_exceptions 링크를 달리해야 하는 예외 단위들 -- (예: 'kg'와 'g'은 서로 다른 링크를 가졌습니다.) -- -- 이 테이블들은 각 단위의 필요 속성들을 기재해놓은 문서의 위키텍스트를 읽는 -- 스크립트에 의해 생성되었습니다. 자세한 것은 [[모듈:Convert/설명문서]] 또는 -- [[:en:Module:Convert/doc]]를 참조하세요. --------------------------------------------------------------------------- -- 위키 문서의 위키텍스트를 읽는 스크립트를 실행하여 생성된 것이므로 이 -- -- 테이블에 있는 값을 수정하지 마세요. (자세한 건 상단의 설명문서 참조) -- --------------------------------------------------------------------------- local all_units = { ["Gy"] = { _name1 = "그레이", _symbol = "Gy", utype = "absorbed radiation dose", scale = 1, prefixes = 1, default = "rad", link = "그레이 (단위)", }, ["그레이"] = { target = "Gy", }, ["rad"] = { _name1 = "라드", _symbol = "rad", utype = "absorbed radiation dose", scale = 0.01, prefixes = 1, default = "Gy", link = "라드 (단위)", }, ["라드"] = { target = "rad", }, ["cm/s2"] = { name1 = "센티미터 매 초 제곱", symbol = "cm/s<sup>2</sup>", utype = "acceleration", scale = 0.01, default = "ft/s2", link = "갈 (단위)", }, ["ft/s2"] = { name1 = "피트 매 초 제곱", symbol = "ft/s<sup>2</sup>", utype = "acceleration", scale = 0.3048, default = "m/s2", }, ["g0"] = { name1 = "표준중력", symbol = "''g<sub>0</sub>''", utype = "acceleration", scale = 9.80665, default = "m/s2", }, ["km/hs"] = { name1 = "킬로미터 매 시 매 초", symbol = "km/(h·s)", utype = "acceleration", scale = 0.27777777777777779, default = "mph/s", link = "가속도", }, ["km/s2"] = { name1 = "킬로미터 매 초 제곱", symbol = "km/s<sup>2</sup>", utype = "acceleration", scale = 1000, default = "mph/s", link = "가속도", }, ["m/s2"] = { name1 = "미터 매 초 제곱", symbol = "m/s<sup>2</sup>", utype = "acceleration", scale = 1, default = "ft/s2", }, ["mph/s"] = { name1 = "마일 매 시 매 초", symbol = "mph/s", utype = "acceleration", scale = 0.44704, default = "km/hs", link = "가속도", }, ["km/h/s"] = { target = "km/hs", }, ["standard gravity"] = { target = "g0", }, ["표준중력"] = { target = "g0", }, ["a"] = { _name1 = "아르", _symbol = "a", utype = "area", scale = 100, prefixes = 1, default = "sqft", link = "아르", }, ["아르"] = { target = "a", }, ["acre"] = { name1 = "에이커", symbol = "ac", utype = "area", scale = 4046.8564224, default = "ha", }, ["에이커"] = { target = "acre", }, ["ac"] = { target = "acre", }, ["acre-sing"] = { target = "acre", }, ["arpent"] = { name1 = "아르팡", symbol = "arpent", usename = 1, utype = "area", scale = 3418.89, default = "ha", }, ["아르팡"] = { target = "arpent", }, ["cda"] = { name1 = "쿠에르다", symbol = "cda", utype = "area", scale = 3930.395625, default = "acre ha", }, ["쿠에르다"] = { target = "cda", }, ["Cypriot donum"] = { name1 = "두남", symbol = "donum", usename = 1, utype = "area", scale = 1337.803776, default = "km2 sqmi", }, ["Cypriot dunam"] = { name1 = "두남", symbol = "dunam", usename = 1, utype = "area", scale = 1337.803776, default = "km2 sqmi", }, ["Cypriot dunum"] = { name1 = "두남", symbol = "dunum", usename = 1, utype = "area", scale = 1337.803776, default = "km2 sqmi", }, ["Cypriot dönüm"] = { name1 = "두남", symbol = "dönüm", usename = 1, utype = "area", scale = 1337.803776, default = "km2 sqmi", }, ["키프로스 두남"] = { target = "Cypriot donum", }, ["daa"] = { name1 = "데카르", symbol = "daa", utype = "area", scale = 1000, default = "km2 sqmi", }, ["데카르"] = { target = "daa", }, ["donum"] = { name1 = "두남", symbol = "donum", usename = 1, utype = "area", scale = 1000, default = "km2 sqmi", }, ["dunam"] = { name1 = "두남", symbol = "dunam", usename = 1, utype = "area", scale = 1000, default = "km2 sqmi", }, ["dunum"] = { name1 = "두남", symbol = "dunum", usename = 1, utype = "area", scale = 1000, default = "km2 sqmi", }, ["dönüm"] = { name1 = "두남", symbol = "dönüm", usename = 1, utype = "area", scale = 1000, default = "km2 sqmi", }, ["두남"] = { target = "donum", }, ["ha"] = { name1 = "헥타르", symbol = "ha", utype = "area", scale = 10000, default = "acre", }, ["hectare"] = { name1 = "헥타르", symbol = "ha", usename = 1, utype = "area", scale = 10000, default = "acre", }, ["헥타르"] = { target = "ha", }, ["Iraqi donum"] = { name1 = "두남", symbol = "donum", usename = 1, utype = "area", scale = 2500, default = "km2 sqmi", }, ["Iraqi dunam"] = { name1 = "두남", symbol = "dunam", usename = 1, utype = "area", scale = 2500, default = "km2 sqmi", }, ["Iraqi dunum"] = { name1 = "두남", symbol = "dunum", usename = 1, utype = "area", scale = 2500, default = "km2 sqmi", }, ["Iraqi dönüm"] = { name1 = "두남", symbol = "dönüm", usename = 1, utype = "area", scale = 2500, default = "km2 sqmi", }, ["이라크 두남"] = { target = "Iraqi donum", }, ["Irish acre"] = { name1 = "아일랜드 에이커", symbol = "Irish acres", usename = 1, utype = "area", scale = 6555.2385024, default = "ha", link = "에이커", }, ["아일랜드 에이커"] = { target = "Irish acre", }, ["m2"] = { _name1 = "제곱미터", _symbol = "m<sup>2</sup>", prefix_position= 7, utype = "area", scale = 1, prefixes = 2, default = "sqft", link = "제곱미터", }, ["제곱미터"] = { target = "m2", }, ["old donum"] = { name1 = "두남", symbol = "donum", usename = 1, utype = "area", scale = 919.3, default = "km2 sqmi", }, ["old dunam"] = { name1 = "두남", symbol = "dunam", usename = 1, utype = "area", scale = 919.3, default = "km2 sqmi", }, ["old dunum"] = { name1 = "두남", symbol = "dunum", usename = 1, utype = "area", scale = 919.3, default = "km2 sqmi", }, ["old dönüm"] = { name1 = "두남", symbol = "dönüm", usename = 1, utype = "area", scale = 919.3, default = "km2 sqmi", }, ["옛 두남"] = { target = "old donum", }, ["pondemaat"] = { name1 = "폰더마트", name2 = "pondemaat", symbol = "pond", utype = "area", scale = 3674.363358816, default = "m2", link = ":nl:pondemaat", }, ["pyeong"] = { symbol = "평", usename = 1, utype = "area", scale = 3.3057851239669422, default = "m2", link = "평 (단위)", }, ["평"] = { target = "pyeong", }, ["rood"] = { name1 = "루드", symbol = "rood", usename = 1, utype = "area", scale = 1011.7141056, default = "sqft sqm", subdivs = { ["sqperch"] = { 40, default = "m2" } }, link = "루드 (단위)", }, ["루드"] = { target = "rood", }, ["sqft"] = { name1 = "제곱피트", symbol = "ft<sup>2</sup>", utype = "area", scale = 0.09290304, default = "m2", }, ["제곱피트"] = { target = "sqft", }, ["sqin"] = { name1 = "제곱인치", symbol = "in<sup>2</sup>", utype = "area", scale = 0.00064516, default = "cm2", }, ["제곱인치"] = { target = "sqin", }, ["sqmi"] = { name1 = "제곱마일", symbol = "mi<sup>2</sup>", utype = "area", scale = 2589988.110336, default = "km2", }, ["제곱마일"] = { target = "sqmi", }, ["sqnmi"] = { name1 = "제곱해리", symbol = "nmi<sup>2</sup>", utype = "area", scale = 3429904, default = "km2 sqmi", link = "해리 (단위)", }, ["제곱해리"] = { target = "sqnmi", }, ["sqperch"] = { name1 = "퍼치", symbol = "perch", usename = 1, utype = "area", scale = 25.29285264, default = "sqm", link = "퍼치 (단위)", }, ["sqverst"] = { name1 = "제곱베르스타", symbol = "square verst", usename = 1, utype = "area", scale = 1138062.24, default = "km2 sqmi", link = "베르스타", }, ["제곱베르스타"] = { target = "sqverst", }, ["제곱노리"] = { target = "sqverst", }, ["sqyd"] = { name1 = "제곱야드", symbol = "yd<sup>2</sup>", utype = "area", scale = 0.83612736, default = "m2", }, ["제곱야드"] = { target = "sqyd", }, ["tsubo"] = { name1 = "평[츠보]", symbol = "평", utype = "area", scale = 3.3057851239669422, default = "m2", link = "평 (단위)", }, ["쓰보"] = { target = "tsubo", }, ["쯔보"] = { target = "tsubo", }, ["츠보"] = { target = "tsubo", }, ["1000sqft"] = { target = "sqft", multiplier= 1000, }, ["acres"] = { target = "acre", }, ["are"] = { target = "a", }, ["Cypriot donum diaeresis"] = { target = "Cypriot dönüm", }, ["Cypriot donum dots"] = { target = "Cypriot dönüm", }, ["decare"] = { target = "daa", }, ["donum diaeresis"] = { target = "dönüm", }, ["donum dots"] = { target = "dönüm", }, ["foot2"] = { target = "sqft", }, ["ft2"] = { target = "sqft", }, ["in2"] = { target = "sqin", }, ["Iraqi donum diaeresis"] = { target = "Iraqi dönüm", }, ["Iraqi donum dots"] = { target = "Iraqi dönüm", }, ["km²"] = { target = "km2", }, ["metric donum"] = { target = "donum", }, ["metric donum diaeresis"] = { target = "dönüm", }, ["metric donum dots"] = { target = "dönüm", }, ["metric dunam"] = { target = "dunam", }, ["metric dönüm"] = { target = "dönüm", }, ["mi2"] = { target = "sqmi", }, ["million acre"] = { target = "e6acre", }, ["million acres"] = { target = "e6acre", }, ["million hectares"] = { target = "e6ha", }, ["m²"] = { target = "m2", }, ["nmi2"] = { target = "sqnmi", }, ["old donum diaeresis"] = { target = "old dönüm", }, ["old donum dots"] = { target = "old dönüm", }, ["pond"] = { target = "pondemaat", }, ["sq arp"] = { target = "arpent", }, ["sqfoot"] = { target = "sqft", }, ["sqkm"] = { target = "km2", }, ["sqm"] = { target = "m2", }, ["square verst"] = { target = "sqverst", }, ["verst2"] = { target = "sqverst", }, ["yd2"] = { target = "sqyd", }, ["m2/ha"] = { name1 = "제곱미터 매 헥타르", name1_us = "square meter per hectare", name2_us = "square meters per hectare", symbol = "m<sup>2</sup>/ha", utype = "area per unit area", scale = 0.0001, default = "sqft/acre", link = "흉고단면적", }, ["sqft/acre"] = { name1 = "제곱피트 매 에이커", symbol = "sq ft/acre", utype = "area per unit area", scale = 2.295684113865932e-5, default = "m2/ha", }, ["YB"] = { name1 = "요타바이트", symbol = "YB", utype = "byte", scale = 1e24, default = "Byte", }, ["ZB"] = { name1 = "제타바이트", symbol = "ZB", utype = "byte", scale = 1e21, default = "Byte", }, ["EB"] = { name1 = "엑사바이트", symbol = "EB", utype = "byte", scale = 1e18, default = "Byte", }, ["PB"] = { name1 = "페타바이트", symbol = "PB", utype = "byte", scale = 1e15, default = "Byte", }, ["TB"] = { name1 = "테라바이트", symbol = "TB", utype = "byte", scale = 1e12, default = "Byte", }, ["GB"] = { name1 = "기가바이트", symbol = "GB", utype = "byte", scale = 1e9, default = "Byte", link = "테라바이트", }, ["MB"] = { name1 = "메가바이트", symbol = "MB", utype = "byte", scale = 1e6, default = "Byte", link = "테라바이트", }, ["KB"] = { name1 = "킬로바이트", symbol = "KB", utype = "byte", scale = 1e3, default = "Byte", }, ["Byte"] = { _name1 = "킬로바이트", _symbol = "Byte", utype = "byte", scale = 1, prefixes = 1, default = "MB", link = "바이트", }, ["YiB"] = { name1 = "요비바이트", symbol = "YiB", utype = "byte", scale = 1208925819614629174706176, default = "Byte", }, ["ZiB"] = { name1 = "제비바이트", symbol = "ZiB", utype = "byte", scale = 1180591620717411303424, default = "Byte", }, ["EiB"] = { name1 = "엑스비바이트", symbol = "EiB", utype = "byte", scale = 1152921504606846976, default = "Byte", }, ["PiB"] = { name1 = "페비바이트", symbol = "PiB", utype = "byte", scale = 1125899906842624, default = "Byte", }, ["TiB"] = { name1 = "테비바이트", symbol = "TiB", utype = "byte", scale = 1099511627776, default = "Byte", }, ["GiB"] = { name1 = "기비바이트", symbol = "GiB", utype = "byte", scale = 1073741824, default = "Byte", }, ["MiB"] = { name1 = "메비바이트", symbol = "MiB", utype = "byte", scale = 1048576, default = "Byte", }, ["KiB"] = { name1 = "키비바이트", symbol = "KiB", utype = "byte", scale = 1024, default = "Byte", }, ["B"] = { target = "Byte", }, ["kB"] = { target = "KB", }, ["cent"] = { name1 = "센트", symbol = "¢", utype = "cent", scale = 1, default = "cent", link = "센트 (통화)", }, ["¢"] = { target = "cent", }, ["A.h"] = { name1 = "암페어시", symbol = "A·h", utype = "charge", scale = 3600, default = "coulomb", }, ["coulomb"] = { _name1 = "쿨롬", _symbol = "C", utype = "charge", scale = 1, prefixes = 1, default = "e", link = "쿨롬", }, ["e"] = { name1 = "기본 전하", symbol = "''e''", utype = "charge", scale = 1.602176487e-19, default = "coulomb", }, ["A·h"] = { target = "A.h", }, ["g-mol"] = { name1 = "그램몰", symbol = "g-mol", utype = "chemical amount", scale = 1, default = "lbmol", link = "몰 (단위)", }, ["gmol"] = { name1 = "그램몰", symbol = "gmol", utype = "chemical amount", scale = 1, default = "lbmol", link = "몰 (단위)", }, ["kmol"] = { name1 = "킬로몰", symbol = "kmol", utype = "chemical amount", scale = 1000, default = "lbmol", link = "몰 (단위)", }, ["lb-mol"] = { name1 = "파운드몰", symbol = "lb-mol", utype = "chemical amount", scale = 453.59237, default = "mol", link = "몰 (단위)#Other units called \"mole\"", }, ["lbmol"] = { name1 = "파운드몰", symbol = "lbmol", utype = "chemical amount", scale = 453.59237, default = "mol", link = "몰 (단위)#Other units called \"mole\"", }, ["mol"] = { name1 = "몰", symbol = "mol", utype = "chemical amount", scale = 1, default = "lbmol", link = "몰 (단위)", }, ["kgCO2/L"] = { name1 = "킬로그램 매 리터", symbol = "kg(CO<sub>2</sub>)/L", utype = "co2 per unit volume", scale = 1000, default = "lbCO2/USgal", link = "배기가스", }, ["lbCO2/USgal"] = { name1 = "pound per US gallon", name2 = "pounds per US gallon", symbol = "lbCO2/US gal", utype = "co2 per unit volume", scale = 119.82642731689663, default = "kgCO2/L", link = "배기가스", }, ["oz/lb"] = { per = { "oz", "lb" }, utype = "concentration", default = "mg/kg", }, ["mg/kg"] = { per = { "mg", "kg" }, utype = "concentration", default = "oz/lb", }, ["$/acre"] = { per = { "$", "acre" }, utype = "cost $ per unit area", default = "$/ha", }, ["$/ha"] = { per = { "$", "ha" }, utype = "cost $ per unit area", default = "$/acre", }, ["$/m2"] = { per = { "$", "m2" }, utype = "cost $ per unit area", default = "$/sqft", }, ["$/sqft"] = { per = { "$", "sqft" }, utype = "cost $ per unit area", default = "$/m2", }, ["$/km"] = { per = { "$", "km" }, utype = "cost $ per unit length", default = "$/mi", }, ["$/mi"] = { per = { "$", "mi" }, utype = "cost $ per unit length", default = "$/km", }, ["$/kg"] = { per = { "$", "kg" }, utype = "cost $ per unit mass", default = "$/lb", }, ["$/g"] = { per = { "$", "g" }, utype = "cost $ per unit mass", default = "$/lb", }, ["$/lb"] = { per = { "$", "lb" }, utype = "cost $ per unit mass", default = "$/kg", }, ["$/oz"] = { per = { "$", "oz" }, utype = "cost $ per unit mass", default = "$/g", }, ["$/ozt"] = { per = { "$", "ozt" }, utype = "cost $ per unit mass", default = "$/kg", }, ["$/m3"] = { per = { "$", "m3" }, utype = "cost $ per unit volume", default = "$/oilbbl", }, ["$/oilbbl"] = { per = { "$", "oilbbl" }, utype = "cost $ per unit volume", default = "$/m3", }, ["£/acre"] = { per = { "£", "acre" }, utype = "cost £ per unit area", default = "£/ha", }, ["£/ha"] = { per = { "£", "ha" }, utype = "cost £ per unit area", default = "£/acre", }, ["g/dm3"] = { name1 = "그램 매 세제곱데시미터", symbol = "g/dm<sup>3</sup>", utype = "density", scale = 1, default = "kg/m3", link = "밀도", }, ["g/L"] = { name1 = "그램 매 리터", symbol = "g/L", utype = "density", scale = 1, default = "lb/cuin", link = "밀도", }, ["g/mL"] = { name1 = "그램 매 밀리리터", symbol = "g/mL", utype = "density", scale = 1000, default = "lb/cuin", link = "밀도", }, ["g/ml"] = { name1 = "그램 매 밀리리터", symbol = "g/ml", utype = "density", scale = 1000, default = "lb/cuin", link = "밀도", }, ["kg/dm3"] = { name1 = "킬로그램 매 세제곱데시미터", symbol = "kg/dm<sup>3</sup>", utype = "density", scale = 1000, default = "lb/cuft", link = "밀도", }, ["kg/L"] = { name1 = "킬로그램 매 리터", symbol = "kg/L", utype = "density", scale = 1000, default = "lb/USgal", link = "밀도", }, ["kg/l"] = { name1 = "킬로그램 매 리터", symbol = "kg/l", utype = "density", scale = 1000, default = "lb/USgal", link = "밀도", }, ["kg/m3"] = { name1 = "킬로그램 매 세제곱미터", symbol = "kg/m<sup>3</sup>", utype = "density", scale = 1, default = "lb/cuyd", link = "밀도", }, ["lb/cuft"] = { name1 = "파운드 매 세제곱피트", symbol = "lb/cu ft", utype = "density", scale = 16.018463373960142, default = "g/cm3", link = "밀도", }, ["lb/cuin"] = { name1 = "파운드 매 세제곱인치", symbol = "lb/cu in", utype = "density", scale = 27679.904710203122, default = "g/cm3", link = "밀도", }, ["lb/cuyd"] = { name1 = "파운드 매 세제곱야드", symbol = "lb/cu yd", utype = "density", scale = 0.5932764212577829, default = "kg/m3", link = "밀도", }, ["lb/impgal"] = { name1 = "pound per imperial gallon", name2 = "pounds per imperial gallon", symbol = "lb/imp gal", utype = "density", scale = 99.776372663101697, default = "kg/L", link = "밀도", }, ["lb/in3"] = { name1 = "파운드 매 세제곱인치", symbol = "lb/cu in", utype = "density", scale = 27679.904710203122, default = "g/cm3", link = "밀도", }, ["lb/U.S.gal"] = { name1 = "pound per U.S. gallon", name2 = "pounds per U.S. gallon", symbol = "lb/U.S. gal", utype = "density", scale = 119.82642731689663, default = "kg/L", link = "밀도", }, ["lb/USbu"] = { name1 = "pound per US bushel", name2 = "pounds per US bushel", symbol = "lb/US bu", utype = "density", scale = 12.871859780974471, default = "kg/m3", link = "부셸", }, ["lb/USgal"] = { name1 = "pound per US gallon", name2 = "pounds per US gallon", symbol = "lb/US gal", utype = "density", scale = 119.82642731689663, default = "kg/L", link = "밀도", }, ["lbm/cuin"] = { name1 = "pound mass per cubic inch", name2 = "pounds mass per cubic inch", symbol = "lbm/cu in", utype = "density", scale = 27679.904710203122, default = "g/cm3", link = "밀도", }, ["mg/L"] = { name1 = "milligram per litre", name2 = "밀리그램 매 리터", symbol = "mg/L", utype = "density", scale = 0.001, default = "lb/cuin", link = "밀도", }, ["oz/cuin"] = { name1 = "온스 매 세제곱인치", symbol = "oz/cu in", utype = "density", scale = 1729.9940443876951, default = "g/cm3", link = "밀도", }, ["g/cm3"] = { per = { "g", "cm3" }, utype = "density", default = "lb/cuin", }, ["g/m3"] = { per = { "g", "m3" }, utype = "density", default = "lb/cuyd", link = "밀도", }, ["Mg/m3"] = { per = { "Mg", "m3" }, utype = "density", default = "lb/cuft", }, ["mg/l"] = { per = { "mg", "l" }, utype = "density", default = "oz/cuin", }, ["µg/dL"] = { per = { "µg", "dL" }, utype = "density", default = "lb/cuin", }, ["µg/l"] = { per = { "µg", "l" }, utype = "density", 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", }, ["μg/dL"] = { target = "µg/dL", }, ["ug/l"] = { target = "µg/l", }, ["B.O.T.U."] = { name1 = "Board of Trade Unit", symbol = "B.O.T.U.", utype = "energy", scale = 3600000, default = "MJ", link = "킬로와트시", }, ["bboe"] = { name1 = "석유환산배럴", symbol = "bboe", utype = "energy", scale = 6117863200, default = "GJ", }, ["BOE"] = { name1 = "석유환산배럴", symbol = "BOE", utype = "energy", scale = 6117863200, default = "GJ", }, ["BTU"] = { name1 = "영국열량단위", symbol = "BTU", utype = "energy", scale = 1055.05585262, default = "kJ", }, ["Btu"] = { name1 = "영국열량단위", symbol = "Btu", utype = "energy", scale = 1055.05585262, default = "kJ", }, ["BTU-39F"] = { name1 = "영국열량단위 (39°F)", symbol = "BTU<sub>39°F</sub>", utype = "energy", scale = 1059.67, default = "kJ", link = "영국열량단위", }, ["Btu-39F"] = { name1 = "영국열량단위 (39°F)", symbol = "Btu<sub>39°F</sub>", utype = "energy", scale = 1059.67, default = "kJ", link = "영국열량단위", }, ["BTU-59F"] = { name1 = "영국열량단위 (59°F)", symbol = "BTU<sub>59°F</sub>", utype = "energy", scale = 1054.804, default = "kJ", link = "영국열량단위", }, ["Btu-59F"] = { name1 = "영국열량단위 (59°F)", symbol = "Btu<sub>59°F</sub>", utype = "energy", scale = 1054.804, default = "kJ", link = "영국열량단위", }, ["BTU-60F"] = { name1 = "영국열량단위 (60°F)", symbol = "BTU<sub>60°F</sub>", utype = "energy", scale = 1054.68, default = "kJ", link = "영국열량단위", }, ["Btu-60F"] = { name1 = "영국열량단위 (60°F)", symbol = "Btu<sub>60°F</sub>", utype = "energy", scale = 1054.68, default = "kJ", link = "영국열량단위", }, ["BTU-63F"] = { name1 = "영국열량단위 (63°F)", symbol = "BTU<sub>63°F</sub>", utype = "energy", scale = 1054.6, default = "kJ", link = "영국열량단위", }, ["Btu-63F"] = { name1 = "영국열량단위 (63°F)", symbol = "Btu<sub>63°F</sub>", utype = "energy", scale = 1054.6, default = "kJ", link = "영국열량단위", }, ["BTU-ISO"] = { name1 = "영국열량단위 (ISO)", symbol = "BTU<sub>ISO</sub>", utype = "energy", scale = 1055.056, default = "kJ", link = "영국열량단위", }, ["Btu-ISO"] = { target = "BTU-ISO", }, ["BTU-IT"] = { name1 = "영국열량단위 (IT)", symbol = "BTU<sub>IT</sub>", utype = "energy", scale = 1055.05585262, default = "kJ", link = "영국열량단위", }, ["Btu-IT"] = { name1 = "영국열량단위 (IT)", symbol = "Btu<sub>IT</sub>", utype = "energy", scale = 1055.05585262, default = "kJ", link = "영국열량단위", }, ["BTU-mean"] = { name1 = "영국열량단위 (mean)", symbol = "BTU<sub>mean</sub>", utype = "energy", scale = 1055.87, default = "kJ", link = "영국열량단위", }, ["Btu-mean"] = { name1 = "영국열량단위 (mean)", symbol = "Btu<sub>mean</sub>", utype = "energy", scale = 1055.87, default = "kJ", link = "영국열량단위", }, ["BTU-th"] = { name1 = "영국열량단위 (thermochemical)", symbol = "BTU<sub>th</sub>", utype = "energy", scale = 1054.35026444, default = "kJ", link = "영국열량단위", }, ["Btu-th"] = { name1 = "영국열량단위 (thermochemical)", symbol = "Btu<sub>th</sub>", utype = "energy", scale = 1054.35026444, default = "kJ", link = "영국열량단위", }, ["Cal"] = { name1 = "칼로리", symbol = "Cal", utype = "energy", scale = 4184, default = "kJ", }, ["cal"] = { name1 = "칼로리", symbol = "cal", utype = "energy", scale = 4.184, default = "J", }, ["Cal-15"] = { name1 = "칼로리 (15°C)", symbol = "Cal<sub>15</sub>", utype = "energy", scale = 4185.8, default = "kJ", link = "칼로리", }, ["cal-15"] = { name1 = "칼로리 (15°C)", symbol = "cal<sub>15</sub>", utype = "energy", scale = 4.1858, default = "J", link = "칼로리", }, ["Cal-IT"] = { name1 = "칼로리 (International Steam Table)", symbol = "Cal<sub>IT</sub>", utype = "energy", scale = 4186.8, default = "kJ", link = "칼로리", }, ["cal-IT"] = { name1 = "칼로리 (International Steam Table)", symbol = "cal<sub>IT</sub>", utype = "energy", scale = 4.1868, default = "J", link = "칼로리", }, ["Cal-th"] = { name1 = "칼로리 (thermochemical)", symbol = "Cal<sub>th</sub>", utype = "energy", scale = 4184, default = "kJ", link = "칼로리", }, ["cal-th"] = { name1 = "칼로리 (thermochemical)", symbol = "cal<sub>th</sub>", utype = "energy", scale = 4.184, default = "J", link = "칼로리", }, ["ccatm"] = { name1 = "세제곱센티미터-기압", symbol = "cc·atm", utype = "energy", scale = 0.101325, default = "mJ", link = "기압", }, ["CHU-IT"] = { name1 = "Celsius heat unit (International Table)", name2 = "Celsius heat units (International Table)", symbol = "CHU<sub>IT</sub>", utype = "energy", scale = 1899.100534716, default = "kJ", link = "Conversion of units", }, ["cm3atm"] = { name1 = "세제곱센티미터-기압", symbol = "cm<sup>3</sup>·atm", utype = "energy", scale = 0.101325, default = "mJ", link = "기압", }, ["cufootatm"] = { name1 = "cubic foot of atmosphere", symbol = "cu ft atm", utype = "energy", scale = 2869.2044809344, default = "kJ", link = "기압", }, ["cufootnaturalgas"] = { name1 = "cubic foot of natural gas", symbol = "cuftnaturalgas", usename = 1, utype = "energy", scale = 1055055.85262, default = "MJ", link = "Conversion of units", }, ["cuftatm"] = { name1 = "cubic foot of atmosphere", name2 = "cubic feet of atmosphere", symbol = "cu ft atm", utype = "energy", scale = 2869.2044809344, default = "kJ", link = "기압", }, ["cuftnaturalgas"] = { name1 = "cubic foot of natural gas", name2 = "cubic feet of natural gas", symbol = "cuftnaturalgas", usename = 1, utype = "energy", scale = 1055055.85262, default = "MJ", link = "Conversion of units", }, ["cuydatm"] = { name1 = "cubic yard of atmosphere", name2 = "cubic yards of atmosphere", symbol = "cu yd atm", utype = "energy", scale = 77468.5209852288, default = "kJ", link = "기압", }, ["Eh"] = { name1 = "하트리", symbol = "''E''<sub>h</sub>", utype = "energy", scale = 4.35974417e-18, default = "eV", link = "하트리 (단위)", }, ["erg"] = { name1 = "에르그", symbol = "erg", utype = "energy", scale = 0.0000001, default = "µJ", }, ["eV"] = { name1 = "전자볼트", symbol = "eV", utype = "energy", scale = 1.602176487e-19, default = "aJ", }, ["feV"] = { name1 = "펨토전자볼트", symbol = "feV", utype = "energy", scale = 1.602176487e-34, default = "yJ", link = "전자볼트", }, ["foe"] = { symbol = "foe", utype = "energy", scale = 1e44, default = "YJ", link = "Foe (unit)", }, ["ftlb"] = { name1 = "foot-pound", symbol = "ft·lb", utype = "energy", alttype = "torque", scale = 1.3558179483314004, default = "J", link = "Foot-pound (energy)", }, ["ftlb-f"] = { name1 = "foot-pound force", name2 = "foot-pounds force", symbol = "ft·lb<sub>f</sub>", utype = "energy", alttype = "torque", scale = 1.3558179483314004, default = "J", link = "Foot-pound (energy)", }, ["ftlbf"] = { name1 = "foot-pound force", name2 = "foot-pounds force", symbol = "ft·lbf", utype = "energy", alttype = "torque", scale = 1.3558179483314004, default = "J", link = "Foot-pound (energy)", }, ["ftpdl"] = { name1 = "foot-poundal", symbol = "ft·pdl", utype = "energy", scale = 0.0421401100938048, default = "J", }, ["GeV"] = { name1 = "기가전자볼트", symbol = "GeV", utype = "energy", scale = 1.602176487e-10, default = "nJ", link = "전자볼트", }, ["GLatm"] = { name1 = "gigalitre-atmosphere", name1_us = "gigaliter-atmosphere", symbol = "GL·atm", utype = "energy", scale = 101325000000, default = "GJ", link = "기압", }, ["Glatm"] = { name1 = "gigalitre-atmosphere", name1_us = "gigaliter-atmosphere", symbol = "Gl·atm", utype = "energy", scale = 101325000000, default = "GJ", link = "기압", }, ["gTNT"] = { name1 = "TNT 그램", symbol = "gram of TNT", usename = 1, utype = "energy", scale = 4184, default = "kJ", link = "TNT 환산", }, ["Gtoe"] = { name1 = "석유환산기가톤", symbol = "Gtoe", utype = "energy", scale = 4.1868e19, default = "EJ", link = "석유환산톤", }, ["GtonTNT"] = { name1 = "TNT 기가톤", symbol = "gigaton of TNT", usename = 1, utype = "energy", scale = 4.184e18, default = "EJ", link = "TNT 환산", }, ["GtTNT"] = { name1 = "TNT 기가톤", symbol = "gigatonne of TNT", usename = 1, utype = "energy", scale = 4.184e18, default = "EJ", link = "TNT 환산", }, ["GW.h"] = { name1 = "기가와트시", symbol = "GW·h", utype = "energy", scale = 3.6e12, default = "TJ", link = "킬로와트시", }, ["GWh"] = { name1 = "기가와트시", symbol = "GWh", utype = "energy", scale = 3.6e12, default = "TJ", link = "킬로와트시", }, ["hph"] = { name1 = "마력시", symbol = "hp·h", utype = "energy", scale = 2684519.537696172792, default = "kWh", link = "마력", }, ["impgalatm"] = { name1 = "imperial gallon-atmosphere", symbol = "imp gal·atm", utype = "energy", scale = 460.63256925, default = "J", link = "기압", }, ["inlb"] = { name1 = "inch-pound", symbol = "in·lb", utype = "energy", alttype = "torque", scale = 0.1129848290276167, default = "mJ", link = "Foot-pound (energy)", }, ["inlb-f"] = { name1 = "inch-pound force", name2 = "inch-pounds force", symbol = "in·lb<sub>f</sub>", utype = "energy", alttype = "torque", scale = 0.1129848290276167, default = "mJ", link = "Foot-pound (energy)", }, ["inlbf"] = { name1 = "inch-pound force", name2 = "inch-pounds force", symbol = "in·lbf", utype = "energy", alttype = "torque", scale = 0.1129848290276167, default = "mJ", link = "Foot-pound (energy)", }, ["inoz-f"] = { name1 = "inch-ounce force", name2 = "inch-ounces force", symbol = "in·oz<sub>f</sub>", utype = "energy", alttype = "torque", scale = 0.00706155181422604375, default = "mJ", link = "Foot-pound (energy)", }, ["inozf"] = { name1 = "inch-ounce force", name2 = "inch-ounces force", symbol = "in·ozf", utype = "energy", alttype = "torque", scale = 0.00706155181422604375, default = "mJ", link = "Foot-pound (energy)", }, ["J"] = { _name1 = "줄", _symbol = "J", utype = "energy", scale = 1, prefixes = 1, default = "cal", link = "줄 (단위)", }, ["kBOE"] = { name1 = "석유환산킬로배럴", symbol = "kBOE", utype = "energy", scale = 6.1178632e12, default = "TJ", link = "석유환산배럴", }, ["kcal"] = { name1 = "킬로칼로리", symbol = "kcal", utype = "energy", scale = 4184, default = "kJ", link = "칼로리", }, ["kcal-15"] = { name1 = "킬로칼로리 (15°C)", symbol = "kcal<sub>15</sub>", utype = "energy", scale = 4185.8, default = "kJ", link = "칼로리", }, ["kcal-IT"] = { name1 = "킬로칼로리 (International Steam Table)", symbol = "kcal<sub>IT</sub>", utype = "energy", scale = 4186.8, default = "kJ", link = "칼로리", }, ["kcal-th"] = { name1 = "킬로칼로리 (thermochemical)", symbol = "kcal<sub>th</sub>", utype = "energy", scale = 4184, default = "kJ", link = "칼로리", }, ["kerg"] = { name1 = "킬로에르그", symbol = "kerg", utype = "energy", scale = 0.0001, default = "mJ", link = "에르그", }, ["keV"] = { name1 = "킬로전자볼트", symbol = "keV", utype = "energy", scale = 1.602176487e-16, default = "fJ", link = "전자볼트", }, ["kgTNT"] = { name1 = "TNT 킬로그램", symbol = "kilogram of TNT", usename = 1, utype = "energy", scale = 4184000, default = "MJ", link = "TNT 환산", }, ["kLatm"] = { name1 = "kilolitre-atmosphere", name1_us = "kiloliter-atmosphere", symbol = "kL·atm", utype = "energy", scale = 101325, default = "kJ", link = "기압", }, ["klatm"] = { name1 = "kilolitre-atmosphere", name1_us = "kiloliter-atmosphere", symbol = "kl·atm", utype = "energy", scale = 101325, default = "kJ", link = "기압", }, ["kt(TNT)"] = { name1 = "킬로톤", symbol = "kt", utype = "energy", scale = 4.184e12, default = "TJ", link = "TNT 환산", }, ["ktoe"] = { name1 = "석유환산킬로톤", symbol = "ktoe", utype = "energy", scale = 4.1868e13, default = "TJ", link = "석유환산톤", }, ["ktonTNT"] = { name1 = "TNT 킬로톤", symbol = "kt", utype = "energy", scale = 4.184e12, default = "TJ", link = "TNT 환산", }, ["ktTNT"] = { name1 = "TNT 킬로톤", symbol = "kilotonne of TNT", usename = 1, utype = "energy", scale = 4.184e12, default = "TJ", link = "TNT 환산", }, ["kW.h"] = { name1 = "킬로와트시", symbol = "kW·h", utype = "energy", scale = 3600000, default = "MJ", }, ["kWh"] = { name1 = "킬로와트시", symbol = "kWh", utype = "energy", scale = 3600000, default = "MJ", }, ["Latm"] = { name1 = "litre-atmosphere", name1_us = "liter-atmosphere", symbol = "L·atm", utype = "energy", scale = 101.325, default = "J", link = "기압", }, ["latm"] = { name1 = "litre-atmosphere", name1_us = "liter-atmosphere", symbol = "l·atm", utype = "energy", scale = 101.325, default = "J", link = "기압", }, ["m3atm"] = { name1 = "cubic metre-atmosphere", name1_us = "cubic meter-atmosphere", symbol = "m<sup>3</sup>·atm", utype = "energy", scale = 101325, default = "kJ", link = "기압", }, ["MBtu"] = { name1 = "천 영국열량단위", symbol = "MBtu", utype = "energy", scale = 1055055.85262, default = "MJ", link = "영국열량단위", }, ["MBTU-39F"] = { name1 = "천 영국열량단위 (39°F)", symbol = "MBTU<sub>39°F</sub>", utype = "energy", scale = 1059670, default = "MJ", link = "영국열량단위", }, ["MBtu-39F"] = { name1 = "천 영국열량단위 (39°F)", symbol = "MBtu<sub>39°F</sub>", utype = "energy", scale = 1059670, default = "MJ", link = "영국열량단위", }, ["MBTU-59F"] = { name1 = "천 영국열량단위 (59°F)", symbol = "MBTU<sub>59°F</sub>", utype = "energy", scale = 1054804, default = "MJ", link = "영국열량단위", }, ["MBtu-59F"] = { name1 = "천 영국열량단위 (59°F)", symbol = "MBtu<sub>59°F</sub>", utype = "energy", scale = 1054804, default = "MJ", link = "영국열량단위", }, ["MBTU-60F"] = { name1 = "천 영국열량단위 (60°F)", symbol = "MBTU<sub>60°F</sub>", utype = "energy", scale = 1054680, default = "MJ", link = "영국열량단위", }, ["MBtu-60F"] = { name1 = "천 영국열량단위 (60°F)", symbol = "MBtu<sub>60°F</sub>", utype = "energy", scale = 1054680, default = "MJ", link = "영국열량단위", }, ["MBTU-63F"] = { name1 = "천 영국열량단위 (63°F)", symbol = "MBTU<sub>63°F</sub>", utype = "energy", scale = 1054600, default = "MJ", link = "영국열량단위", }, ["MBtu-63F"] = { name1 = "천 영국열량단위 (63°F)", symbol = "MBtu<sub>63°F</sub>", utype = "energy", scale = 1054600, default = "MJ", link = "영국열량단위", }, ["MBTU-ISO"] = { name1 = "천 영국열량단위 (ISO)", symbol = "MBTU<sub>ISO</sub>", utype = "energy", scale = 1055056, default = "MJ", link = "영국열량단위", }, ["MBtu-ISO"] = { name1 = "천 영국열량단위 (ISO)", symbol = "MBtu<sub>ISO</sub>", utype = "energy", scale = 1055056, default = "MJ", link = "영국열량단위", }, ["MBTU-IT"] = { name1 = "천 영국열량단위 (IT)", symbol = "MBTU<sub>IT</sub>", utype = "energy", scale = 1055055.85262, default = "MJ", link = "영국열량단위", }, ["MBtu-IT"] = { name1 = "천 영국열량단위 (IT)", symbol = "MBtu<sub>IT</sub>", utype = "energy", scale = 1055055.85262, default = "MJ", link = "영국열량단위", }, ["MBTU-mean"] = { name1 = "천 영국열량단위 (mean)", symbol = "MBTU<sub>mean</sub>", utype = "energy", scale = 1055870, default = "MJ", link = "영국열량단위", }, ["MBtu-mean"] = { name1 = "천 영국열량단위 (mean)", symbol = "MBtu<sub>mean</sub>", utype = "energy", scale = 1055870, default = "MJ", link = "영국열량단위", }, ["MBTU-th"] = { name1 = "천 영국열량단위 (thermochemical)", symbol = "MBTU<sub>th</sub>", utype = "energy", scale = 1054350.26444, default = "MJ", link = "영국열량단위", }, ["MBtu-th"] = { name1 = "천 영국열량단위 (thermochemical)", symbol = "MBtu<sub>th</sub>", utype = "energy", scale = 1054350.26444, default = "MJ", link = "영국열량단위", }, ["Mcal"] = { name1 = "메가칼로리", symbol = "Mcal", utype = "energy", scale = 4184000, default = "MJ", link = "칼로리", }, ["mcal"] = { name1 = "밀리칼로리", symbol = "mcal", utype = "energy", scale = 0.004184, default = "mJ", link = "칼로리", }, ["Mcal-15"] = { name1 = "메가칼로리 (15°C)", symbol = "Mcal<sub>15</sub>", utype = "energy", scale = 4185800, default = "MJ", link = "칼로리", }, ["mcal-15"] = { name1 = "밀리칼로리 (15°C)", symbol = "mcal<sub>15</sub>", utype = "energy", scale = 0.0041858, default = "mJ", link = "칼로리", }, ["Mcal-IT"] = { name1 = "메가칼로리 (International Steam Table)", symbol = "Mcal<sub>IT</sub>", utype = "energy", scale = 4186800, default = "MJ", link = "칼로리", }, ["mcal-IT"] = { name1 = "밀리칼로리 (International Steam Table)", symbol = "mcal<sub>IT</sub>", utype = "energy", scale = 0.0041868, default = "mJ", link = "칼로리", }, ["Mcal-th"] = { name1 = "메가칼로리 (thermochemical)", symbol = "Mcal<sub>th</sub>", utype = "energy", scale = 4184000, default = "MJ", link = "칼로리", }, ["mcal-th"] = { name1 = "밀리칼로리 (thermochemical)", symbol = "mcal<sub>th</sub>", utype = "energy", scale = 0.004184, default = "mJ", link = "칼로리", }, ["Merg"] = { name1 = "메가에르그", symbol = "Merg", utype = "energy", scale = 0.1, default = "J", link = "에르그", }, ["merg"] = { name1 = "밀리에르그", symbol = "merg", utype = "energy", scale = 0.0000000001, default = "µJ", link = "에르그", }, ["MeV"] = { name1 = "메가전자볼트", symbol = "MeV", utype = "energy", scale = 1.602176487e-13, default = "pJ", link = "전자볼트", }, ["meV"] = { name1 = "밀리전자볼트", symbol = "meV", utype = "energy", scale = 1.602176487e-22, default = "zJ", link = "전자볼트", }, ["MLatm"] = { name1 = "megalitre-atmosphere", name1_us = "megaliter-atmosphere", symbol = "ML·atm", utype = "energy", scale = 101325000, default = "MJ", link = "기압", }, ["Mlatm"] = { name1 = "megalitre-atmosphere", name1_us = "megaliter-atmosphere", symbol = "Ml·atm", utype = "energy", scale = 101325000, default = "MJ", link = "기압", }, ["mLatm"] = { name1 = "millilitre-atmosphere", name1_us = "milliliter-atmosphere", symbol = "L·atm", utype = "energy", scale = 0.101325, default = "mJ", link = "기압", }, ["mlatm"] = { name1 = "millilitre-atmosphere", name1_us = "milliliter-atmosphere", symbol = "l·atm", utype = "energy", scale = 0.101325, default = "mJ", link = "기압", }, ["MMBtu"] = { name1 = "백만 영국열량단위", symbol = "MMBtu", utype = "energy", scale = 1055055852.62, default = "GJ", link = "영국열량단위", }, ["MMBTU-39F"] = { name1 = "백만 영국열량단위 (39°F)", symbol = "MMBTU<sub>39°F</sub>", utype = "energy", scale = 1059670000, default = "GJ", link = "영국열량단위", }, ["MMBtu-39F"] = { name1 = "백만 영국열량단위 (39°F)", symbol = "MMBtu<sub>39°F</sub>", utype = "energy", scale = 1059670000, default = "GJ", link = "영국열량단위", }, ["MMBTU-59F"] = { name1 = "백만 영국열량단위 (59°F)", symbol = "MMBTU<sub>59°F</sub>", utype = "energy", scale = 1054804000, default = "GJ", link = "영국열량단위", }, ["MMBtu-59F"] = { name1 = "백만 영국열량단위 (59°F)", symbol = "MMBtu<sub>59°F</sub>", utype = "energy", scale = 1054804000, default = "GJ", link = "영국열량단위", }, ["MMBTU-60F"] = { name1 = "백만 영국열량단위 (60°F)", symbol = "MMBTU<sub>60°F</sub>", utype = "energy", scale = 1054680000, default = "GJ", link = "영국열량단위", }, ["MMBtu-60F"] = { name1 = "백만 영국열량단위 (60°F)", symbol = "MMBtu<sub>60°F</sub>", utype = "energy", scale = 1054680000, default = "GJ", link = "영국열량단위", }, ["MMBTU-63F"] = { name1 = "백만 영국열량단위 (63°F)", symbol = "MMBTU<sub>63°F</sub>", utype = "energy", scale = 1054600000, default = "GJ", link = "영국열량단위", }, ["MMBtu-63F"] = { name1 = "백만 영국열량단위 (63°F)", symbol = "MMBtu<sub>63°F</sub>", utype = "energy", scale = 1054600000, default = "GJ", link = "영국열량단위", }, ["MMBTU-ISO"] = { name1 = "백만 영국열량단위 (ISO)", symbol = "MMBTU<sub>ISO</sub>", utype = "energy", scale = 1055056000, default = "GJ", link = "영국열량단위", }, ["MMBtu-ISO"] = { name1 = "백만 영국열량단위 (ISO)", symbol = "MMBtu<sub>ISO</sub>", utype = "energy", scale = 1055056000, default = "GJ", link = "영국열량단위", }, ["MMBTU-IT"] = { name1 = "백만 영국열량단위 (IT)", symbol = "MMBTU<sub>IT</sub>", utype = "energy", scale = 1055055852.62, default = "GJ", link = "영국열량단위", }, ["MMBtu-IT"] = { name1 = "백만 영국열량단위 (IT)", symbol = "MMBtu<sub>IT</sub>", utype = "energy", scale = 1055055852.62, default = "GJ", link = "영국열량단위", }, ["MMBTU-mean"] = { name1 = "백만 영국열량단위 (mean)", symbol = "MMBTU<sub>mean</sub>", utype = "energy", scale = 1055870000, default = "GJ", link = "영국열량단위", }, ["MMBtu-mean"] = { name1 = "백만 영국열량단위 (mean)", symbol = "MMBtu<sub>mean</sub>", utype = "energy", scale = 1055870000, default = "GJ", link = "영국열량단위", }, ["MMBTU-th"] = { name1 = "백만 영국열량단위 (thermochemical)", symbol = "MMBTU<sub>th</sub>", utype = "energy", scale = 1054350264.44, default = "GJ", link = "영국열량단위", }, ["MMBtu-th"] = { name1 = "million British thermal units (thermochemical)", symbol = "MMBtu<sub>th</sub>", utype = "energy", scale = 1054350264.44, default = "GJ", link = "영국열량단위", }, ["Mt(TNT)"] = { name1 = "메가톤", symbol = "Mt", utype = "energy", scale = 4.184e15, default = "PJ", link = "TNT 환산", }, ["Mtoe"] = { name1 = "석유환산메가톤", symbol = "Mtoe", utype = "energy", scale = 4.1868e16, default = "PJ", link = "석유환산톤", }, ["MtonTNT"] = { name1 = "TNT 메가톤", symbol = "Mt", utype = "energy", scale = 4.184e15, default = "PJ", link = "TNT 환산", }, ["mtonTNT"] = { name1 = "TNT 밀리톤", symbol = "milliton of TNT", usename = 1, utype = "energy", scale = 4184000, default = "MJ", link = "TNT 환산", }, ["MtTNT"] = { name1 = "TNT 메가톤", symbol = "megatonne of TNT", usename = 1, utype = "energy", scale = 4.184e15, default = "PJ", link = "TNT 환산", }, ["mtTNT"] = { name1 = "TNT 밀리톤", symbol = "millitonne of TNT", usename = 1, utype = "energy", scale = 4184000, default = "MJ", link = "TNT 환산", }, ["MW.h"] = { name1 = "메가와트시", symbol = "MW·h", utype = "energy", scale = 3600000000, default = "GJ", link = "킬로와트시", }, ["mW.h"] = { name1 = "밀리와트시", symbol = "mW·h", utype = "energy", scale = 3.6, default = "J", link = "킬로와트시", }, ["MWh"] = { name1 = "메가와트시", symbol = "MWh", utype = "energy", scale = 3600000000, default = "GJ", link = "킬로와트시", }, ["mWh"] = { name1 = "밀리와트시", symbol = "mWh", utype = "energy", scale = 3.6, default = "J", link = "킬로와트시", }, ["neV"] = { name1 = "나노전자볼트", symbol = "neV", utype = "energy", scale = 1.602176487e-28, default = "yJ", link = "전자볼트", }, ["PeV"] = { name1 = "페타전자볼트", symbol = "PeV", utype = "energy", scale = 0.0001602176487, default = "mJ", link = "전자볼트", }, ["peV"] = { name1 = "피코전자볼트", symbol = "peV", utype = "energy", scale = 1.602176487e-31, default = "yJ", link = "전자볼트", }, ["quad"] = { name1 = "quadrillion British thermal units", symbol = "quad", utype = "energy", scale = 1.054804e18, default = "EJ", link = "Quad (unit)", }, ["Ry"] = { name1 = "뤼드베리", symbol = "Ry", utype = "energy", scale = 2.1798741e-18, default = "eV", link = "뤼드베리 상수", }, ["scc"] = { name1 = "standard cubic centimetre", name1_us = "standard cubic centimeter", symbol = "scc", utype = "energy", scale = 0.101325, default = "mJ", link = "기압", }, ["scf"] = { name1 = "standard cubic foot", name2 = "standard cubic feet", symbol = "scf", utype = "energy", scale = 2869.2044809344, default = "kJ", link = "기압", }, ["scfoot"] = { name1 = "standard cubic foot", symbol = "scf", utype = "energy", scale = 2869.2044809344, default = "kJ", link = "기압", }, ["scy"] = { name1 = "standard cubic yard", symbol = "scy", utype = "energy", scale = 77468.5209852288, default = "kJ", link = "기압", }, ["sl"] = { name1 = "standard litre", name1_us = "standard liter", symbol = "sl", utype = "energy", scale = 101.325, default = "J", link = "기압", }, ["t(TNT)"] = { name1 = "톤", symbol = "t", utype = "energy", scale = 4184000000, default = "GJ", link = "TNT 환산", }, ["TeV"] = { name1 = "테라전자볼트", symbol = "TeV", utype = "energy", scale = 1.602176487e-7, default = "µJ", link = "전자볼트", }, ["th"] = { name1 = "thermie", symbol = "th", utype = "energy", scale = 4186800, default = "MJ", link = "Conversion of units", }, ["thm-EC"] = { name1 = "therm (EC)", name2 = "therms (EC)", symbol = "thm (EC)", utype = "energy", scale = 105506000, default = "MJ", link = "Therm", }, ["thm-UK"] = { name1 = "therm (UK)", name2 = "therms (UK)", symbol = "thm (UK)", utype = "energy", scale = 105505585.257348, default = "MJ", link = "Therm", }, ["thm-US"] = { name1 = "therm (US)", name1_us = "therm (U.S.)", name2 = "therms (US)", name2_us = "therms (U.S.)", symbol = "thm (US)", sym_us = "thm (U.S.)", utype = "energy", scale = 105480400, default = "MJ", link = "Therm", }, ["toe"] = { name1 = "석유환산톤", symbol = "toe", utype = "energy", scale = 41868000000, default = "GJ", }, ["tonTNT"] = { name1 = "TNT 톤", symbol = "ton of TNT", usename = 1, utype = "energy", scale = 4184000000, default = "GJ", link = "TNT 환산", }, ["tTNT"] = { name1 = "TNT 톤 |", symbol = "tonne of TNT", usename = 1, utype = "energy", scale = 4184000000, default = "GJ", link = "TNT 환산", }, ["TtonTNT"] = { name1 = "TNT 테라톤 |", symbol = "teraton of TNT", usename = 1, utype = "energy", scale = 4.184e21, default = "ZJ", link = "TNT 환산", }, ["TtTNT"] = { name1 = "TNT 테라톤 |", symbol = "teratonne of TNT", usename = 1, utype = "energy", scale = 4.184e21, default = "ZJ", link = "TNT 환산", }, ["TW.h"] = { name1 = "테라와트시", symbol = "TW·h", utype = "energy", scale = 3.6e15, default = "PJ", link = "킬로와트시", }, ["TWh"] = { name1 = "테라와트시", symbol = "TWh", utype = "energy", scale = 3.6e15, default = "PJ", link = "킬로와트시", }, ["USgalatm"] = { name1 = "US gallon-atmosphere", name1_us = "U.S. gallon-atmosphere", symbol = "US gal·atm", sym_us = "U.S. gal·atm", utype = "energy", scale = 383.5568490138, default = "J", link = "기압", }, ["W.h"] = { name1 = "와트시", symbol = "W·h", utype = "energy", scale = 3600, default = "kJ", link = "킬로와트시", }, ["Wh"] = { name1 = "와트시", symbol = "Wh", utype = "energy", scale = 3600, default = "kJ", link = "킬로와트시", }, ["µerg"] = { name1 = "마이크로에르그", symbol = "µerg", utype = "energy", scale = 1e-13, default = "nJ", link = "에르그", }, ["µeV"] = { name1 = "마이크로전자볼트", symbol = "µeV", utype = "energy", scale = 1.602176487e-25, default = "yJ", link = "전자볼트", }, ["µLatm"] = { name1 = "microlitre-atmosphere", name1_us = "microliter-atmosphere", symbol = "µL·atm", utype = "energy", scale = 0.000101325, default = "µJ", link = "기압", }, ["µlatm"] = { name1 = "microlitre-atmosphere", name1_us = "microliter-atmosphere", symbol = "µl·atm", utype = "energy", scale = 0.000101325, default = "µJ", link = "기압", }, ["µtonTNT"] = { name1 = "TNT 마이크로톤", symbol = "microton of TNT", usename = 1, utype = "energy", scale = 4184, default = "kJ", link = "TNT 환산", }, ["µtTNT"] = { name1 = "TNT 마이크로톤", symbol = "microtonne of TNT", usename = 1, utype = "energy", scale = 4184, default = "kJ", link = "TNT 환산", }, ["µW.h"] = { name1 = "마이크로와트시", symbol = "µW·h", utype = "energy", scale = 0.0036, default = "mJ", link = "킬로와트시", }, ["µWh"] = { name1 = "마이크로와트시", symbol = "µWh", utype = "energy", scale = 0.0036, default = "mJ", link = "킬로와트시", }, ["-kW.h"] = { target = "kW.h", }, ["btu"] = { target = "BTU", }, ["Calorie"] = { target = "Cal", }, ["ft.lbf"] = { target = "ftlbf", }, ["ft·lb-f"] = { target = "ftlb-f", }, ["ft·lbf"] = { target = "ftlbf", }, ["g-cal-15"] = { target = "cal-15", }, ["g-cal-IT"] = { target = "cal-IT", }, ["g-cal-th"] = { target = "cal-th", }, ["g-kcal-15"] = { target = "kcal-15", }, ["g-kcal-IT"] = { target = "kcal-IT", }, ["g-kcal-th"] = { target = "kcal-th", }, ["g-Mcal-15"] = { target = "Mcal-15", }, ["g-mcal-15"] = { target = "mcal-15", }, ["g-Mcal-IT"] = { target = "Mcal-IT", }, ["g-mcal-IT"] = { target = "mcal-IT", }, ["g-Mcal-th"] = { target = "Mcal-th", }, ["g-mcal-th"] = { target = "mcal-th", }, ["GW-h"] = { target = "GW.h", }, ["GW·h"] = { target = "GW.h", }, ["Hartree"] = { target = "Eh", }, ["hp.h"] = { target = "hph", }, ["hp·h"] = { target = "hph", }, ["in.lb-f"] = { target = "inlb-f", }, ["in.lbf"] = { target = "inlbf", }, ["in.oz-f"] = { target = "inoz-f", }, ["in.ozf"] = { target = "inozf", }, ["in·lb-f"] = { target = "inlb-f", }, ["in·lbf"] = { target = "inlbf", }, ["in·oz-f"] = { target = "inoz-f", }, ["in·ozf"] = { target = "inozf", }, ["kbboe"] = { target = "kBOE", symbol = "kbboe", }, ["kg-cal-15"] = { target = "Cal-15", }, ["kg-cal-IT"] = { target = "Cal-IT", }, ["kg-cal-th"] = { target = "Cal-th", }, ["kW-h"] = { target = "kW.h", }, ["kW·h"] = { target = "kW.h", }, ["MW-h"] = { target = "MW.h", }, ["mW-h"] = { target = "mW.h", }, ["MW·h"] = { target = "MW.h", }, ["mW·h"] = { target = "mW.h", }, ["TW-h"] = { target = "TW.h", }, ["TW·h"] = { target = "TW.h", }, ["U.S.galatm"] = { target = "USgalatm", sp_us = true, }, ["uerg"] = { target = "µerg", }, ["ueV"] = { target = "µeV", }, ["uLatm"] = { target = "µLatm", }, ["ulatm"] = { target = "µlatm", }, ["usgalatm"] = { target = "USgalatm", }, ["utonTNT"] = { target = "µtonTNT", }, ["utTNT"] = { target = "µtTNT", }, ["uW-h"] = { target = "µW.h", }, ["uW.h"] = { target = "µW.h", }, ["uWh"] = { target = "µWh", }, ["uW·h"] = { target = "µW.h", }, ["W-h"] = { target = "W.h", }, ["W·h"] = { target = "W.h", }, ["µW-h"] = { target = "µW.h", }, ["µW·h"] = { target = "µW.h", }, ["μerg"] = { target = "µerg", }, ["μeV"] = { target = "µeV", }, ["μLatm"] = { target = "µLatm", }, ["μlatm"] = { target = "µlatm", }, ["μtonTNT"] = { target = "µtonTNT", }, ["μtTNT"] = { target = "µtTNT", }, ["μW-h"] = { target = "µW.h", }, ["μW.h"] = { target = "µW.h", }, ["μWh"] = { target = "µWh", }, ["μW·h"] = { target = "µW.h", }, ["kcal/mol"] = { per = { "kcal", "mol" }, utype = "energy per chemical amount", default = "kJ/mol", link = "킬로칼로리 매 몰", }, ["kJ/mol"] = { per = { "kJ", "mol" }, utype = "energy per chemical amount", default = "kcal/mol", link = "줄 매 몰", }, ["kWh/100 km"] = { name1 = "kilowatt-hour per 100 kilometres", name1_us = "kilowatt-hour per 100 kilometers", name2 = "kilowatt-hours per 100 kilometres", name2_us = "kilowatt-hours per 100 kilometers", symbol = "kW·h/100 km", utype = "energy per unit length", scale = 36, default = "MJ/km kWh/mi", link = "킬로와트시", }, ["kWh/100 mi"] = { name1 = "kilowatt-hour per 100 miles", name2 = "kilowatt-hours per 100 miles", symbol = "kW-hrs/100 mi", utype = "energy per unit length", scale = 22.3694, default = "mpge", link = "Miles per gallon gasoline equivalent", }, ["MJ/100 km"] = { name1 = "megajoule per 100 kilometres", name1_us = "megajoule per 100 kilometers", name2 = "megajoules per 100 kilometres", name2_us = "megajoules per 100 kilometers", symbol = "MJ/100 km", utype = "energy per unit length", scale = 10, default = "BTU/mi", link = "영국열량단위", }, ["mpge"] = { name1 = "mile per gallon gasoline equivalent", name2 = "miles per gallon gasoline equivalent", symbol = "mpg-e", utype = "energy per unit length", scale = 13e-6, invert = -1, iscomplex= true, default = "kWh/100 mi", link = "Miles per gallon gasoline equivalent", }, ["BTU/mi"] = { per = { "BTU", "mi" }, utype = "energy per unit length", default = "v > 1525 ! M ! k ! J/km", }, ["kJ/km"] = { per = { "kJ", "km" }, utype = "energy per unit length", default = "BTU/mi", }, ["kWh/km"] = { per = { "-kW.h", "km" }, utype = "energy per unit length", default = "MJ/km kWh/mi", }, ["kWh/mi"] = { per = { "-kW.h", "mi" }, utype = "energy per unit length", default = "kWh/km MJ/km", }, ["MJ/km"] = { per = { "MJ", "km" }, utype = "energy per unit length", default = "BTU/mi", }, ["mpg-e"] = { target = "mpge", }, ["BTU/lb"] = { name1 = "British thermal unit per pound", name2 = "British thermal units per pound", symbol = "BTU/lb", utype = "energy per unit mass", scale = 429.92261414790346, default = "kJ/kg", link = "영국열량단위", }, ["cal/g"] = { name1 = "calorie per gram", name2 = "calories per gram", symbol = "cal/g", utype = "energy per unit mass", scale = 4184, default = "J/g", }, ["GJ/kg"] = { name1 = "gigajoule per kilogram", name2 = "gigajoules per kilogram", symbol = "GJ/kg", utype = "energy per unit mass", scale = 1e9, default = "ktTNT/t", link = "줄 (단위)", }, ["J/g"] = { name1 = "joule per gram", name2 = "joules per gram", symbol = "J/g", utype = "energy per unit mass", scale = 1000, default = "kcal/g", link = "줄 (단위)", }, ["kcal/g"] = { name1 = "kilocalorie per gram", name2 = "kilocalories per gram", symbol = "kcal/g", utype = "energy per unit mass", scale = 4184000, default = "kJ/g", }, ["kJ/g"] = { name1 = "kilojoule per gram", name2 = "kilojoules per gram", symbol = "kJ/g", utype = "energy per unit mass", scale = 1000000, default = "kcal/g", link = "줄 (단위)", }, ["kJ/kg"] = { name1 = "kilojoule per kilogram", name2 = "kilojoules per kilogram", symbol = "kJ/kg", utype = "energy per unit mass", scale = 1000, default = "BTU/lb", }, ["ktonTNT/MT"] = { name2 = "kilotons of TNT per metric ton", symbol = "kiloton of TNT per metric ton", usename = 1, utype = "energy per unit mass", scale = 4184000000, default = "GJ/kg", link = "TNT 환산", }, ["ktTNT/t"] = { name2 = "kilotonnes of TNT per tonne", symbol = "kilotonne of TNT per tonne", usename = 1, utype = "energy per unit mass", scale = 4184000000, default = "GJ/kg", link = "TNT 환산", }, ["MtonTNT/MT"] = { name2 = "megatons of TNT per metric ton", symbol = "megaton of TNT per metric ton", usename = 1, utype = "energy per unit mass", scale = 4.184e12, default = "TJ/kg", link = "TNT 환산", }, ["MtTNT/MT"] = { name2 = "megatonnes of TNT per tonne", symbol = "megatonne of TNT per tonne", usename = 1, utype = "energy per unit mass", scale = 4.184e12, default = "TJ/kg", link = "TNT 환산", }, ["TJ/kg"] = { name1 = "terajoule per kilogram", name2 = "terajoules per kilogram", symbol = "TJ/kg", utype = "energy per unit mass", scale = 1e12, default = "MtTNT/MT", link = "줄 (단위)", }, ["Cal/g"] = { per = { "Cal", "g" }, utype = "energy per unit mass", default = "kJ/g", }, ["BTU/cuft"] = { per = { "BTU", "cuft" }, utype = "energy per unit volume", default = "kJ/L", }, ["Cal/12USoz(mL)serve"] = { per = { "Cal", "-12USoz(mL)serve" }, utype = "energy per unit volume", default = "kJ/L", }, ["Cal/12USoz(ml)serve"] = { per = { "Cal", "-12USoz(ml)serve" }, utype = "energy per unit volume", default = "kJ/l", }, ["Cal/12USozserve"] = { per = { "Cal", "-12USozserve" }, utype = "energy per unit volume", default = "kJ/L", }, ["Cal/USoz"] = { per = { "Cal", "USoz" }, utype = "energy per unit volume", default = "kJ/ml", }, ["kJ/L"] = { per = { "kJ", "L" }, utype = "energy per unit volume", default = "BTU/cuft", }, ["kJ/l"] = { per = { "kJ", "l" }, utype = "energy per unit volume", default = "BTU/cuft", }, ["kJ/ml"] = { per = { "kJ", "ml" }, utype = "energy per unit volume", default = "Cal/USoz", }, ["MJ/m3"] = { per = { "MJ", "m3" }, utype = "energy per unit volume", default = "BTU/cuft", }, ["Sv"] = { _name1 = "sievert", _symbol = "Sv", utype = "equivalent radiation dose", scale = 1, prefixes = 1, default = "rem", link = "Sievert", }, ["rem"] = { _name1 = "rem", _symbol = "rem", utype = "equivalent radiation dose", scale = 0.01, prefixes = 1, default = "Sv", link = "Roentgen equivalent man", }, ["g/km"] = { name1 = "gram per kilometre", name1_us = "gram per kilometer", name2 = "grams per kilometre", name2_us = "grams per kilometer", symbol = "g/km", utype = "exhaust emission", scale = 1e-6, default = "oz/mi", link = "배기가스", }, ["g/mi"] = { name1 = "gram per mile", name2 = "grams per mile", symbol = "g/mi", utype = "exhaust emission", scale = 6.2137119223733397e-7, default = "g/km", link = "배기가스", }, ["gCO2/km"] = { name1 = "gram of CO<sub>2</sub> per kilometre", name1_us = "gram of CO<sub>2</sub> per kilometer", name2 = "grams of CO<sub>2</sub> per kilometre", name2_us = "grams of CO<sub>2</sub> per kilometer", symbol = "g(CO<sub>2</sub>)/km", utype = "exhaust emission", scale = 1e-6, default = "ozCO2/mi", link = "배기가스", }, ["gCO2/mi"] = { name1 = "gram of CO<sub>2</sub> per mile", name2 = "grams of CO<sub>2</sub> per mile", symbol = "g(CO<sub>2</sub>)/mi", utype = "exhaust emission", scale = 6.2137119223733397e-7, default = "gCO2/km", link = "배기가스", }, ["kg/km"] = { name1 = "kilogram per kilometre", name1_us = "kilogram per kilometer", name2 = "kilograms per kilometre", name2_us = "kilograms per kilometer", symbol = "kg/km", utype = "exhaust emission", scale = 0.001, default = "lb/mi", link = "배기가스", }, ["kgCO2/km"] = { name1 = "kilogram of CO<sub>2</sub> per kilometre", name1_us = "kilogram of CO<sub>2</sub> per kilometer", name2 = "kilograms of CO<sub>2</sub> per kilometre", name2_us = "kilograms of CO<sub>2</sub> per kilometer", symbol = "kg(CO<sub>2</sub>)/km", utype = "exhaust emission", scale = 0.001, default = "lbCO2/mi", link = "배기가스", }, ["lb/mi"] = { name1 = "pound per mile", name2 = "pounds per mile", symbol = "lb/mi", utype = "exhaust emission", scale = 0.00028184923173665794, default = "kg/km", link = "배기가스", }, ["lbCO2/mi"] = { name1 = "pound of CO<sub>2</sub> per mile", name2 = "pounds of CO<sub>2</sub> per mile", symbol = "lb(CO<sub>2</sub>)/mi", utype = "exhaust emission", scale = 0.00028184923173665794, default = "kgCO2/km", link = "배기가스", }, ["oz/mi"] = { name1 = "ounce per mile", name2 = "ounces per mile", symbol = "oz/mi", utype = "exhaust emission", scale = 1.7615576983541121e-5, default = "g/km", link = "배기가스", }, ["ozCO2/mi"] = { name1 = "ounce of CO<sub>2</sub> per mile", name2 = "ounces of CO<sub>2</sub> per mile", symbol = "oz(CO<sub>2</sub>)/mi", utype = "exhaust emission", scale = 1.7615576983541121e-5, default = "gCO2/km", link = "배기가스", }, ["cuft/a"] = { name1 = "cubic foot per annum", name2 = "cubic feet per annum", symbol = "cu ft/a", utype = "flow", scale = 8.9730672142368242e-10, default = "m3/a", link = "Cubic foot per second", }, ["cuft/d"] = { name1 = "cubic foot per day", name2 = "cubic feet per day", symbol = "cu ft/d", utype = "flow", scale = 3.2774128000000003e-7, default = "m3/d", link = "Cubic foot per second", }, ["cuft/h"] = { name1 = "cubic foot per hour", name2 = "cubic feet per hour", symbol = "cu ft/h", utype = "flow", scale = 7.8657907200000004e-6, default = "m3/h", link = "Cubic foot per second", }, ["cuft/min"] = { name1 = "cubic foot per minute", name2 = "cubic feet per minute", symbol = "cu ft/min", utype = "flow", scale = 0.00047194744319999999, default = "m3/min", link = "Cubic foot#cubic foot per second", }, ["cuft/s"] = { name1 = "cubic foot per second", name2 = "cubic feet per second", symbol = "cu ft/s", utype = "flow", scale = 28316846592e-12, default = "m3/s", }, ["cumi/a"] = { name1 = "cubic mile per annum", name2 = "cubic miles per annum", symbol = "cu mi/a", utype = "flow", scale = 132.08171170940057, default = "km3/a", link = "Cubic foot per second", }, ["cuyd/h"] = { name1 = "cubic yard per hour", name2 = "cubic yards per hour", symbol = "cuyd/h", utype = "flow", scale = 0.00021237634944000001, default = "m3/h", link = "Cubic foot per minute", }, ["cuyd/s"] = { name1 = "cubic yard per second", name2 = "cubic yards per second", symbol = "cu yd/s", utype = "flow", scale = 0.76455485798400002, default = "m3/s", }, ["Goilbbl/a"] = { name1 = "billion barrels per year", symbol = "Gbbl/a", utype = "flow", scale = 5.0380033629933836, default = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3/a", link = "Barrel per day", }, ["impgal/h"] = { name1 = "imperial gallon per hour", name2 = "imperial gallons per hour", symbol = "imp gal/h", utype = "flow", scale = 1.2628027777777779e-6, default = "m3/h", link = "Gallon", }, ["impgal/min"] = { name1 = "imperial gallon per minute", name2 = "imperial gallons per minute", symbol = "imp gal/min", utype = "flow", scale = 7.5768166666666671e-5, default = "m3/s", link = "Gallon", }, ["impgal/s"] = { name1 = "imperial gallon per second", name2 = "imperial gallons per second", symbol = "impgal/s", utype = "flow", scale = 0.00454609, default = "m3/s", link = "Imperial gallons per second", }, ["km3/a"] = { name1 = "cubic kilometre per annum", name1_us = "cubic kilometer per annum", name2 = "cubic kilometres per annum", name2_us = "cubic kilometers per annum", symbol = "km<sup>3</sup>/a", utype = "flow", scale = 31.68808781402895, default = "cumi/a", link = "Cubic metre per second", }, ["km3/d"] = { name1 = "cubic kilometre per day", name1_us = "cubic kilometer per day", name2 = "cubic kilometres per day", name2_us = "cubic kilometers per day", symbol = "km<sup>3</sup>/d", utype = "flow", scale = 11574.074074074075, default = "cuft/d", link = "Cubic metre per second", }, ["koilbbl/a"] = { name1 = "thousand barrels per year", symbol = "kbbl/a", utype = "flow", scale = 5.0380033629933841e-6, default = "v * 1.58987294928 < 10 ! ! e3 ! m3/a", link = "Barrel per day", }, ["koilbbl/d"] = { name1 = "thousand barrels per day", symbol = "kbbl/d", utype = "flow", scale = 0.0018401307283333335, default = "v * 1.58987294928 < 10 ! ! e3 ! m3/d", link = "Barrel per day", }, ["L/h"] = { name1 = "litre per hour", name1_us = "liter per hour", name2 = "litres per hour", name2_us = "liters per hour", symbol = "L/h", utype = "flow", scale = 2.7777777777777776e-7, default = "impgal/h USgal/h", link = "Cubic metre per second", }, ["L/min"] = { name1 = "litre per minute", name1_us = "liter per minute", name2 = "litres per minute", name2_us = "liters per minute", symbol = "L/min", utype = "flow", scale = 1.6666666666666667e-5, default = "impgal/min USgal/min", link = "Cubic metre per second", }, ["L/s"] = { name1 = "litre per second", name1_us = "liter per second", name2 = "litres per second", name2_us = "liters per second", symbol = "L/s", utype = "flow", scale = 0.001, default = "cuft/s", link = "Cubic metre per second", }, ["m3/a"] = { name1 = "cubic metre per annum", name1_us = "cubic meter per annum", name2 = "cubic metres per annum", name2_us = "cubic meters per annum", symbol = "m<sup>3</sup>/a", utype = "flow", scale = 3.1688087814028947e-8, default = "cuft/a", link = "Cubic metre per second", }, ["m3/d"] = { name1 = "cubic metre per day", name1_us = "cubic meter per day", name2 = "cubic metres per day", name2_us = "cubic meters per day", symbol = "m<sup>3</sup>/d", utype = "flow", scale = 1.1574074074074073e-5, default = "cuft/d", link = "Cubic metre per second", }, ["m3/h"] = { name1 = "cubic metre per hour", name1_us = "cubic meter per hour", name2 = "cubic metres per hour", name2_us = "cubic meters per hour", symbol = "m<sup>3</sup>/h", utype = "flow", scale = 0.00027777777777777778, default = "cuft/h", link = "Cubic metre per second", }, ["m3/min"] = { name1 = "cubic metre per minute", name1_us = "cubic meter per minute", name2 = "cubic metres per minute", name2_us = "cubic meters per minute", symbol = "m<sup>3</sup>/min", utype = "flow", scale = 0.016666666666666666, default = "cuft/min", link = "Cubic metre per second", }, ["m3/s"] = { name1 = "cubic metre per second", name1_us = "cubic meter per second", name2 = "cubic metres per second", name2_us = "cubic meters per second", symbol = "m<sup>3</sup>/s", utype = "flow", scale = 1, default = "cuft/s", }, ["Moilbbl/a"] = { name1 = "million barrels per year", symbol = "Mbbl/a", utype = "flow", scale = 0.0050380033629933837, default = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/a", link = "Barrel per day", }, ["Moilbbl/d"] = { name1 = "million barrels per day", symbol = "Mbbl/d", utype = "flow", scale = 1.8401307283333335, default = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3/d", link = "Barrel per day", }, ["oilbbl/a"] = { name1 = "barrel per year", name2 = "barrels per year", symbol = "bbl/a", utype = "flow", scale = 5.0380033629933841e-9, default = "m3/a", link = "Barrel per day", }, ["oilbbl/d"] = { name1 = "barrel per day", name2 = "barrels per day", symbol = "bbl/d", utype = "flow", scale = 1.8401307283333336e-6, default = "m3/d", }, ["Toilbbl/a"] = { name1 = "trillion barrels per year", symbol = "Tbbl/a", utype = "flow", scale = 5038.0033629933832, default = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3/a", link = "Barrel per day", }, ["U.S.gal/d"] = { name1 = "U.S. gallon per day", name2 = "U.S. gallons per day", symbol = "U.S. gal/d", utype = "flow", scale = 4.3812636388888893e-8, default = "m3/s", customary= 1, }, ["U.S.gal/h"] = { name1 = "gallon per hour", name2 = "gallons per hour", symbol = "gal/h", utype = "flow", scale = 1.0515032733333334e-6, default = "m3/h", link = "Gallon", customary= 3, }, ["U.S.gal/min"] = { name1 = "U.S. gallon per minute", name2 = "U.S. gallons per minute", symbol = "U.S. gal/min", utype = "flow", scale = 6.3090196400000003e-5, default = "m3/s", link = "Gallon", }, ["USgal/a"] = { name1 = "US gallon per year", name2 = "US gallons per year", symbol = "US gal/a", utype = "flow", scale = 1.1995246102365199e-10, default = "m3/s", link = "US gallon per day", }, ["USgal/d"] = { name1 = "US gallon per day", name2 = "US gallons per day", symbol = "US gal/d", utype = "flow", scale = 4.3812636388888893e-8, default = "m3/s", }, ["USgal/h"] = { name1 = "gallon per hour", name2 = "gallons per hour", symbol = "gal/h", utype = "flow", scale = 1.0515032733333334e-6, default = "m3/h", link = "Gallon", customary= 1, }, ["USgal/min"] = { name1 = "US gallon per minute", name2 = "US gallons per minute", symbol = "US gal/min", utype = "flow", scale = 6.3090196400000003e-5, default = "m3/s", link = "Gallon", }, ["USgal/s"] = { name1 = "US gallon per second", name1_us = "U.S. gallon per second", name2 = "US gallons per second", name2_us = "U.S. gallons per second", symbol = "USgal/s", utype = "flow", scale = 0.003785411784, default = "m3/s", link = "US gallons per second", }, ["ft3/a"] = { target = "cuft/a", }, ["ft3/d"] = { target = "cuft/d", }, ["ft3/h"] = { target = "cuft/h", }, ["ft3/s"] = { target = "cuft/s", }, ["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 = "U.S.gal/min", }, ["usgal/min"] = { target = "USgal/min", }, ["-LTf"] = { name1 = "롱톤힘", symbol = "LTf", utype = "force", scale = 9964.01641818352, default = "kN", }, ["-STf"] = { name1 = "쇼트톤힘", symbol = "STf", utype = "force", scale = 8896.443230521, default = "kN", }, ["dyn"] = { name1 = "다인", symbol = "dyn", utype = "force", scale = 0.00001, default = "gr-f", }, ["g-f"] = { name1 = "그램힘", symbol = "g<sub>f</sub>", utype = "force", scale = 0.00980665, default = "mN oz-f", link = "킬로그램힘", }, ["gf"] = { name1 = "그램힘", symbol = "gf", utype = "force", scale = 0.00980665, default = "mN ozf", link = "킬로그램힘", }, ["gr-f"] = { name1 = "그레인힘", symbol = "gr<sub>f</sub>", utype = "force", scale = 0.0006354602307515, default = "µN", link = "파운드힘", }, ["grf"] = { name1 = "그레인힘", symbol = "grf", utype = "force", scale = 0.0006354602307515, default = "µN", link = "파운드힘", }, ["kdyn"] = { name1 = "kilodyne", symbol = "kdyn", utype = "force", scale = 0.01, default = "oz-f", link = "다인", }, ["kg-f"] = { name1 = "킬로그램힘", symbol = "kg<sub>f</sub>", utype = "force", scale = 9.80665, default = "N lb-f", }, ["kgf"] = { name1 = "킬로그램힘", symbol = "kgf", utype = "force", scale = 9.80665, default = "N lbf", }, ["kp"] = { name1 = "킬로폰드", symbol = "kp", utype = "force", scale = 9.80665, default = "N lb-f", link = "킬로그램힘", }, ["L/T-f"] = { name1 = "롱톤힘", symbol = "L/T<sub>f</sub>", utype = "force", scale = 9964.01641818352, default = "kN", }, ["L/Tf"] = { name1 = "롱톤힘", symbol = "L/Tf", utype = "force", scale = 9964.01641818352, default = "kN", }, ["lb-f"] = { name1 = "파운드힘", symbol = "lb<sub>f</sub>", utype = "force", scale = 4.4482216152605, default = "N", }, ["lbf"] = { name1 = "파운드힘", symbol = "lbf", utype = "force", scale = 4.4482216152605, default = "N", }, ["lb(f)"] = { name1 = "파운드", symbol = "lb", utype = "force", scale = 4.4482216152605, default = "N", link = "파운드힘", }, ["LT-f"] = { name1 = "롱톤힘", symbol = "LT<sub>f</sub>", utype = "force", scale = 9964.01641818352, default = "kN", }, ["LTf"] = { name1 = "롱톤힘", symbol = "LTf", usename = 1, utype = "force", scale = 9964.01641818352, default = "kN", }, ["Mdyn"] = { name1 = "메가다인", symbol = "Mdyn", utype = "force", scale = 10, default = "lb-f", link = "다인", }, ["mdyn"] = { name1 = "밀리다인", symbol = "mdyn", utype = "force", scale = 0.00000001, default = "gr-f", link = "다인", }, ["mg-f"] = { name1 = "밀리그램힘", symbol = "mg<sub>f</sub>", utype = "force", scale = 0.00000980665, default = "µN gr-f", link = "킬로그램힘", }, ["mgf"] = { name1 = "밀리그램힘", symbol = "mgf", utype = "force", scale = 0.00000980665, default = "µN grf", link = "킬로그램힘", }, ["Mp"] = { name1 = "메가폰드", symbol = "Mp", utype = "force", scale = 9806.65, default = "kN LT-f ST-f", link = "킬로그램힘", }, ["mp"] = { name1 = "밀리폰드", symbol = "mp", utype = "force", scale = 0.00000980665, default = "µN gr-f", link = "킬로그램힘", }, ["N"] = { _name1 = "뉴턴", _symbol = "N", utype = "force", scale = 1, prefixes = 1, default = "lb-f", link = "뉴턴 (단위)", }, ["oz-f"] = { name1 = "온스힘", symbol = "oz<sub>f</sub>", utype = "force", scale = 0.2780138203095378125, default = "mN", link = "파운드힘", }, ["ozf"] = { name1 = "온스힘", symbol = "ozf", utype = "force", scale = 0.2780138203095378125, default = "mN", link = "파운드힘", }, ["p"] = { name1 = "폰드", symbol = "p", utype = "force", scale = 0.00980665, default = "mN oz-f", link = "킬로그램힘", }, ["pdl"] = { name1 = "파운달", symbol = "pdl", utype = "force", scale = 0.138254954376, default = "N", }, ["S/T-f"] = { name1 = "쇼트톤힘", symbol = "S/T<sub>f</sub>", utype = "force", scale = 8896.443230521, default = "kN", }, ["S/Tf"] = { name1 = "쇼트톤힘", symbol = "S/Tf", utype = "force", scale = 8896.443230521, default = "kN", }, ["ST-f"] = { name1 = "쇼트톤힘", symbol = "ST<sub>f</sub>", utype = "force", scale = 8896.443230521, default = "kN", }, ["STf"] = { name1 = "쇼트톤힘", symbol = "STf", usename = 1, utype = "force", scale = 8896.443230521, default = "kN", }, ["t-f"] = { name1 = "톤힘", symbol = "t<sub>f</sub>", utype = "force", scale = 9806.65, default = "kN LT-f ST-f", }, ["tf"] = { name1 = "톤힘", symbol = "tf", utype = "force", scale = 9806.65, default = "kN LTf STf", }, ["dyne"] = { target = "dyn", }, ["newtons"] = { target = "N", }, ["poundal"] = { target = "pdl", }, ["tonne-force"] = { target = "tf", }, ["impgal/mi"] = { per = { "@impgal", "mi" }, utype = "fuel efficiency", invert = 1, iscomplex= true, default = "l/km USgal/mi", }, ["km/L"] = { per = { "km", "L" }, utype = "fuel efficiency", invert = -1, iscomplex= true, default = "mpgimp mpgus", }, ["km/l"] = { per = { "km", "l" }, utype = "fuel efficiency", invert = -1, iscomplex= true, default = "mpgimp mpgus", }, ["L/100 km"] = { per = { "L", "100km" }, utype = "fuel efficiency", invert = 1, iscomplex= true, default = "mpgimp mpgus", symlink = "[[Fuel economy in automobiles#Units of measure|L/100 km]]", }, ["l/100 km"] = { per = { "l", "100km" }, utype = "fuel efficiency", invert = 1, iscomplex= true, default = "mpgimp mpgus", symlink = "[[Fuel economy in automobiles#Units of measure|l/100 km]]", }, ["L/km"] = { per = { "L", "km" }, utype = "fuel efficiency", invert = 1, iscomplex= true, default = "mpgimp mpgus", }, ["l/km"] = { per = { "l", "km" }, utype = "fuel efficiency", invert = 1, iscomplex= true, default = "mpgimp mpgus", }, ["mi/impqt"] = { per = { "mi", "impqt" }, utype = "fuel efficiency", invert = -1, iscomplex= true, default = "km/L", }, ["mi/U.S.qt"] = { per = { "mi", "U.S.qt" }, utype = "fuel efficiency", invert = -1, iscomplex= true, default = "km/L", }, ["mi/USqt"] = { per = { "mi", "USqt" }, utype = "fuel efficiency", invert = -1, iscomplex= true, default = "km/L", }, ["mi/usqt"] = { per = { "mi", "usqt" }, utype = "fuel efficiency", invert = -1, iscomplex= true, default = "km/L", }, ["mpgimp"] = { per = { "mi", "@impgal" }, symbol = "mpg<sub><small>-imp</small></sub>", utype = "fuel efficiency", invert = -1, iscomplex= true, default = "L/100 km+mpgus", symlink = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub><small>-[[Imperial units|imp]]</small></sub>", }, ["mpgus"] = { per = { "mi", "+USgal" }, symbol = "mpg<sub><small>-US</small></sub>", utype = "fuel efficiency", invert = -1, iscomplex= true, default = "L/100 km+mpgimp", symlink = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub><small>-[[United States customary units|US]]</small></sub>", }, ["U.S.gal/mi"] = { per = { "*U.S.gal", "mi" }, sp_us = true, utype = "fuel efficiency", invert = 1, iscomplex= true, default = "l/km impgal/mi", }, ["usgal/mi"] = { per = { "+USgal", "mi" }, utype = "fuel efficiency", invert = 1, iscomplex= true, default = "l/km impgal/mi", }, ["L/100km"] = { target = "L/100 km", }, ["l/100km"] = { target = "l/100 km", }, ["mpg"] = { shouldbe = "Use %{mpgus%} for miles per US gallon or %{mpgimp%} for miles per imperial gallon (not %{mpg%})", }, ["mpgU.S."] = { target = "mpgus", symbol = "mpg<sub><small>-U.S.</small></sub>", sp_us = true, symlink = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub><small>-[[United States customary units|U.S.]]</small></sub>", }, ["mpgu.s."] = { target = "mpgus", symbol = "mpg<sub><small>-U.S.</small></sub>", sp_us = true, symlink = "[[Fuel economy in automobiles#Units of measure|mpg]]<sub><small>-[[United States customary units|U.S.]]</small></sub>", }, ["mpgUS"] = { target = "mpgus", }, ["USgal/mi"] = { target = "usgal/mi", }, ["kPa/m"] = { per = { "kPa", "-m-frac" }, utype = "fracture gradient", default = "psi/ft", }, ["psi/ft"] = { per = { "psi", "-ft-frac" }, utype = "fracture gradient", default = "kPa/m", }, ["cm/km"] = { name1 = "centimetre per kilometre", name1_us = "centimeter per kilometer", name2 = "centimetres per kilometre", name2_us = "centimeters per kilometer", symbol = "cm/km", utype = "gradient", scale = 0.00001, default = "ft/mi", link = "경사도", }, ["ft/mi"] = { name1 = "foot per mile", name2 = "feet per mile", symbol = "ft/mi", utype = "gradient", scale = 0.00018939393939393939, default = "v < 5.28 ! c ! ! m/km", link = "경사도", }, ["ft/nmi"] = { name1 = "foot per nautical mile", name2 = "feet per nautical mile", symbol = "ft/nmi", utype = "gradient", scale = 0.00016457883369330455, default = "v < 6.076 ! c ! ! m/km", link = "경사도", }, ["in/ft"] = { name1 = "inch per foot", name2 = "inches per foot", symbol = "in/ft", utype = "gradient", scale = 0.083333333333333329, default = "mm/m", link = "경사도", }, ["in/mi"] = { name1 = "inch per mile", name2 = "inches per mile", symbol = "in/mi", utype = "gradient", scale = 1.5782828282828283e-5, default = "v < 0.6336 ! m ! c ! m/km", link = "경사도", }, ["m/km"] = { name1 = "metre per kilometre", name1_us = "meter per kilometer", name2 = "metres per kilometre", name2_us = "meters per kilometer", symbol = "m/km", utype = "gradient", scale = 0.001, default = "ft/mi", link = "경사도", }, ["mm/km"] = { name1 = "millimetre per kilometre", name1_us = "millimeter per kilometer", name2 = "millimetres per kilometre", name2_us = "millimeters per kilometer", symbol = "mm/km", utype = "gradient", scale = 0.000001, default = "in/mi", link = "경사도", }, ["mm/m"] = { name1 = "millimetre per metre", name1_us = "millimeter per meter", name2 = "millimetres per metre", name2_us = "millimeters per meter", symbol = "mm/m", utype = "gradient", scale = 0.001, default = "in/ft", link = "경사도", }, ["admi"] = { name1 = "해리", symbol = "nmi (admiralty)", utype = "length", scale = 1853.184, default = "km mi", link = "해리 (단위)", }, ["AU"] = { name1 = "천문단위", symbol = "AU", utype = "length", scale = 149597870700, default = "km mi", }, ["Brnmi"] = { name1 = "영국 해리", symbol = "(Brit) nmi", utype = "length", scale = 1853.184, default = "km mi", link = "해리 (단위)", }, ["bu"] = { name1 = "푼[부]", symbol = "푼", utype = "length", scale = 0.0030303030303030303, default = "mm", link = "분 (수)", }, ["부"] = { target = "bu", }, ["브"] = { target = "bu", }, ["ch"] = { name1 = "체인", symbol = "ch", utype = "length", scale = 20.1168, default = "ft m", subdivs = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } }, link = "체인 (단위)", }, ["chain"] = { name1 = "체인", symbol = "chain", usename = 1, utype = "length", scale = 20.1168, default = "ft m", subdivs = { ["ft"] = { 66, default = "m" }, ["yd"] = { 22, default = "m" } }, link = "체인 (단위)", }, ["dpcm"] = { symbol = "dot/cm", utype = "length", scale = 100, invert = -1, iscomplex= true, default = "dpi", link = "인치 당 도트", }, ["dpi"] = { symbol = "DPI", utype = "length", scale = 39.370078740157481, invert = -1, iscomplex= true, default = "pitch", link = "인치 당 도트", }, ["fathom"] = { name1 = "패덤", symbol = "fathom", usename = 1, utype = "length", scale = 1.8288, default = "ft m", }, ["foot"] = { name1 = "피트", symbol = "ft", utype = "length", scale = 0.3048, default = "m", subdivs = { ["in"] = { 12, default = "m" } }, }, ["ft"] = { name1 = "피트", symbol = "ft", utype = "length", scale = 0.3048, exception= "integer_more_precision", default = "m", subdivs = { ["in"] = { 12, default = "m" } }, }, ["furlong"] = { name1 = "펄롱", symbol = "furlong", usename = 1, utype = "length", scale = 201.168, default = "ft m", }, ["Gly"] = { name1 = "기가광년", symbol = "Gly", utype = "length", scale = 9.4607304725808e24, default = "Mpc", link = "광년", }, ["Gpc"] = { name1 = "기가파섹", symbol = "Gpc", utype = "length", scale = 3.0856775814671916e25, default = "Gly", link = "파섹", }, ["hand"] = { name1 = "핸드", symbol = "h", utype = "length", scale = 0.1016, default = "in cm", link = "핸드 (단위)", }, ["in"] = { name1 = "인치", symbol = "in", utype = "length", scale = 0.0254, exception= "subunit_more_precision", default = "mm", }, ["inabbreviated"] = { name1 = "인치", symbol = "in", utype = "length", scale = 0.0254, default = "mm", }, ["kly"] = { name1 = "킬로광년", symbol = "kly", utype = "length", scale = 9.4607304725808e18, default = "pc", link = "광년", }, ["kpc"] = { name1 = "킬로파섹", symbol = "kpc", utype = "length", scale = 3.0856775814671916e19, default = "kly", link = "파섹", }, ["LD"] = { name1 = "달 거리", symbol = "LD", utype = "length", scale = 384403000, default = "km mi", }, ["league"] = { name1 = "리그", symbol = "league", utype = "length", scale = 4828.032, default = "km", link = "리그 (단위)", }, ["ly"] = { name1 = "광년", symbol = "ly", utype = "length", scale = 9.4607304725808e15, default = "AU", }, ["m"] = { _name1 = "미터", _symbol = "m", utype = "length", scale = 1, prefixes = 1, default = "v > 0 and v < 3 ! ftin ! ft", link = "미터", }, ["mi"] = { name1 = "마일", symbol = "mi", utype = "length", scale = 1609.344, default = "km", subdivs = { ["ch"] = { 80, default = "km" }, ["chain"] = { 80, default = "km" }, ["ft"] = { 5280, default = "km" }, ["yd"] = { 1760, default = "km" } }, }, ["mil"] = { symbol = "mil", utype = "length", scale = 0.0000254, default = "mm", link = "Thousandth of an inch", }, ["Mly"] = { name1 = "메가광년", symbol = "Mly", utype = "length", scale = 9.4607304725808e21, default = "kpc", link = "광년", }, ["Mpc"] = { name1 = "메가파섹", symbol = "Mpc", utype = "length", scale = 3.0856775814671916e22, default = "Mly", link = "파섹", }, ["NM"] = { name1 = "해리", symbol = "NM", utype = "length", scale = 1852, default = "km mi", link = "해리 (단위)", }, ["nmi"] = { name1 = "해리", symbol = "nmi", utype = "length", scale = 1852, default = "km mi", link = "해리 (단위)", }, ["oldUKnmi"] = { name1 = "해리", symbol = "nmi", utype = "length", scale = 1853.184, default = "km mi", link = "해리 (단위)", }, ["oldUSnmi"] = { name1 = "해리", symbol = "nmi", utype = "length", scale = 1853.24496, default = "km mi", link = "해리 (단위)", }, ["pc"] = { name1 = "파섹", symbol = "pc", utype = "length", scale = 3.0856775814671916e16, default = "ly", }, ["perch"] = { name1 = "퍼치", symbol = "perch", usename = 1, utype = "length", scale = 5.0292, default = "ft m", link = "로드 (단위)", }, ["pitch"] = { symbol = "µm", utype = "length", scale = 1e-6, default = "dpi", defkey = "pitch", linkey = "pitch", link = "인치 당 도트", }, ["pole"] = { name1 = "폴", symbol = "pole", usename = 1, utype = "length", scale = 5.0292, default = "ft m", link = "로드 (단위)", }, ["pre1954U.S.nmi"] = { name1 = "(1954년 이전 미국) 해리", symbol = "(pre-1954 U.S.) nmi", utype = "length", scale = 1853.24496, default = "km mi", link = "해리 (단위)", }, ["pre1954USnmi"] = { name1 = "(1954년 이전 미국) 해리", symbol = "(pre-1954 US) nmi", sym_us = "(pre-1954 U.S.) nmi", utype = "length", scale = 1853.24496, default = "km mi", link = "해리 (단위)", }, ["rd"] = { name1 = "로드", symbol = "rd", utype = "length", scale = 5.0292, default = "ft m", link = "로드 (단위)", }, ["royal cubit"] = { name1 = "royal cubit", symbol = "cu", utype = "length", scale = 0.524, default = "mm", link = "큐빗", }, ["rtkm"] = { name1 = "route kilometre", name1_us = "route kilometer", symbol = "km", utype = "length", scale = 1000, default = "mi", link = "킬로미터", }, ["rtmi"] = { name1 = "route mile", symbol = "mi", utype = "length", scale = 1609.344, default = "km", link = "마일", }, ["shaku"] = { name1 = "척[샤쿠]", symbol = "척", utype = "length", scale = 0.30303030303030304, default = "m", link = "자 (단위)", }, ["샤쿠"] = { target = "shaku", }, ["샤끄"] = { target = "shaku", }, ["샤꾸"] = { target = "shaku", }, ["sm"] = { name1 = "스무트", symbol = "sm", utype = "length", scale = 1.70180, default = "m", link = "스무트 (단위)", }, ["smi"] = { name1 = "statute mile", symbol = "mi", utype = "length", scale = 1609.344, default = "km", subdivs = { ["chain"] = { 80, default = "km" } }, }, ["sun"] = { name1 = "촌[쓴]", symbol = "촌", utype = "length", scale = 0.030303030303030304, default = "mm", link = "치 (단위)", }, ["쓴"] = { target = "sun", }, ["씅"] = { target = "sun", }, ["thou"] = { symbol = "thou", utype = "length", scale = 0.0000254, default = "mm", link = "Thousandth of an inch", }, ["verst"] = { name1 = "베르스타", symbol = "verst", utype = "length", scale = 1066.8, default = "km mi", }, ["yd"] = { name1 = "야드", symbol = "yd", utype = "length", scale = 0.9144, default = "m", subdivs = { ["ft"] = { 3, default = "m" } }, }, ["µin"] = { name1 = "마이크로인치", symbol = "µin", utype = "length", scale = 0.0000000254, default = "nm", link = "인치", }, ["Å"] = { name1 = "옹스트롬", symbol = "Å", utype = "length", scale = 0.0000000001, default = "in", }, ["Hz"] = { _name1 = "헤르츠", _symbol = "Hz", utype = "length", scale = 3.3356409519815204e-9, invert = -1, iscomplex= true, prefixes = 1, default = "m", link = "헤르츠", }, ["-ft-frac"] = { target = "ft", link = "Fracture gradient", }, ["-in-stiff"] = { target = "in", link = "Stiffness", }, ["-m-frac"] = { target = "m", link = "Fracture gradient", }, ["-m-stiff"] = { target = "m", link = "Stiffness", }, ["100km"] = { target = "km", multiplier= 100, }, ["admiralty nmi"] = { target = "oldUKnmi", }, ["angstrom"] = { target = "Å", }, ["au"] = { target = "AU", symbol = "au", }, ["feet"] = { target = "ft", }, ["hands"] = { target = "hand", }, ["inch"] = { target = "in", }, ["light-year"] = { target = "ly", }, ["meter"] = { target = "m", sp_us = true, }, ["meters"] = { target = "m", sp_us = true, }, ["metre"] = { target = "m", }, ["metres"] = { target = "m", }, ["micrometre"] = { target = "µm", }, ["mile"] = { target = "mi", }, ["miles"] = { target = "mi", }, ["parsec"] = { target = "pc", }, ["rod"] = { target = "rd", }, ["smoot"] = { target = "sm", }, ["uin"] = { target = "µin", }, ["yard"] = { target = "yd", }, ["yards"] = { target = "yd", }, ["yds"] = { target = "yd", }, ["μin"] = { target = "µin", }, ["dtex"] = { name1 = "데시텍스", symbol = "dtex", utype = "linear density", scale = 1e-7, default = "lb/yd", link = "Units of textile measurement#Tex", }, ["kg/cm"] = { name1 = "킬로그램 매 센티미터", symbol = "kg/cm", utype = "linear density", scale = 100, default = "lb/yd", link = "선형밀도", }, ["kg/m"] = { name1 = "킬로그램 매 미터", symbol = "kg/m", utype = "linear density", scale = 1, default = "lb/yd", link = "선형밀도", }, ["lb/ft"] = { name1 = "파운드 매 피트", symbol = "lb/ft", utype = "linear density", scale = 1.4881639435695539, default = "kg/m", link = "선형밀도", }, ["lb/yd"] = { name1 = "파운드 매 야드", symbol = "lb/yd", utype = "linear density", scale = 0.49605464785651798, default = "kg/m", link = "선형밀도", }, ["G"] = { _name1 = "가우스", _symbol = "G", utype = "magnetic field strength", scale = 0.0001, prefixes = 1, default = "T", link = "가우스 (단위)", }, ["T"] = { _name1 = "테슬라", _symbol = "T", utype = "magnetic field strength", scale = 1, prefixes = 1, default = "G", link = "테슬라 (단위)", }, ["A/m"] = { name1 = "암페어 매 미터", symbol = "A/m", utype = "magnetizing field", scale = 1, default = "Oe", link = "자기장#단위", }, ["kA/m"] = { name1 = "킬로암페어 매 미터", symbol = "kA/m", utype = "magnetizing field", scale = 1000, default = "kOe", link = "자기장#단위", }, ["MA/m"] = { name1 = "메가암페어 매 미터", symbol = "MA/m", utype = "magnetizing field", scale = 1e6, default = "kOe", link = "자기장#단위", }, ["Oe"] = { _name1 = "에르스텟", _symbol = "Oe", utype = "magnetizing field", scale = 79.5774715, prefixes = 1, default = "kA/m", link = "에르스텟", }, ["-Lcwt"] = { name1 = "헌드레드웨이트", symbol = "cwt", utype = "mass", scale = 50.80234544, default = "lb", }, ["-Scwt"] = { name1 = "헌드레드웨이트", symbol = "cwt", utype = "mass", scale = 45.359237, default = "lb", }, ["-ST"] = { name1 = "short ton", symbol = "ST", utype = "mass", scale = 907.18474, default = "t", link = "쇼트톤", }, ["carat"] = { name1 = "캐럿", symbol = "carat", usename = 1, utype = "mass", scale = 0.0002, default = "g", link = "캐럿 (질량)", }, ["drachm"] = { name1 = "드램", symbol = "drachm", usename = 1, utype = "mass", scale = 0.001771845195, default = "g", }, ["dram"] = { target = "drachm", }, ["dwt"] = { name1 = "페니웨이트", symbol = "dwt", utype = "mass", scale = 0.00155517384, default = "oz g", }, ["DWton"] = { symbol = "deadweight ton", usename = 1, utype = "mass", scale = 1016.0469088, default = "DWtonne", link = "톤", }, ["DWtonne"] = { symbol = "deadweight tonne", usename = 1, utype = "mass", scale = 1000, default = "DWton", link = "톤", }, ["g"] = { _name1 = "그램", _symbol = "g", utype = "mass", scale = 0.001, prefixes = 1, default = "oz", link = "그램", }, ["gr"] = { name1 = "그레인", symbol = "gr", utype = "mass", scale = 0.00006479891, default = "g", link = "그레인 (단위)", }, ["Gt"] = { name1 = "기가톤", symbol = "Gt", utype = "mass", scale = 1000000000000, default = "LT ST", link = "톤", }, ["impgalh2o"] = { name1 = "imperial gallon of water", name2 = "imperial gallons of water", symbol = "imp gal H<sub>2</sub>O", utype = "mass", scale = 4.5359236999999499, default = "lb kg", link = "Imperial gallon", }, ["kt"] = { name1 = "킬로톤", symbol = "kt", utype = "mass", scale = 1000000, default = "LT ST", link = "톤", }, ["lb"] = { name1 = "파운드", symbol = "lb", utype = "mass", scale = 0.45359237, exception= "integer_more_precision", default = "kg", subdivs = { ["oz"] = { 16, default = "kg" } }, link = "파운드 (단위)", }, ["Lcwt"] = { name1 = "롱헌드레드웨이트", symbol = "Lcwt", usename = 1, utype = "mass", scale = 50.80234544, default = "lb", subdivs = { ["qtr"] = { 4, default = "kg" }, ["st"] = { 8, default = "kg" } }, link = "헌드레드웨이트", }, ["long cwt"] = { name1 = "롱헌드레드웨이트", symbol = "long cwt", utype = "mass", scale = 50.80234544, default = "lb kg", subdivs = { ["qtr"] = { 4, default = "kg" } }, link = "헌드레드웨이트", }, ["long qtr"] = { name1 = "롱쿼터", symbol = "long qtr", utype = "mass", scale = 12.70058636, default = "lb kg", link = "Avoirdupois", }, ["LT"] = { name1 = "롱톤", symbol = "long ton", usename = 1, utype = "mass", scale = 1016.0469088, default = "t", subdivs = { ["Lcwt"] = { 20, default = "t", unit = "-Lcwt" } }, }, ["lt"] = { name1 = "롱톤", symbol = "LT", utype = "mass", scale = 1016.0469088, default = "t", subdivs = { ["Lcwt"] = { 20, default = "t", unit = "-Lcwt" } }, }, ["metric ton"] = { name1 = "미터톤", symbol = "metric ton", usename = 1, utype = "mass", scale = 1000, default = "long ton", link = "톤", }, ["MT"] = { name1 = "미터톤", symbol = "t", utype = "mass", scale = 1000, default = "LT ST", link = "톤", }, ["Mt"] = { name1 = "메가톤", symbol = "Mt", utype = "mass", scale = 1000000000, default = "LT ST", link = "톤", }, ["oz"] = { name1 = "온스", symbol = "oz", utype = "mass", scale = 0.028349523125, default = "g", }, ["ozt"] = { name1 = "트로이온스", symbol = "ozt", utype = "mass", scale = 0.0311034768, default = "oz g", }, ["pdr"] = { name1 = "pounder", symbol = "pdr", utype = "mass", scale = 0.45359237, default = "kg", link = "파운드 (단위)", }, ["qtr"] = { name1 = "quarter", symbol = "qtr", utype = "mass", scale = 12.70058636, default = "lb kg", subdivs = { ["lb"] = { 28, default = "kg" } }, link = "Avoirdupois", }, ["Scwt"] = { name1 = "쇼트헨드레드웨이트", symbol = "Scwt", usename = 1, utype = "mass", scale = 45.359237, default = "lb", link = "헨드레드웨이트", }, ["short cwt"] = { name1 = "쇼트헨드레드웨이트", symbol = "short cwt", utype = "mass", scale = 45.359237, default = "lb kg", link = "헨드레드웨이트", }, ["short qtr"] = { name1 = "쇼트쿼터", symbol = "short qtr", utype = "mass", scale = 11.33980925, default = "lb kg", link = "Avoirdupois", }, ["ST"] = { name1 = "쇼트톤", symbol = "short ton", usename = 1, utype = "mass", scale = 907.18474, default = "t", subdivs = { ["Scwt"] = { 20, default = "t", unit = "-Scwt" } }, }, ["shtn"] = { name1 = "쇼트톤", symbol = "sh tn", utype = "mass", scale = 907.18474, default = "t", }, ["shton"] = { name1 = "톤", symbol = "ton", usename = 1, utype = "mass", scale = 907.18474, default = "t", }, ["solar mass"] = { name1 = "태양 질량", symbol = "M<sub>☉</sub>", utype = "mass", scale = 1.98855e30, default = "kg", }, ["st"] = { name1 = "스톤", symbol = "st", utype = "mass", scale = 6.35029318, default = "lb kg", subdivs = { ["lb"] = { 14, default = "kg lb" } }, link = "스톤 (단위)", }, ["t"] = { name1 = "tonne", name1_us = "미터톤", symbol = "t", utype = "mass", scale = 1000, default = "LT ST", link = "톤", }, ["tonne"] = { name1 = "tonne", name1_us = "미터톤", symbol = "t", utype = "mass", scale = 1000, default = "shton", link = "톤", }, ["troy pound"] = { name1 = "트로이파운드", symbol = "troy pound", usename = 1, utype = "mass", scale = 0.3732417216, default = "lb kg", }, ["usgalh2o"] = { name1 = "US gallon of water", name1_us = "U.S. gallon of water", name2 = "US gallons of water", name2_us = "U.S. gallons of water", symbol = "US gal H<sub>2</sub>O", utype = "mass", scale = 3.7776215836051126, default = "lb kg", link = "United States customary units#Fluid volume", }, ["viss"] = { symbol = "viss", utype = "mass", scale = 1.632932532, default = "kg", link = "Burmese units of measurement#mass", }, ["billion tonne"] = { target = "e9t", }, ["kilogram"] = { target = "kg", }, ["kilotonne"] = { target = "kt", }, ["lbs"] = { target = "lb", }, ["lbt"] = { target = "troy pound", }, ["lcwt"] = { target = "Lcwt", }, ["long ton"] = { target = "LT", }, ["mcg"] = { target = "µg", }, ["million tonne"] = { target = "e6t", }, ["scwt"] = { target = "Scwt", }, ["short ton"] = { target = "ST", }, ["stone"] = { target = "st", }, ["thousand tonne"] = { target = "e3t", }, ["tonnes"] = { target = "t", }, ["kg/kW"] = { name1 = "킬로그램 매 킬로와트", name2 = "kilograms per kilowatt", symbol = "kg/kW", utype = "mass per unit power", scale = 0.001, default = "lb/hp", link = "킬로와트", }, ["lb/hp"] = { name1 = "파운드 매 마력", name2 = "pounds per horsepower", symbol = "lb/hp", utype = "mass per unit power", scale = 0.00060827738784176115, default = "kg/kW", link = "마력", }, ["kg/h"] = { per = { "kg", "h" }, utype = "mass per unit time", default = "lb/h", }, ["lb/h"] = { per = { "lb", "h" }, utype = "mass per unit time", default = "kg/h", }, ["g-mol/d"] = { name1 = "gram-mole per day", name2 = "gram-moles per day", symbol = "g-mol/d", utype = "molar rate", scale = 1.1574074074074073e-5, default = "µmol/s", link = "몰 (단위)", }, ["g-mol/h"] = { name1 = "gram-mole per hour", name2 = "gram-moles per hour", symbol = "g-mol/h", utype = "molar rate", scale = 0.00027777777777777778, default = "mmol/s", link = "몰 (단위)", }, ["g-mol/min"] = { name1 = "gram-mole per minute", name2 = "gram-moles per minute", symbol = "g-mol/min", utype = "molar rate", scale = 0.016666666666666666, default = "g-mol/s", link = "몰 (단위)", }, ["g-mol/s"] = { name1 = "gram-mole per second", name2 = "gram-moles per second", symbol = "g-mol/s", utype = "molar rate", scale = 1, default = "lb-mol/min", link = "몰 (단위)", }, ["gmol/d"] = { name1 = "gram-mole per day", name2 = "gram-moles per day", symbol = "gmol/d", utype = "molar rate", scale = 1.1574074074074073e-5, default = "µmol/s", link = "몰 (단위)", }, ["gmol/h"] = { name1 = "gram-mole per hour", name2 = "gram-moles per hour", symbol = "gmol/h", utype = "molar rate", scale = 0.00027777777777777778, default = "mmol/s", link = "몰 (단위)", }, ["gmol/min"] = { name1 = "gram-mole per minute", name2 = "gram-moles per minute", symbol = "gmol/min", utype = "molar rate", scale = 0.016666666666666666, default = "gmol/s", link = "몰 (단위)", }, ["gmol/s"] = { name1 = "gram-mole per second", name2 = "gram-moles per second", symbol = "gmol/s", utype = "molar rate", scale = 1, default = "lbmol/min", link = "몰 (단위)", }, ["kmol/d"] = { name1 = "kilomole per day", name2 = "kilomoles per day", symbol = "kmol/d", utype = "molar rate", scale = 0.011574074074074073, default = "mmol/s", link = "몰 (단위)", }, ["kmol/h"] = { name1 = "kilomole per hour", name2 = "kilomoles per hour", symbol = "kmol/h", utype = "molar rate", scale = 0.27777777777777779, default = "mol/s", link = "몰 (단위)", }, ["kmol/min"] = { name1 = "kilomole per minute", name2 = "kilomoles per minute", symbol = "kmol/min", utype = "molar rate", scale = 16.666666666666668, default = "mol/s", link = "Kilomole (unit)", }, ["kmol/s"] = { name1 = "kilomole per second", name2 = "kilomoles per second", symbol = "kmol/s", utype = "molar rate", scale = 1000, default = "lb-mol/s", link = "몰 (단위)", }, ["lb-mol/d"] = { name1 = "pound-mole per day", name2 = "pound-moles per day", symbol = "lb-mol/d", utype = "molar rate", scale = 0.0052499116898148141, default = "mmol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["lb-mol/h"] = { name1 = "pound-mole per hour", name2 = "pound-moles per hour", symbol = "lb-mol/h", utype = "molar rate", scale = 0.12599788055555555, default = "mol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["lb-mol/min"] = { name1 = "pound-mole per minute", name2 = "pound-moles per minute", symbol = "lb-mol/min", utype = "molar rate", scale = 7.5598728333333334, default = "mol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["lb-mol/s"] = { name1 = "pound-mole per second", name2 = "pound-moles per second", symbol = "lb-mol/s", utype = "molar rate", scale = 453.59237, default = "kmol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["lbmol/d"] = { name1 = "pound-mole per day", name2 = "pound-moles per day", symbol = "lbmol/d", utype = "molar rate", scale = 0.0052499116898148141, default = "mmol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["lbmol/h"] = { name1 = "pound-mole per hour", name2 = "pound-moles per hour", symbol = "lbmol/h", utype = "molar rate", scale = 0.12599788055555555, default = "mol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["lbmol/min"] = { name1 = "pound-mole per minute", name2 = "pound-moles per minute", symbol = "lbmol/min", utype = "molar rate", scale = 7.5598728333333334, default = "mol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["lbmol/s"] = { name1 = "pound-mole per second", name2 = "pound-moles per second", symbol = "lbmol/s", utype = "molar rate", scale = 453.59237, default = "kmol/s", link = "몰 (단위)#Other units called \"mole\"", }, ["mmol/s"] = { name1 = "millimole per second", name2 = "millimoles per second", symbol = "mmol/s", utype = "molar rate", scale = 0.001, default = "lb-mol/d", link = "몰 (단위)", }, ["mol/d"] = { name1 = "mole per day", name2 = "moles per day", symbol = "mol/d", utype = "molar rate", scale = 1.1574074074074073e-5, default = "µmol/s", link = "몰 (단위)", }, ["mol/h"] = { name1 = "mole per hour", name2 = "moles per hour", symbol = "mol/h", utype = "molar rate", scale = 0.00027777777777777778, default = "mmol/s", link = "몰 (단위)", }, ["mol/min"] = { name1 = "mole per minute", name2 = "moles per minute", symbol = "mol/min", utype = "molar rate", scale = 0.016666666666666666, default = "mol/s", link = "몰 (단위)", }, ["mol/s"] = { name1 = "mole per second", name2 = "moles per second", symbol = "mol/s", utype = "molar rate", scale = 1, default = "lb-mol/min", link = "몰 (단위)", }, ["µmol/s"] = { name1 = "micromole per second", name2 = "micromoles per second", symbol = "µmol/s", utype = "molar rate", scale = 0.000001, default = "lb-mol/d", link = "몰 (단위)", }, ["umol/s"] = { target = "µmol/s", }, ["μmol/s"] = { target = "µmol/s", }, ["/acre"] = { name1 = "매 에이커", symbol = "/acre", utype = "per unit area", scale = 247.10538146716533, default = "/ha", link = "에이커", }, ["/ha"] = { name1 = "매 핵타르", symbol = "/ha", utype = "per unit area", scale = 100, default = "/acre", link = "헥타르", }, ["/sqcm"] = { name1 = "매 제곱센티미터", symbol = "/cm<sup>2</sup>", utype = "per unit area", scale = 1e10, default = "/sqin", link = "제곱센티미터", }, ["/sqin"] = { name1 = "매 제곱인치", symbol = "/in<sup>2</sup>", utype = "per unit area", scale = 1550003100.0062001, default = "/sqcm", link = "제곱인치", }, ["/sqkm"] = { name1 = "매 제곱킬로미터", symbol = "/km<sup>2</sup>", utype = "per unit area", scale = 1, default = "/sqmi", link = "제곱킬로미터", }, ["/sqmi"] = { name1 = "매 제곱마일", symbol = "/sq mi", utype = "per unit area", scale = 0.38610215854244584, default = "/sqkm", link = "제곱마일", }, ["PD/acre"] = { name1 = "명 매 에이커", symbol = "/acre", utype = "per unit area", scale = 247.10538146716533, default = "PD/ha", link = "에이커", }, ["PD/ha"] = { name1 = "명 매 핵타르", symbol = "/ha", utype = "per unit area", scale = 100, default = "PD/acre", link = "헥타르", }, ["PD/sqkm"] = { name1 = "명 매 제곱킬로미터", symbol = "/km<sup>2</sup>", utype = "per unit area", scale = 1, default = "PD/sqmi", link = "제곱킬로미터", }, ["PD/sqmi"] = { name1 = "명 매 제곱마일", symbol = "/sq mi", utype = "per unit area", scale = 0.38610215854244584, default = "PD/sqkm", link = "제곱마일", }, ["/cm2"] = { target = "/sqcm", }, ["/in2"] = { target = "/sqin", }, ["/km2"] = { target = "/sqkm", }, ["pd/acre"] = { target = "PD/acre", }, ["pd/ha"] = { target = "PD/ha", }, ["PD/km2"] = { target = "PD/sqkm", }, ["pd/km2"] = { target = "PD/sqkm", }, ["PD/km²"] = { target = "PD/sqkm", }, ["pd/sqkm"] = { target = "PD/sqkm", }, ["pd/sqmi"] = { target = "PD/sqmi", }, ["/l"] = { name1 = "매 리터", symbol = "/l", utype = "per unit volume", scale = 1000, default = "/usgal", link = "리터", }, ["/USgal"] = { name1 = "매 갤런", symbol = "/gal", utype = "per unit volume", scale = 264.172052, default = "/l", link = "갤런", customary= 3, }, ["/usgal"] = { target = "/USgal", }, ["bhp"] = { name1 = "제동마력", symbol = "bhp", utype = "power", scale = 745.69987158227022, default = "kW", link = "마력", }, ["Cal/d"] = { name1 = "큰칼로리 매 일", symbol = "Cal/d", utype = "power", scale = 0.048425925925925928, default = "kJ/d", link = "칼로리", }, ["Cal/h"] = { name1 = "칼로리 매 시", symbol = "Cal/h", utype = "power", scale = 1.1622222222222223, default = "kJ/h", link = "칼로리", }, ["cal/h"] = { name1 = "칼로리 매 시", symbol = "cal/h", utype = "power", scale = 0.0011622222222222223, default = "W", link = "칼로리", }, ["CV"] = { name1 = "미터마력", symbol = "CV", utype = "power", scale = 735.49875, default = "kW", link = "마력", }, ["hk"] = { name1 = "미터마력", symbol = "hk", utype = "power", scale = 735.49875, default = "kW", link = "마력", }, ["hp"] = { name1 = "마력", symbol = "hp", utype = "power", scale = 745.69987158227022, default = "kW", }, ["hp-electric"] = { name1 = "전기마력", symbol = "hp", utype = "power", scale = 746, default = "kW", }, ["hp-electrical"] = { name1 = "전기마력", symbol = "hp", utype = "power", scale = 746, default = "kW", }, ["hp-metric"] = { name1 = "미터마력", symbol = "hp", utype = "power", scale = 735.49875, default = "kW", }, ["ihp"] = { name1 = "지시마력", symbol = "ihp", utype = "power", scale = 745.69987158227022, default = "kW", link = "마력", }, ["kcal/h"] = { name1 = "킬로칼로리 매 시", symbol = "kcal/h", utype = "power", scale = 1.1622222222222223, default = "kW", link = "칼로리", }, ["kJ/d"] = { name1 = "킬로줄 매 일", symbol = "kJ/d", utype = "power", scale = 0.011574074074074073, default = "Cal/d", link = "킬로줄", }, ["kJ/h"] = { name1 = "킬로줄 매 시", symbol = "kJ/h", utype = "power", scale = 0.27777777777777779, default = "W", link = "킬로줄", }, ["PS"] = { name1 = "미터마력", symbol = "PS", utype = "power", scale = 735.49875, default = "kW", link = "마력", }, ["shp"] = { name1 = "축마력", symbol = "shp", utype = "power", scale = 745.69987158227022, default = "kW", link = "마력", }, ["W"] = { _name1 = "와트", _symbol = "W", utype = "power", scale = 1, prefixes = 1, default = "hp", link = "와트", }, ["BTU/h"] = { per = { "BTU", "h" }, utype = "power", default = "W", }, ["Btu/h"] = { per = { "Btu", "h" }, utype = "power", default = "W", }, ["BHP"] = { target = "bhp", }, ["btu/h"] = { target = "BTU/h", }, ["HP"] = { target = "hp", }, ["Hp"] = { target = "hp", }, ["hp-mechanical"] = { target = "hp", }, ["IHP"] = { target = "ihp", }, ["SHP"] = { target = "shp", }, ["whp"] = { target = "hp", }, ["hp/lb"] = { name1 = "파운드당 마력", symbol = "hp/lb", utype = "power per unit mass", scale = 1643.986806, default = "kW/kg", link = "출력대 중량비", }, ["hp/LT"] = { name1 = "롱톤당 마력", symbol = "hp/LT", utype = "power per unit mass", scale = 0.73392268125000004, default = "kW/t", link = "출력대 중량비", }, ["hp/ST"] = { name1 = "쇼트톤당 마력", symbol = "hp/ST", utype = "power per unit mass", scale = 0.821993403, default = "kW/t", link = "출력대 중량비", }, ["hp/t"] = { name1 = "톤당 마력", symbol = "hp/t", utype = "power per unit mass", scale = 0.74569987158227022, default = "kW/t", link = "출력대 중량비", }, ["kW/kg"] = { name1 = "킬로그램당 킬로와트", symbol = "kW/kg", utype = "power per unit mass", scale = 1000, default = "hp/lb", link = "출력대 중량비", }, ["kW/t"] = { name1 = "톤당 킬로와트", symbol = "kW/t", utype = "power per unit mass", scale = 1, default = "PS/t", link = "출력대 중량비", }, ["PS/t"] = { name1 = "톤당 미터마력", symbol = "PS/t", utype = "power per unit mass", scale = 0.73549875, default = "kW/t", link = "출력대 중량비", }, ["shp/lb"] = { name1 = "파운드당 축마력", symbol = "shp/lb", utype = "power per unit mass", scale = 1643.986806, default = "kW/kg", link = "출력대 중량비", }, ["hp/tonne"] = { target = "hp/t", symbol = "hp/tonne", default = "kW/tonne", }, ["kW/tonne"] = { target = "kW/t", symbol = "kW/tonne", }, ["-lb/in2"] = { name1 = "파운드 매 제곱인치", symbol = "lb/in<sup>2</sup>", utype = "pressure", scale = 6894.7572931683608, default = "kPa kgf/cm2", }, ["atm"] = { name1 = "standard atmosphere", symbol = "atm", utype = "pressure", scale = 101325, default = "kPa", link = "기압", }, ["Ba"] = { name1 = "바리", symbol = "Ba", utype = "pressure", scale = 0.1, default = "Pa", link = "바리 (단위)", }, ["bar"] = { name1 = "바", symbol = "bar", utype = "pressure", scale = 100000, default = "kPa", link = "바 (단위)", }, ["dbar"] = { name1 = "데시바", symbol = "dbar", utype = "pressure", scale = 10000, default = "kPa", link = "바 (단위)", }, ["inHg"] = { name1 = "수은주 인치", symbol = "inHg", utype = "pressure", scale = 3386.388640341, default = "kPa", }, ["kBa"] = { name1 = "킬로바리", symbol = "kBa", utype = "pressure", scale = 100, default = "hPa", link = "바리 (단위)", }, ["kg-f/cm2"] = { name1 = "킬로그램힘 매 제곱센티미터", symbol = "kg<sub>f</sub>/cm<sup>2</sup>", utype = "pressure", scale = 98066.5, default = "psi", link = "킬로그램힘", }, ["kg/cm2"] = { name1 = "킬로그램 매 제곱센티미터", symbol = "kg/cm<sup>2</sup>", utype = "pressure", scale = 98066.5, default = "psi", link = "킬로그램힘", }, ["kgf/cm2"] = { name1 = "킬로그램힘 매 제곱센티미터", symbol = "kgf/cm<sup>2</sup>", utype = "pressure", scale = 98066.5, default = "psi", link = "킬로그램힘", }, ["ksi"] = { name1 = "킬로파운드 매 제곱인치", symbol = "ksi", utype = "pressure", scale = 6894757.2931683613, default = "MPa", link = "파운드 매 제곱인치", }, ["lbf/in2"] = { name1 = "파운드힘 매 제곱인치", symbol = "lbf/in<sup>2</sup>", utype = "pressure", scale = 6894.7572931683608, default = "kPa kgf/cm2", }, ["mb"] = { name1 = "밀리바", symbol = "mb", utype = "pressure", scale = 100, default = "hPa", link = "바 (단위)", }, ["mbar"] = { name1 = "밀리바", symbol = "mbar", utype = "pressure", scale = 100, default = "hPa", link = "바 (단위)", }, ["mmHg"] = { name1 = "수은주 밀리미터", symbol = "mmHg", utype = "pressure", scale = 133.322387415, default = "kPa", }, ["Pa"] = { _name1 = "파스칼", _symbol = "Pa", utype = "pressure", scale = 1, prefixes = 1, default = "psi", link = "파스칼 (단위)", }, ["psf"] = { name1 = "파운드 매 제곱인치", symbol = "psf", utype = "pressure", scale = 47.880258980335839, default = "kPa", }, ["psi"] = { name1 = "파운드 매 제곱인치", symbol = "psi", utype = "pressure", scale = 6894.7572931683608, default = "kPa", }, ["Torr"] = { name1 = "토르", symbol = "Torr", utype = "pressure", scale = 133.32236842105263, default = "kPa", link = "토르 (단위)", }, ["N/cm2"] = { per = { "N", "cm2" }, utype = "pressure", default = "psi", }, ["N/m2"] = { per = { "N", "m2" }, utype = "pressure", default = "psi", }, ["g/cm2"] = { per = { "g", "cm2" }, utype = "pressure", default = "lb/sqft", multiplier= 9.80665, }, ["g/m2"] = { per = { "g", "m2" }, utype = "pressure", default = "lb/sqft", multiplier= 9.80665, }, ["kg/ha"] = { per = { "kg", "ha" }, utype = "pressure", default = "lb/acre", multiplier= 9.80665, }, ["kg/m2"] = { per = { "kg", "m2" }, utype = "pressure", default = "lb/sqft", multiplier= 9.80665, }, ["lb/1000sqft"] = { per = { "lb", "1000sqft" }, utype = "pressure", default = "g/m2", multiplier= 9.80665, }, ["lb/acre"] = { per = { "lb", "acre" }, utype = "pressure", default = "kg/ha", multiplier= 9.80665, }, ["lb/sqft"] = { per = { "lb", "sqft" }, utype = "pressure", default = "kg/m2", multiplier= 9.80665, }, ["lb/sqyd"] = { per = { "lb", "sqyd" }, utype = "pressure", default = "kg/m2", multiplier= 9.80665, }, ["LT/acre"] = { per = { "LT", "acre" }, utype = "pressure", default = "t/ha", multiplier= 9.80665, }, ["MT/ha"] = { per = { "MT", "ha" }, utype = "pressure", default = "LT/acre ST/acre", multiplier= 9.80665, }, ["oz/sqft"] = { per = { "oz", "sqft" }, utype = "pressure", default = "g/m2", multiplier= 9.80665, }, ["oz/sqyd"] = { per = { "oz", "sqyd" }, utype = "pressure", default = "g/m2", multiplier= 9.80665, }, ["ST/acre"] = { per = { "ST", "acre" }, utype = "pressure", default = "t/ha", multiplier= 9.80665, }, ["t/ha"] = { per = { "t", "ha" }, utype = "pressure", default = "LT/acre ST/acre", multiplier= 9.80665, }, ["tonne/acre"] = { per = { "tonne", "acre" }, utype = "pressure", default = "tonne/ha", multiplier= 9.80665, }, ["tonne/ha"] = { per = { "tonne", "ha" }, utype = "pressure", default = "tonne/acre", multiplier= 9.80665, }, ["kgfpsqcm"] = { target = "kgf/cm2", }, ["kgpsqcm"] = { target = "kg/cm2", }, ["kN/m2"] = { target = "kPa", }, ["lb/in2"] = { target = "lbf/in2", }, ["torr"] = { target = "Torr", }, ["Bq"] = { _name1 = "베크렐", _symbol = "Bq", utype = "radioactivity", scale = 1, prefixes = 1, default = "pCi", link = "베크렐", }, ["Ci"] = { _name1 = "퀴리", _symbol = "Ci", utype = "radioactivity", scale = 3.7e10, prefixes = 1, default = "GBq", link = "퀴리", }, ["cm/h"] = { name1 = "센티미터 매 시", symbol = "cm/h", utype = "speed", scale = 2.7777777777777775e-6, default = "in/h", link = "미터 매 시", }, ["cm/s"] = { name1 = "센티미터 매 초", symbol = "cm/s", utype = "speed", scale = 0.01, default = "in/s", link = "미터 매 초", }, ["cm/year"] = { name1 = "센티미터 매 년", symbol = "cm/year", utype = "speed", scale = 3.168873850681143e-10, default = "in/year", link = "속력의 비교", }, ["foot/s"] = { name1 = "피트 매 초", symbol = "ft/s", utype = "speed", scale = 0.3048, default = "m/s", }, ["ft/min"] = { name1 = "피트 매 분", symbol = "ft/min", utype = "speed", scale = 0.00508, default = "m/min", link = "피트 매 초", }, ["ft/s"] = { name1 = "피트 매 초", symbol = "ft/s", utype = "speed", scale = 0.3048, default = "m/s", }, ["furlong per fortnight"] = { name1 = "펄롱 매 2주", symbol = "furlong per fortnight", usename = 1, utype = "speed", scale = 0.00016630952380952381, default = "km/h mph", link = "FFF 시스템", }, ["in/h"] = { name1 = "인치 매 시", symbol = "in/h", utype = "speed", scale = 7.0555555555555559e-6, default = "cm/h", link = "인치", }, ["in/s"] = { name1 = "인치 매 초", symbol = "in/s", utype = "speed", scale = 0.0254, default = "cm/s", link = "인치", }, ["in/year"] = { name1 = "인치 매 년", symbol = "in/year", utype = "speed", scale = 8.0489395807301024e-10, default = "cm/year", link = "속력의 비교", }, ["isp"] = { name1 = "초", symbol = "s", utype = "speed", scale = 9.80665, default = "km/s", link = "비추력", }, ["km/d"] = { name1 = "킬로미터 매 일", symbol = "km/d", utype = "speed", scale = 1.1574074074074074e-2, default = "mi/d", link = "속력의 비교", }, ["km/h"] = { name1 = "킬로미터 매 시", symbol = "km/h", utype = "speed", scale = 0.27777777777777779, default = "mph", }, ["km/s"] = { name1 = "킬로미터 매 초", symbol = "km/s", utype = "speed", scale = 1000, default = "mi/s", link = "미터 매 초", }, ["kn"] = { name1 = "노트", symbol = "kn", utype = "speed", scale = 0.51444444444444448, default = "km/h mph", link = "노트 (단위)", }, ["kNs/kg"] = { symbol = "kN-s/kg", utype = "speed", scale = 1000, default = "isp", link = "비추력", }, ["m/min"] = { name1 = "미터 매 분", symbol = "m/min", utype = "speed", scale = 0.016666666666666666, default = "ft/min", link = "미터 매 초", }, ["m/s"] = { name1 = "미터 매 초", symbol = "m/s", utype = "speed", scale = 1, default = "ft/s", }, ["Mach"] = { name1 = "마하", symbol = "Mach", utype = "speed", builtin = "mach", scale = 0, iscomplex= true, default = "mph km/h", link = "마하 수", }, ["mi/d"] = { name1 = "마일 매 년", symbol = "mi/d", utype = "speed", scale = 1.8626666666666667e-2, default = "km/d", link = "속력의 비교", }, ["mi/s"] = { name1 = "마일 매 초", symbol = "mi/s", utype = "speed", scale = 1609.344, default = "km/s", link = "마일", }, ["mm/h"] = { name1 = "밀리미터 매 시", symbol = "mm/h", utype = "speed", scale = 2.7777777777777781e-7, default = "in/h", link = "미터 매 시", }, ["mph"] = { name1 = "마일 매 시", symbol = "mph", utype = "speed", scale = 0.44704, default = "km/h", }, ["Ns/kg"] = { symbol = "N-s/kg", utype = "speed", scale = 1, default = "isp", link = "비추력", }, ["si tsfc"] = { symbol = "g/(kN·s)", utype = "speed", scale = 9.9999628621379242e-7, invert = -1, iscomplex= true, default = "tsfc", link = "Thrust specific fuel consumption", }, ["tsfc"] = { symbol = "lb/(lbf·h)", utype = "speed", scale = 2.832545036049801e-5, invert = -1, iscomplex= true, default = "si tsfc", link = "Thrust specific fuel consumption", }, ["cm/y"] = { target = "cm/year", }, ["cm/yr"] = { target = "cm/year", }, ["in/y"] = { target = "in/year", }, ["in/yr"] = { target = "in/year", }, ["knot"] = { target = "kn", }, ["knots"] = { target = "kn", }, ["kph"] = { target = "km/h", }, ["mi/h"] = { target = "mph", }, ["mm/s"] = { per = { "mm", "s" }, utype = "speed", default = "in/s", link = "미터 매 초", }, ["C"] = { name1 = "도 섭씨", symbol = "°C", usesymbol= 1, utype = "temperature", scale = 1, offset = -273.15, iscomplex= true, istemperature= true, default = "F", link = "섭씨", }, ["F"] = { name1 = "도 화씨", symbol = "°F", usesymbol= 1, utype = "temperature", scale = 0.55555555555555558, offset = 32-273.15*(9/5), iscomplex= true, istemperature= true, default = "C", link = "화씨", }, ["K"] = { _name1 = "켈빈", _symbol = "K", usesymbol= 1, utype = "temperature", scale = 1, offset = 0, iscomplex= true, istemperature= true, prefixes = 1, default = "C F", link = "켈빈", }, ["keVT"] = { name1 = "킬로전자볼트", symbol = "keV", utype = "temperature", scale = 11.604505e6, offset = 0, iscomplex= true, default = "MK", link = "전자볼트", }, ["R"] = { name1 = "도 란씨", symbol = "°R", usesymbol= 1, utype = "temperature", scale = 0.55555555555555558, offset = 0, iscomplex= true, istemperature= true, default = "K F C", link = "란씨", }, ["Celsius"] = { target = "C", }, ["°C"] = { target = "C", }, ["°F"] = { target = "F", }, ["°R"] = { target = "R", }, ["C-change"] = { name1 = "degree Celsius change", name2 = "degrees Celsius change", symbol = "°C", usesymbol= 1, utype = "temperature change", scale = 1, default = "F-change", link = "섭씨", }, ["F-change"] = { name1 = "degree Fahrenheit change", name2 = "degrees Fahrenheit change", symbol = "°F", usesymbol= 1, utype = "temperature change", scale = 0.55555555555555558, default = "C-change", link = "화씨", }, ["K-change"] = { name1 = "kelvin change", name2 = "kelvins change", symbol = "K", usesymbol= 1, utype = "temperature change", scale = 1, default = "C-change", link = "켈빈", }, ["°C-change"] = { target = "C-change", }, ["°F-change"] = { target = "F-change", }, ["C-변화량"] = { target = "C-change", }, ["F-변화량"] = { target = "F-change", }, ["K-변화량"] = { target = "K-change", }, ["섭씨-변화량"] = { target = "C-change", }, ["화씨-변화량"] = { target = "F-change", }, ["켈빈-변화량"] = { target = "K-change", }, ["캘빈-변화량"] = { target = "K-change", }, ["century"] = { name1 = "세기", symbol = "ha", utype = "time", scale = 3155760000, default = "Gs", }, ["d"] = { symbol = "일", usename = 1, utype = "time", scale = 86400, default = "ks", link = "날", }, ["decade"] = { name1 = "십년", symbol = "daa", utype = "time", scale = 315576000, default = "Ms", link = "연대 (연도)", }, ["dog year"] = { name1 = "dog year", symbol = "dog yr", utype = "time", scale = 220903200, default = "years", link = ":en:Dog year", }, ["fortnight"] = { symbol = "fortnight", utype = "time", scale = 1209600, default = "week", link = ":en:Fortnight", }, ["h"] = { symbol = "시간", usename = 1, utype = "time", scale = 3600, default = "ks", link = "시간 (단위)", }, ["long billion year"] = { name1 = "십억년", symbol = "Ta", utype = "time", scale = 31557600000000000000, default = "Es", link = "년", }, ["millennium"] = { name1 = "밀레니엄", symbol = "ka", utype = "time", scale = 31557600000, default = "Gs", }, ["milliard year"] = { name1 = "십억년", symbol = "Ga", utype = "time", scale = 31557600000000000, default = "Ps", link = "년", }, ["million year"] = { name1 = "백만년", symbol = "Ma", utype = "time", scale = 31557600000000, default = "Ts", link = "년", }, ["min"] = { symbol = "분", usename = 1, utype = "time", scale = 60, default = "s", link = "분 (시간)", }, ["month"] = { symbol = "개월", usename = 1, utype = "time", scale = 2629800, default = "Ms", link = "달 (시간)", }, ["months"] = { symbol = "개월", usename = 1, utype = "time", scale = 2629800, default = "year", link = "달 (시간)", }, ["s"] = { _name1 = "초", _symbol = "초", usename = 1, utype = "time", scale = 1, prefixes = 1, default = "min", link = "초 (시간)", }, ["short billion year"] = { name1 = "십억년", symbol = "Ga", utype = "time", scale = 31557600000000000, default = "Ps", link = "년", }, ["short trillion year"] = { name1 = "조년", symbol = "Ta", utype = "time", scale = 31557600000000000000, default = "Es", link = "년", }, ["thousand million year"] = { name1 = "십억년", symbol = "Ga", utype = "time", scale = 31557600000000000, default = "Ps", link = "년", }, ["wk"] = { symbol = "주", usename = 1, utype = "time", scale = 604800, default = "Ms", link = "주 (시간)", }, ["year"] = { name1 = "년", symbol = "a", utype = "time", scale = 31557600, default = "Ms", }, ["years"] = { symbol = "년", usename = 1, utype = "time", scale = 31557600, default = "Ms", }, ["byr"] = { target = "short billion year", }, ["day"] = { target = "d", }, ["days"] = { target = "d", }, ["일"] = { target = "d", }, ["dog yr"] = { target = "dog year", }, ["Gyr"] = { target = "thousand million year", }, ["hour"] = { target = "h", }, ["hours"] = { target = "h", }, ["시간"] = { target = "h", }, ["kMyr"] = { target = "thousand million year", }, ["kmyr"] = { target = "thousand million year", }, ["kyr"] = { target = "millennium", }, ["long byr"] = { target = "long billion year", }, ["minute"] = { target = "min", }, ["minutes"] = { target = "min", }, ["분"] = { target = "min", }, ["mth"] = { target = "month", }, ["개월"] = { target = "month", }, ["Myr"] = { target = "million year", }, ["myr"] = { target = "million year", }, ["second"] = { target = "s", }, ["seconds"] = { target = "s", }, ["초"] = { target = "s", }, ["tmyr"] = { target = "thousand million year", }, ["tryr"] = { target = "short trillion year", }, ["tyr"] = { target = "millennium", }, ["week"] = { target = "wk", }, ["weeks"] = { target = "wk", }, ["주"] = { target = "wk", }, ["yr"] = { target = "year", }, ["년"] = { target = "year", }, ["kg.m"] = { name1 = "킬로그램미터", symbol = "kg·m", utype = "torque", scale = 9.80665, default = "Nm lbft", }, ["kgf.m"] = { name1 = "킬로그램힘미터", symbol = "kgf·m", utype = "torque", scale = 9.80665, default = "Nm lbfft", link = "킬로그램미터", }, ["kgm"] = { name1 = "킬로그램미터", symbol = "kg·m", utype = "torque", scale = 9.80665, default = "Nm lbfft", }, ["lb-fft"] = { name1 = "파운드힘피트", symbol = "ft·lb<sub>f</sub>", utype = "torque", scale = 1.3558179483314004, default = "Nm", link = "파운드피트", }, ["lb.ft"] = { name1 = "파운드힘피트", symbol = "lb·ft", utype = "torque", scale = 1.3558179483314004, default = "Nm", link = "파운드피트", }, ["lb.in"] = { name1 = "파운드힘인치", symbol = "lb·in", utype = "torque", scale = 0.1129848290276167, default = "mN.m", link = "파운드피트", }, ["lbfft"] = { name1 = "파운드힘피트", symbol = "lbf·ft", utype = "torque", scale = 1.3558179483314004, default = "Nm", link = "파운드피트", }, ["lbft"] = { name1 = "파운드피트", symbol = "lb·ft", utype = "torque", scale = 1.3558179483314004, default = "Nm", }, ["m.kg-f"] = { name1 = "미터킬로그램힘", symbol = "m·kg<sub>f</sub>", utype = "torque", scale = 9.80665, default = "Nm lbfft", link = "킬로그램미터", }, ["m.kgf"] = { name1 = "미터킬로그램힘", symbol = "m·kgf", utype = "torque", scale = 9.80665, default = "Nm lbfft", link = "킬로그램미터", }, ["mN.m"] = { name1 = "밀리뉴턴 미터", symbol = "mN·m", utype = "torque", scale = 0.001, default = "lb.in", link = "뉴턴 미터", }, ["Nm"] = { name1 = "뉴턴 미터", symbol = "N·m", utype = "torque", alttype = "energy", scale = 1, default = "lbfft", }, ["kN/m"] = { per = { "kN", "-m-stiff" }, utype = "torque", default = "lbf/in", }, ["lbf/in"] = { per = { "lbf", "-in-stiff" }, utype = "torque", default = "kN/m", }, ["lb-f.ft"] = { target = "lb-fft", }, ["lb-f·ft"] = { target = "lb-fft", }, ["lbf.ft"] = { target = "lbfft", }, ["lbf·ft"] = { target = "lbfft", }, ["lb·ft"] = { target = "lb.ft", }, ["mkg-f"] = { target = "m.kg-f", }, ["mkgf"] = { target = "m.kgf", }, ["N.m"] = { target = "Nm", }, ["N·m"] = { target = "Nm", }, ["-12USoz(mL)serve"] = { name1_us = "12 U.S. fl oz (355 mL) serving", symbol = "12 US fl oz (355 mL) serving", sym_us = "12 U.S. fl oz (355 mL) serving", utype = "volume", scale = 0.00035488235475000004, default = "mL", link = "Beverage can#Capacity", }, ["-12USoz(ml)serve"] = { name1_us = "12 U.S. fl oz (355 ml) serving", symbol = "12 US fl oz (355 ml) serving", sym_us = "12 U.S. fl oz (355 ml) serving", utype = "volume", scale = 0.00035488235475000004, default = "ml", link = "Beverage can#Capacity", }, ["-12USozserve"] = { name1_us = "12 U.S. fl oz serving", symbol = "12 US fl oz serving", sym_us = "12 U.S. fl oz serving", utype = "volume", scale = 0.00035488235475000004, default = "mL", link = "Beverage can#Capacity", }, ["acre foot"] = { name1 = "에이커피트", symbol = "acre·ft", utype = "volume", scale = 1233.48183754752, default = "m3", }, ["acre ft"] = { name1 = "에이커피트", symbol = "acre·ft", utype = "volume", scale = 1233.48183754752, default = "m3", }, ["AUtbsp"] = { name1 = "Australian tablespoon", symbol = "AU tbsp", utype = "volume", scale = 0.000020, default = "ml", }, ["bdft"] = { name1 = "board foot", name2 = "board feet", symbol = "bd ft", utype = "volume", scale = 0.0023597372167, default = "m3", }, ["board feet"] = { name2 = "board feet", symbol = "board foot", usename = 1, utype = "volume", scale = 0.0023597372167, default = "m3", }, ["board foot"] = { symbol = "board foot", usename = 1, utype = "volume", scale = 0.0023597372167, default = "m3", }, ["cc"] = { name1 = "세제곱센티미터", symbol = "cc", utype = "volume", scale = 0.000001, default = "cuin", }, ["CID"] = { name1 = "세제곱인치", symbol = "cu in", utype = "volume", scale = 0.000016387064, default = "cc", }, ["cord"] = { name1 = "코드", symbol = "cord", utype = "volume", scale = 3.624556363776, default = "m3", link = "코드 (단위)", }, ["cufoot"] = { name1 = "세제곱피트", symbol = "cu ft", utype = "volume", scale = 0.028316846592, default = "m3", }, ["cuft"] = { name1 = "세제곱피트", symbol = "cu ft", utype = "volume", scale = 0.028316846592, default = "m3", }, ["cuin"] = { name1 = "세제곱인치", symbol = "cu in", utype = "volume", scale = 0.000016387064, default = "cm3", }, ["cumi"] = { name1 = "세제곱마일", symbol = "cu mi", utype = "volume", scale = 4168181825.440579584, default = "km3", }, ["cuyd"] = { name1 = "세제곱야드", symbol = "cu yd", utype = "volume", scale = 0.764554857984, default = "m3", }, ["firkin"] = { symbol = "firkin", usename = 1, utype = "volume", scale = 0.04091481, default = "l impgal USgal", link = "퍼킨", }, ["foot3"] = { target = "cufoot", }, ["Goilbbl"] = { name1 = "십억 배럴", symbol = "Gbbl", utype = "volume", scale = 158987294.928, default = "v * 1.58987294928 < 10 ! e6 ! e9 ! m3", link = "배럴", }, ["gr water"] = { name1 = "grains water", symbol = "gr H<sub>2</sub>O", utype = "volume", scale = 0.00000006479891, default = "cm3", link = "그레인 (단위)", }, ["grt"] = { name1 = "gross register ton", symbol = "grt", utype = "volume", scale = 2.8316846592, default = "m3", link = "Gross register tonnage", }, ["impbbl"] = { name1 = "영국 배럴", symbol = "imp bbl", utype = "volume", scale = 0.16365924, default = "l impgal USgal", link = "배럴", customary= 4, }, ["impbsh"] = { name1 = "영국 부셸", symbol = "imp bsh", utype = "volume", scale = 0.03636872, default = "l impgal USdrygal", link = "부셸", customary= 4, }, ["impbu"] = { name1 = "영국 부셸", symbol = "imp bu", utype = "volume", scale = 0.03636872, default = "m3", link = "부셸", customary= 4, }, ["impgal"] = { name1 = "영국 갤런", symbol = "imp gal", utype = "volume", scale = 0.00454609, default = "l USgal", link = "갤런", customary= 4, }, ["impgi"] = { name1 = "질", symbol = "gi", utype = "volume", scale = 0.0001420653125, default = "ml USoz", link = "질 (단위)", }, ["impkenning"] = { name1 = "imperial kenning", symbol = "kenning", utype = "volume", scale = 0.01818436, default = "l USdrygal", link = "Kenning (unit)", }, ["impoz"] = { name1 = "영국 액량 온스", symbol = "imp fl oz", utype = "volume", scale = 0.0000284130625, default = "ml USoz", link = "액량 온스", customary= 4, }, ["imppk"] = { name1 = "영국 펙", symbol = "pk", utype = "volume", scale = 0.00909218, default = "l USdrygal", link = "펙 (단위)", customary= 4, }, ["imppt"] = { name1 = "영국 파인트", symbol = "imp pt", utype = "volume", scale = 0.00056826125, default = "l", link = "파인트", customary= 4, }, ["impqt"] = { name1 = "영국 쿼트", symbol = "imp qt", utype = "volume", scale = 0.0011365225, default = "ml USoz", link = "쿼트", customary= 4, }, ["kilderkin"] = { symbol = "kilderkin", usename = 1, utype = "volume", scale = 0.08182962, default = "l impgal USgal", }, ["koilbbl"] = { name1 = "천 배럴", symbol = "kbbl", utype = "volume", scale = 158.987294928, default = "v * 1.58987294928 < 10 ! ! e3 ! m3", link = "배럴", }, ["L"] = { _name1 = "리터", _symbol = "L", utype = "volume", scale = 0.001, prefixes = 1, default = "impgal USgal", link = "리터", }, ["l"] = { _name1 = "리터", _symbol = "l", utype = "volume", scale = 0.001, prefixes = 1, default = "impgal USgal", link = "리터", }, ["m3"] = { _name1 = "세제곱미터", _symbol = "m<sup>3</sup>", prefix_position= 10, utype = "volume", scale = 1, prefixes = 3, default = "cuft", link = "세제곱미터", }, ["Mbbl"] = { name1 = "천 배럴", symbol = "Mbbl", utype = "volume", scale = 158.987294928, default = "v * 1.58987294928 < 10 ! e3 ! ! m3", link = "배럴", }, ["MMoilbbl"] = { name1 = "백만 배럴", symbol = "MMbbl", utype = "volume", scale = 158987.294928, default = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3", link = "배럴", }, ["Moilbbl"] = { name1 = "백만 배럴", symbol = "Mbbl", utype = "volume", scale = 158987.294928, default = "v * 1.58987294928 < 10 ! e3 ! e6 ! m3", link = "배럴", }, ["MTON"] = { name1 = "measurement ton", symbol = "MTON", utype = "volume", scale = 1.13267386368, default = "m3", }, ["MUSgal"] = { name1 = "백만 미국 갤런", symbol = "million US gal", sym_us = "million U.S. gal", utype = "volume", scale = 3785.411784, default = "Ml", link = "갤런", }, ["oilbbl"] = { name1 = "배럴", symbol = "bbl", utype = "volume", scale = 0.158987294928, default = "m3", }, ["stere"] = { symbol = "stère", usename = 1, utype = "volume", scale = 1, default = "cuft", }, ["Toilbbl"] = { name1 = "조 배럴", symbol = "Tbbl", utype = "volume", scale = 158987294928, default = "v * 1.58987294928 < 10 ! e9 ! e12 ! m3", link = "배럴", }, ["USbbl"] = { name1 = "미국 배럴", symbol = "US bbl", sym_us = "U.S. bbl", utype = "volume", scale = 0.119240471196, default = "l USgal impgal", link = "배럴", customary= 1, }, ["USbeerbbl"] = { name1 = "US beer barrel", name1_us = "U.S. beer barrel", symbol = "US bbl", sym_us = "U.S. bbl", utype = "volume", scale = 0.117347765304, default = "l USgal impgal", link = "배럴", customary= 1, }, ["USbsh"] = { name1 = "미국 부셸", name1_us = "l", symbol = "US bsh", sym_us = "U.S. bsh", utype = "volume", scale = 0.03523907016688, default = "l USdrygal impgal", link = "부셸", customary= 1, }, ["USbu"] = { name1 = "미국 부셸", name1_us = "l", symbol = "US bu", sym_us = "U.S. bu", utype = "volume", scale = 0.03523907016688, default = "l USdrygal impgal", link = "부셸", customary= 1, }, ["USdrybbl"] = { name1 = "미국 건량 배럴", symbol = "US dry bbl", sym_us = "U.S. dry bbl", utype = "volume", scale = 0.11562819898508, default = "m3", link = "배럴", customary= 1, }, ["USdrygal"] = { name1 = "미국 건량 갤런", symbol = "US dry gal", sym_us = "U.S. dry gal", utype = "volume", scale = 0.00440488377086, default = "l", link = "갤런", customary= 1, }, ["USdrypt"] = { name1 = "미국 건량 파인트", name1_us = "U.S. dry pint", symbol = "US dry pt", sym_us = "U.S. dry pt", utype = "volume", scale = 0.0005506104713575, default = "ml", link = "파인트", customary= 1, }, ["USdryqt"] = { name1 = "미국 건량 쿼트", name1_us = "U.S. dry quart", symbol = "US dry qt", sym_us = "U.S. dry qt", utype = "volume", scale = 0.001101220942715, default = "ml", link = "쿼트", customary= 1, }, ["USflgal"] = { name1 = "미국 갤런", symbol = "US fl gal", sym_us = "U.S. fl gal", utype = "volume", scale = 0.003785411784, default = "l impgal", link = "갤런", customary= 1, }, ["USgal"] = { name1 = "미국 갤런", symbol = "US gal", sym_us = "U.S. gal", utype = "volume", scale = 0.003785411784, default = "l impgal", link = "갤런", customary= 1, }, ["USgi"] = { name1 = "질", symbol = "gi", utype = "volume", scale = 0.0001182941183, default = "ml impoz", link = "질 (단위)", customary= 1, }, ["USkenning"] = { name1 = "US kenning", name1_us = "U.S. kenning", symbol = "US kenning", sym_us = "U.S. kenning", utype = "volume", scale = 0.01761953508344, default = "l impgal", link = "Kenning (unit)", }, ["USmin"] = { name1 = "US minim", name1_us = "U.S. minim", symbol = "US min", sym_us = "U.S. min", utype = "volume", scale = 0.000000061611519921875, default = "ml", link = "Minim (unit)", }, ["USoz"] = { name1 = "미국 액량 온스", symbol = "US fl oz", sym_us = "U.S. fl oz", utype = "volume", scale = 0.0000295735295625, default = "ml", link = "액량 온스", customary= 1, }, ["USpk"] = { name1 = "미국 펙", symbol = "US pk", sym_us = "U.S. pk", utype = "volume", scale = 0.00880976754172, default = "l impgal", link = "펙 (단위)", customary= 1, }, ["USpt"] = { name1 = "미국 파인트", symbol = "US pt", sym_us = "U.S. pt", utype = "volume", scale = 0.000473176473, default = "l imppt", link = "파인트", customary= 1, }, ["USqt"] = { name1 = "미국 쿼트", symbol = "US qt", sym_us = "U.S. qt", utype = "volume", scale = 0.000946352946, default = "ml", link = "쿼트", customary= 1, }, ["USquart"] = { name1 = "미국 쿼트", symbol = "US qt", sym_us = "U.S. qt", utype = "volume", scale = 0.000946352946, default = "ml impoz", link = "쿼트", }, ["UStbsp"] = { name1 = "US tablespoon", name1_us = "U.S. tablespoon", symbol = "US tbsp", sym_us = "U.S. tbsp", utype = "volume", scale = 1.4786764781250001e-5, default = "ml", }, ["winecase"] = { symbol = "case", utype = "volume", scale = 0.009, default = "l", link = "Case (goods)", }, ["*U.S.drygal"] = { target = "USdrygal", sp_us = true, customary= 3, }, ["*U.S.gal"] = { target = "USgal", sp_us = true, default = "L impgal", customary= 3, }, ["+USdrygal"] = { target = "USdrygal", customary= 1, }, ["+usfloz"] = { target = "USoz", customary= 1, }, ["+USgal"] = { target = "USgal", customary= 1, }, ["+USoz"] = { target = "USoz", customary= 1, }, ["@impgal"] = { target = "impgal", customary= 4, }, ["acre feet"] = { target = "acre ft", }, ["acre-feet"] = { target = "acre ft", }, ["acre-ft"] = { target = "acre ft", }, ["acre.foot"] = { target = "acre foot", }, ["acre.ft"] = { target = "acre ft", }, ["acre·foot"] = { target = "acre foot", }, ["acre·ft"] = { target = "acre ft", }, ["bushels"] = { target = "USbsh", }, ["cid"] = { target = "CID", }, ["ft3"] = { target = "cuft", }, ["gal"] = { target = "USgal", }, ["gallon"] = { shouldbe = "Use %{USgal%} for US gallons or %{impgal%} for imperial gallons (not %{gallon%})", }, ["gallons"] = { shouldbe = "Use %{USgal%} for US gallons or %{impgal%} for imperial gallons (not %{gallons%})", }, ["Gcuft"] = { target = "e9cuft", }, ["impfloz"] = { target = "impoz", }, ["Impgal"] = { target = "impgal", }, ["in3"] = { target = "cuin", symbol = "in<sup>3</sup>", }, ["kcuft"] = { target = "e3cuft", }, ["kcum"] = { target = "e3m3", }, ["km³"] = { target = "km3", }, ["liter"] = { target = "L", sp_us = true, }, ["liters"] = { target = "L", sp_us = true, }, ["litre"] = { target = "L", }, ["litres"] = { target = "L", }, ["Mcuft"] = { target = "e6cuft", }, ["Mcum"] = { target = "e6m3", }, ["Mft3"] = { target = "e6cuft", }, ["mi3"] = { target = "cumi", }, ["m³"] = { target = "m3", }, ["Pcuft"] = { target = "e15cuft", }, ["pt"] = { shouldbe = "Use %{USpt%} for US pints or %{imppt%} for imperial pints (not %{pt%})", }, ["qt"] = { shouldbe = "Use %{USqt%} for US quarts or %{impqt%} for imperial quarts (not %{qt%})", }, ["Tcuft"] = { target = "e12cuft", }, ["Tft3"] = { target = "e12cuft", }, ["U.S.bbl"] = { target = "USbbl", sp_us = true, default = "l U.S.gal impgal", }, ["U.S.beerbbl"] = { target = "USbeerbbl", sp_us = true, default = "l U.S.gal impgal", }, ["U.S.bsh"] = { target = "USbsh", sp_us = true, default = "l U.S.drygal impgal", }, ["U.S.bu"] = { target = "USbu", sp_us = true, default = "l U.S.drygal impgal", }, ["U.S.drybbl"] = { target = "USdrybbl", sp_us = true, }, ["U.S.drygal"] = { target = "USdrygal", sp_us = true, }, ["U.S.drypt"] = { target = "USdrypt", sp_us = true, }, ["U.S.dryqt"] = { target = "USdryqt", sp_us = true, }, ["U.S.flgal"] = { target = "USflgal", sp_us = true, }, ["U.S.floz"] = { target = "USoz", sp_us = true, }, ["U.S.gal"] = { target = "USgal", sp_us = true, default = "L impgal", customary= 3, }, ["u.s.gal"] = { target = "USgal", sp_us = true, default = "L impgal", customary= 3, }, ["U.S.gi"] = { target = "USgi", sp_us = true, }, ["U.S.kenning"] = { target = "USkenning", sp_us = true, }, ["U.S.oz"] = { target = "USoz", sp_us = true, }, ["U.S.pk"] = { target = "USpk", sp_us = true, }, ["U.S.pt"] = { target = "USpt", sp_us = true, }, ["U.S.qt"] = { target = "USqt", sp_us = true, default = "L impqt", customary= 3, }, ["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 area", default = "m3/km2", }, ["m3/ha"] = { name1 = "cubic metre per hectare", name1_us = "cubic meter per hectare", name2 = "cubic metres per hectare", name2_us = "cubic meters per hectare", symbol = "m<sup>3</sup>/ha", utype = "volume per unit area", scale = 0.0001, default = "USbu/acre", link = "헥타르", }, ["m3/km2"] = { per = { "m3", "km2" }, utype = "volume per unit area", default = "cuft/sqmi", }, ["U.S.gal/acre"] = { per = { "U.S.gal", "acre" }, utype = "volume per unit area", default = "m3/km2", }, ["USbu/acre"] = { name2 = "US bushels per acre", symbol = "US bushel per acre", utype = "volume per unit area", scale = 8.7077638761350888e-6, default = "m3/ha", link = "부셸", }, ["USgal/acre"] = { per = { "USgal", "acre" }, utype = "volume per unit area", default = "m3/km2", }, ["cuyd/mi"] = { per = { "cuyd", "mi" }, utype = "volume per unit length", default = "m3/km", }, ["m3/km"] = { per = { "m3", "km" }, utype = "volume per unit length", default = "cuyd/mi", }, ["miydftin"] = { combination= { "in", "ft", "yd", "mi" }, multiple = { 12, 3, 1760 }, utype = "length", }, ["mift"] = { combination= { "ft", "mi" }, multiple = { 5280 }, utype = "length", }, ["ydftin"] = { combination= { "in", "ft", "yd" }, multiple = { 12, 3 }, utype = "length", }, ["ydft"] = { combination= { "ft", "yd" }, multiple = { 3 }, utype = "length", }, ["ftin"] = { combination= { "in", "ft" }, multiple = { 12 }, utype = "length", }, ["footin"] = { combination= { "in", "foot" }, multiple = { 12 }, utype = "length", }, ["handin"] = { combination= { "in", "hand" }, multiple = { 4 }, utype = "length", }, ["lboz"] = { combination= { "oz", "lb" }, multiple = { 16 }, utype = "mass", }, ["stlb"] = { combination= { "lb", "st" }, multiple = { 14 }, utype = "mass", }, ["stlboz"] = { combination= { "oz", "lb", "st" }, multiple = { 16, 14 }, utype = "mass", }, ["st and lb"] = { combination= { "lb", "st" }, multiple = { 14 }, utype = "mass", }, ["GN LTf"] = { combination= { "GN", "-LTf" }, utype = "force", }, ["GN LTf STf"] = { combination= { "GN", "-LTf", "-STf" }, utype = "force", }, ["GN STf"] = { combination= { "GN", "-STf" }, utype = "force", }, ["GN STf LTf"] = { combination= { "GN", "-STf", "-LTf" }, utype = "force", }, ["kN LTf"] = { combination= { "kN", "-LTf" }, utype = "force", }, ["kN LTf STf"] = { combination= { "kN", "-LTf", "-STf" }, utype = "force", }, ["kN STf"] = { combination= { "kN", "-STf" }, utype = "force", }, ["kN STf LTf"] = { combination= { "kN", "-STf", "-LTf" }, utype = "force", }, ["LTf STf"] = { combination= { "-LTf", "-STf" }, utype = "force", }, ["MN LTf"] = { combination= { "MN", "-LTf" }, utype = "force", }, ["MN LTf STf"] = { combination= { "MN", "-LTf", "-STf" }, utype = "force", }, ["MN STf"] = { combination= { "MN", "-STf" }, utype = "force", }, ["MN STf LTf"] = { combination= { "MN", "-STf", "-LTf" }, utype = "force", }, ["STf LTf"] = { combination= { "-STf", "-LTf" }, utype = "force", }, ["L/100 km mpgimp"] = { combination= { "L/100 km", "mpgimp" }, utype = "fuel efficiency", }, ["l/100 km mpgimp"] = { combination= { "l/100 km", "mpgimp" }, utype = "fuel efficiency", }, ["L/100 km mpgUS"] = { combination= { "L/100 km", "mpgus" }, utype = "fuel efficiency", }, ["L/100 km mpgus"] = { combination= { "L/100 km", "mpgus" }, utype = "fuel efficiency", }, ["l/100 km mpgus"] = { combination= { "l/100 km", "mpgus" }, utype = "fuel efficiency", }, ["mpgimp L/100 km"] = { combination= { "mpgimp", "L/100 km" }, utype = "fuel efficiency", }, ["LT ST t"] = { combination= { "lt", "-ST", "t" }, utype = "mass", }, ["LT t ST"] = { combination= { "lt", "t", "-ST" }, utype = "mass", }, ["ST LT t"] = { combination= { "-ST", "lt", "t" }, utype = "mass", }, ["ST t LT"] = { combination= { "-ST", "t", "lt" }, utype = "mass", }, ["t LT ST"] = { combination= { "t", "lt", "-ST" }, utype = "mass", }, ["ton"] = { combination= { "LT", "ST" }, utype = "mass", }, ["kPa kg/cm2"] = { combination= { "kPa", "kgf/cm2" }, utype = "pressure", }, ["kPa lb/in2"] = { combination= { "kPa", "-lb/in2" }, utype = "pressure", }, ["floz"] = { combination= { "impoz", "USoz" }, utype = "volume", }, } --------------------------------------------------------------------------- -- 위키 문서의 위키텍스트를 읽는 스크립트를 실행하여 생성된 것이므로 이 -- -- 테이블에 있는 값을 수정하지 마세요. (자세한 건 상단의 설명문서 참조) -- --------------------------------------------------------------------------- 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<sup>2</sup>"] = "sqin", ["dm<sup>2</sup>"] = "sqin", ["e3acre"] = "km2", ["e3m2"] = "e6sqft", ["e6acre"] = "km2", ["e6ha"] = "e6acre", ["e6km2"] = "e6sqmi", ["e6m2"] = "e6sqft", ["e6sqft"] = "v * 9.290304 < 100 ! e3 ! e6 ! m2", ["e6sqmi"] = "e6km2", ["hm<sup>2</sup>"] = "acre", ["km<sup>2</sup>"] = "sqmi", ["mm<sup>2</sup>"] = "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", ["n초"] = "µs", ["µ초"] = "ms", ["m초"] = "s", ["k초"] = "h", ["M초"] = "week", ["G초"] = "decade", ["T초"] = "millennium", ["P초"] = "million year", ["E초"] = "thousand million year", ["MK"] = "keVT", ["cL"] = "impoz usoz", ["cl"] = "impoz usoz", ["cm<sup>3</sup>"] = "cuin", ["dL"] = "impoz usoz", ["dl"] = "impoz usoz", ["mm<sup>3</sup>"] = "cuin", ["dm<sup>3</sup>"] = "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<sup>3</sup>"] = "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", } --------------------------------------------------------------------------- -- 위키 문서의 위키텍스트를 읽는 스크립트를 실행하여 생성된 것이므로 이 -- -- 테이블에 있는 값을 수정하지 마세요. (자세한 건 상단의 설명문서 참조) -- --------------------------------------------------------------------------- local link_exceptions = { -- Prefixed units with a linked article different from that of the base unit. -- Each key item is a prefixed symbol (not unitcode). ["mm<sup>2</sup>"] = "제곱밀리미터", ["cm<sup>2</sup>"] = "제곱센티미터", ["dm<sup>2</sup>"] = "제곱데시미터", ["km<sup>2</sup>"] = "제곱킬로미터", ["kJ"] = "킬로줄", ["MJ"] = "메가줄", ["fm"] = "펨토미터", ["pm"] = "피코미터", ["nm"] = "나노미터", ["µm"] = "마이크로미터", ["mm"] = "밀리미터", ["cm"] = "센티미터", ["dm"] = "데시미터", ["dam"] = "데카미터", ["hm"] = "헥토미터", ["km"] = "킬로미터", ["Mm"] = "메가미터", ["Gm"] = "기가미터", ["Tm"] = "테라미터", ["Pm"] = "페타미터", ["Em"] = "엑사미터", ["Zm"] = "제타미터", ["Ym"] = "요타미터", ["µg"] = "마이크로그램", ["mg"] = "밀리그램", ["kg"] = "킬로그램", ["Mg"] = "톤", ["yW"] = "욕토와트", ["zW"] = "젭토와트", ["aW"] = "아토와트", ["fW"] = "펨토와트", ["pW"] = "피코와트", ["nW"] = "나노와트", ["µW"] = "마이크로와트", ["mW"] = "밀리와트", ["kW"] = "킬로와트", ["MW"] = "메가와트", ["GW"] = "기가와트", ["TW"] = "테라와트", ["PW"] = "페타와트", ["EW"] = "엑사와트", ["ZW"] = "제타와트", ["YW"] = "요타와트", ["a초"] = "알토초", ["f초"] = "펨토초", ["p초"] = "피코초", ["n초"] = "나노초", ["µ초"] = "마이크로초", ["m초"] = "밀리초", ["k초"] = "킬로초", ["M초"] = "메가초", ["G초"] = "기가초", ["T초"] = "테라초", ["P초"] = "페타초", ["E초"] = "엑사초", ["Z초"] = "제타초", ["Y초"] = "요타초", ["mm<sup>3</sup>"] = "세제곱밀리미터", ["cm<sup>3</sup>"] = "세제곱센티미터", ["dm<sup>3</sup>"] = "세제곱데시미터", ["dam<sup>3</sup>"] = "세제곰데카미터", ["km<sup>3</sup>"] = "세제곱킬로미터", ["µL"] = "마이크로리터", ["µl"] = "마이크로리터", ["mL"] = "밀리리터", ["ml"] = "밀리리터", ["cL"] = "센티리터", ["cl"] = "센티리터", ["dL"] = "데시리터", ["dl"] = "데시리터", ["daL"] = "데카리터", ["dal"] = "데카리터", ["hL"] = "헥토리터", ["hl"] = "헥토리터", ["kL"] = "킬로리터", ["kl"] = "킬로리터", ["ML"] = "메가리터", ["Ml"] = "메가리터", ["GL"] = "기가리터", ["Gl"] = "기가리터", ["TL"] = "테라리터", ["Tl"] = "테라리터", ["PL"] = "페타리터", ["Pl"] = "페타리터", } --------------------------------------------------------------------------- -- 위키 문서의 위키텍스트를 읽는 스크립트를 실행하여 생성된 것이므로 이 -- -- 테이블에 있는 값을 수정하지 마세요. (자세한 건 상단의 설명문서 참조) -- --------------------------------------------------------------------------- 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"] = "cost $ per unit area", ["$/length"] = "cost $ per unit length", ["$/mass"] = "cost $ per unit mass", ["$/volume"] = "cost $ per unit volume", ["£/area"] = "cost £ per unit area", ["/area"] = "per unit area", ["/volume"] = "per unit volume", ["area/area"] = "area per unit area", ["energy/length"] = "energy per unit length", ["energy/mass"] = "energy per unit mass", ["energy/time"] = { utype = "power", link = "Power" }, ["energy/volume"] = "energy per unit volume", ["force/area"] = { utype = "pressure", link = "Pressure" }, ["length/length"] = { utype = "gradient", link = "Gradient" }, ["length/time"] = { utype = "speed", link = "Speed" }, ["length/time/time"] = { utype = "acceleration", link = "Acceleration" }, ["mass/area"] = { utype = "pressure", multiplier = 9.80665 }, ["mass/length"] = "linear density", ["mass/mass"] = "concentration", ["mass/power"] = "mass per unit power", ["mass/time"] = "mass per unit time", ["mass/volume"] = { utype = "density", link = "Density" }, ["power/mass"] = "power per unit mass", ["power/volume"] = { link = "Power density" }, ["pressure/length"] = "fracture gradient", ["speed/time"] = { utype = "acceleration", link = "Acceleration" }, ["volume/area"] = "volume per unit area", ["volume/length"] = "volume per unit length", ["volume/time"] = "flow", } return { all_units = all_units, default_exceptions = default_exceptions, link_exceptions = link_exceptions, per_unit_fixups = per_unit_fixups, } |
Index:
pl ar de en es fr it arz nl ja pt ceb sv uk vi war zh ru af ast az bg zh-min-nan bn be ca cs cy da et el eo eu fa gl ko hi hr id he ka la lv lt hu mk ms min no nn ce uz kk ro simple sk sl sr sh fi ta tt th tg azb tr ur zh-yue hy my ace als am an hyw ban bjn map-bms ba be-tarask bcl bpy bar bs br cv nv eml hif fo fy ga gd gu hak ha hsb io ig ilo ia ie os is jv kn ht ku ckb ky mrj lb lij li lmo mai mg ml zh-classical mr xmf mzn cdo mn nap new ne frr oc mhr or as pa pnb ps pms nds crh qu sa sah sco sq scn si sd szl su sw tl shn te bug vec vo wa wuu yi yo diq bat-smg zu lad kbd ang smn ab roa-rup frp arc gn av ay bh bi bo bxr cbk-zam co za dag ary se pdc dv dsb myv ext fur gv gag inh ki glk gan guw xal haw rw kbp pam csb kw km kv koi kg gom ks gcr lo lbe ltg lez nia ln jbo lg mt mi tw mwl mdf mnw nqo fj nah na nds-nl nrm nov om pi pag pap pfl pcd krc kaa ksh rm rue sm sat sc trv stq nso sn cu so srn kab roa-tara tet tpi to chr tum tk tyv udm ug vep fiu-vro vls wo xh zea ty ak bm ch ny ee ff got iu ik kl mad cr pih ami pwn pnt dz rmy rn sg st tn ss ti din chy ts kcg ve