(Difference between pages)
imported>Jworkorg |
imported>Jworkorg |
Line 18: |
Line 18: |
|
| |
|
| local extra_units = { | | local extra_units = { |
| ["100mi"] = {
| |
| target = "mi",
| |
| multiplier= 100,
| |
| },
| |
| ["100miles"] = {
| |
| target = "mi",
| |
| symbol = "miles",
| |
| multiplier= 100,
| |
| },
| |
| ["g0-temp"] = { -- test how g0 will work in next release; the zero is not in italics
| |
| name1 = "standard gravity",
| |
| name2 = "standard gravities",
| |
| symbol = "''g''<sub>0</sub>",
| |
| utype = "acceleration",
| |
| scale = 9.80665,
| |
| default = "m/s2",
| |
| },
| |
| ["g-force"] = {
| |
| name2 = "''g''",
| |
| symbol = "''g''",
| |
| utype = "acceleration",
| |
| scale = 9.80665,
| |
| default = "m/s2",
| |
| link = "g-force",
| |
| },
| |
| ["kpm"] = {
| |
| name1 = "kilopond metre",
| |
| name1_us = "kilopond meter",
| |
| symbol = "kp⋅m",
| |
| utype = "torque",
| |
| scale = 9.80665,
| |
| default = "Nm lbft",
| |
| link = "Kilogram metre (torque)",
| |
| },
| |
| ["miyd"] = {
| |
| combination= { "yd", "mi" },
| |
| multiple = { 1760 },
| |
| utype = "length",
| |
| },
| |
| ["scf2"] = {
| |
| name1 = "standard cubic foot",
| |
| name2 = "standard cubic feet",
| |
| symbol = "scf",
| |
| utype = "energy",
| |
| scale = 2869.2044809344,
| |
| default = "kJ",
| |
| link = "Standard cubic foot",
| |
| },
| |
| ["scfoot2"] = {
| |
| name1 = "standard cubic foot",
| |
| name2 = "standard cubic foot",
| |
| symbol = "scf",
| |
| utype = "energy",
| |
| scale = 2869.2044809344,
| |
| default = "kJ",
| |
| link = "Standard cubic foot",
| |
| },
| |
| ["mi/kWh"] = {
| |
| name1 = "miles per kiloWatt hour",
| |
| per = { "mi", "kWh" },
| |
| utype = "Energy per unit length",
| |
| invert = -1,
| |
| default = "kWh/100km",
| |
| },
| |
| } | | } |
|
| |
|
| return { extra_units = extra_units } | | return { extra_units = extra_units } |