Content deleted Content added
some tests of "extra" units; the ultra-clever script editor has changed all my tab characters to spaces on paste |
experiment with abbr title |
||
Line 14:
["RDF"] = { target = "DF" }, -- redirect to new unit defined below
["RM"] = { target = "m" }, -- redirect to "m" in [[Module:Convert/data]]
["xyz"] = { target = "xyz" },
["J/DM"] = {
utype = "energy per unit length",
default = "kJ/km",
Line 36 ⟶ 37:
default = "v > 0 and v < 1.5 ! ftin ! ft",
link = "Double metre",
},
["ina"] = {
name1 = "inch",
name2 = "inches",
symbol = '<abbr title="inches">in</abbr>',
utype = "length",
scale = 0.0254,
exception = "subunit_more_precision",
default = "mm",
},
}
|