Khác biệt giữa các bản “Mô đun:Convert/extra”
(Tạo trang mới với nội dung “-- Extra conversion data used by Module:Convert. -- -- Module:Convert/data defines all units and is transcluded in all pages -- where [[Module:Convert…”)
 
 
Dòng 1: Dòng 1:
-- Extra conversion data used by Module:Convert.
 
--
 
-- [[Module:Convert/data]] defines all units and is transcluded in all pages
 
-- where [[Module:Convert]] is used. Testing new units by editing that module
 
-- would invalidate the cache for all affected pages.
 
--
 
-- For quick changes and experiments with new units, this module can be edited.
 
-- Since this module is transcluded in only a small number of pages, changes
 
-- should cause little server overhead and should propagate quickly.
 
--
 
-- If a unit is defined in the data module, any definition here is ignored,
 
-- so defining the same unit in both modules is not an error.
 
-- A unit defined here can refer to units that are also defined here, and
 
-- can refer to units defined in the data module.
 
--
 
-- Periodically, those extra units that are wanted permanently can be removed
 
-- from here after being added to [[Module:Convert/data]].
 
 
 
local extra_units = {
 
local extra_units = {
     ["100mi"] = {
+
     ["au"] = {
target  = "mi",
+
    symbol = "au",
multiplier= 100,
+
    target = "AU"
 
     },
 
     },
     ["100miles"] = {
+
     ["u"] = {
target  = "mi",
+
    symbol = "u",
symbol  = "miles",
+
    name1 =  "đơn vị khối lượng nguyên tử thống nhất",
multiplier= 100,
+
    utype    = "mass",
 +
    scale    =  1.6605389e-27,
 +
    prefixes = 1,
 +
    default  = "kg",
 +
    link    = "Đơn vị khối lượng nguyên tử",
 
     },
 
     },
     ["g0-temp"] = { -- test how g0 will work in next release; the zero is not in italics
+
     ["dalton"] = {
name1    = "standard gravity",
+
    target = "u",
name2    = "standard gravities",
+
    symbol = "Da",
symbol   = "''g''<sub>0</sub>",
+
    name1 =  "dalton",
utype    = "acceleration",
 
scale    = 9.80665,
 
default = "m/s2",
 
 
     },
 
     },
     ["g-force"] = {
+
-- [[Hệ đo lường cổ Việt Nam]]
name2   = "''g''",
+
     ["chai vai"] = {
symbol  = "''g''",
+
        name1   = "chai vai",
utype    = "acceleration",
+
        symbol  = "chai vai",
scale    = 9.80665,
+
        utype    = "length",
default  = "m/s2",
+
        scale    = 14.63,
link    = "g-force",
+
        default  = "m",
 +
        link    = "Hệ đo lường cổ Việt Nam",
 
     },
 
     },
     ["kpm"] = {
+
     ["công"] = {
name1    = "kilopond metre",
+
        name1    = "công",
name1_us = "kilopond meter",
+
        symbol  = "công",
symbol  = "kp⋅m",
+
        utype    = "area",
utype    = "torque",
+
        scale    = 1000,
scale    = 9.80665,
+
        default  = "m2",
default  = "Nm lbft",
+
        link    = "Hệ đo lường cổ Việt Nam",
link    = "Kilogram metre (torque)",
 
 
     },
 
     },
     ["miyd"] = {
+
     ["túc"] = {
combination= { "yd", "mi" },
+
        name1    = "túc",
multiple = { 1760 },
+
        symbol  = "túc",
utype   = "length",
+
        utype    = "volume",
 +
        scale   = (3+1/3)*10^-9,
 +
        default  = "µL",
 +
        link    = "Hệ đo lường cổ Việt Nam",
 
     },
 
     },
     ["scf2"] = {
+
     ["uyên"] = {
name1    = "standard cubic foot",
+
        name1    = "uyên",
name2    = "standard cubic feet",
+
        symbol  = "uyên",
symbol  = "scf",
+
        utype    = "volume",
utype    = "energy",
+
        scale    = 0.001,
scale    = 2869.2044809344,
+
        default  = "L",
default  = "kJ",
+
        link    = "Hệ đo lường cổ Việt Nam",
link    = "Standard cubic foot",
 
 
     },
 
     },
     ["scfoot2"] = {
+
     ["tau"] = {
name1    = "standard cubic foot",
+
        name1    = "tau",
name2    = "standard cubic foot",
+
        symbol  = "tau",
symbol  = "scf",
+
        utype    = "volume",
utype    = "energy",
+
        scale    = 0.001*20,
scale    = 2869.2044809344,
+
        default  = "L",
default  = "kJ",
+
        link    = "Hệ đo lường cổ Việt Nam",
link    = "Standard cubic foot",
 
 
     },
 
     },
     ["mi/kWh"] = {
+
     ["cây"] = {
name1    = "miles per kiloWatt hour",
+
        name1    = "cây",
per     = { "mi", "kWh" },
+
        symbol  = "cây",
utype = "Energy per unit length",
+
        utype    = "mass",
invert   = -1,
+
        scale    = 0.001*37.50,
default = "kWh/100km",
+
        default  = "g",
 +
        link    = "Hệ đo lường cổ Việt Nam",
 +
    },
 +
    ["chỉ"] = {
 +
        name1    = "chỉ",
 +
        symbol  = "chỉ",
 +
        utype   = "mass",
 +
        scale    = 0.001*3.75,
 +
        default = "g",
 +
        link    = "Hệ đo lường cổ Việt Nam",
 +
    },
 +
    ["canh"] = {
 +
        name1    = "canh",
 +
        symbol   = "canh",
 +
        utype    = "time",
 +
        scale    = 3600*2,
 +
        default  = "h",
 +
        link    = "Hệ đo lường cổ Việt Nam",
 
     },
 
     },
 
}
 
}
  
 
return { extra_units = extra_units }
 
return { extra_units = extra_units }

Bản hiện tại lúc 11:22, ngày 24 tháng 4 năm 2021

Có thể viết tài liệu về mô đun này tại Mô đun:Convert/extra/tài liệu.

local extra_units = {
    ["au"] = {
    symbol = "au",
    target = "AU"
    },
    ["u"] = {
    symbol = "u",
    name1 =  "đơn vị khối lượng nguyên tử thống nhất",
    utype    = "mass",
    scale    =  1.6605389e-27,
    prefixes = 1,
    default  = "kg",
    link     = "Đơn vị khối lượng nguyên tử",
    },
    ["dalton"] = {
    target = "u",
    symbol = "Da",
    name1 =  "dalton",
    },
	-- [[Hệ đo lường cổ Việt Nam]]
    ["chai vai"] = {
        name1    = "chai vai",
        symbol   = "chai vai",
        utype    = "length",
        scale    = 14.63,
        default  = "m",
        link     = "Hệ đo lường cổ Việt Nam",
    },
    ["công"] = {
        name1    = "công",
        symbol   = "công",
        utype    = "area",
        scale    = 1000,
        default  = "m2",
        link     = "Hệ đo lường cổ Việt Nam",
    },
    ["túc"] = {
        name1    = "túc",
        symbol   = "túc",
        utype    = "volume",
        scale    = (3+1/3)*10^-9,
        default  = "µL",
        link     = "Hệ đo lường cổ Việt Nam",
    },
    ["uyên"] = {
        name1    = "uyên",
        symbol   = "uyên",
        utype    = "volume",
        scale    = 0.001,
        default  = "L",
        link     = "Hệ đo lường cổ Việt Nam",
    },
    ["tau"] = {
        name1    = "tau",
        symbol   = "tau",
        utype    = "volume",
        scale    = 0.001*20,
        default  = "L",
        link     = "Hệ đo lường cổ Việt Nam",
    },
    ["cây"] = {
        name1    = "cây",
        symbol   = "cây",
        utype    = "mass",
        scale    = 0.001*37.50,
        default  = "g",
        link     = "Hệ đo lường cổ Việt Nam",
    },
    ["chỉ"] = {
        name1    = "chỉ",
        symbol   = "chỉ",
        utype    = "mass",
        scale    = 0.001*3.75,
        default  = "g",
        link     = "Hệ đo lường cổ Việt Nam",
    },
    ["canh"] = {
        name1    = "canh",
        symbol   = "canh",
        utype    = "time",
        scale    = 3600*2,
        default  = "h",
        link     = "Hệ đo lường cổ Việt Nam",
    },
}

return { extra_units = extra_units }