Jump to content

Module:Convert/extra

විකිපීඩියා වෙතින්
05:20, 1 අප්‍රේල් 2021 වන විට Lee (සාකච්ඡාව | දායකත්ව) විසින් සිදු කර ඇති සංශෝධන

-- 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 = {
["u"] = {
    symbol = "u",
    name1 =  "unified atomic mass unit",
    utype    = "mass",
    scale    =  1.6605389e-27,
    prefixes = 1,
    default  = "kg",
    link     = "Atomic mass unit",
    },
["dalton"] = {
    target = "u",
    symbol = "Da",
    name1 =  "dalton",
    },
["feddan"] = {
    symbol   = "feddan",
    usename  = 1,
    utype    = "area",
    scale    = 4200,
    default  = "m2",
    },
["සැත"] = {
    name1    = "සැතපුම",
    symbol   = "සැත",
    utype    = "length",
    scale    = 1609.344,
    default  = "කිමී",
    subdivs  = { ["දම්"] = { 80, default = "කිමී" }, ["දම්වැල"] = { 80, default = "කිමී" }, ["අඩි"] = { 5280, default = "කිමී" }, ["යාර"] = { 1760, default = "කිමී" }, ["පර්ලොම්"] = { 8, default = "කිමී" } },
    },
["micron"] = {
    target   = "µm",
    default  = "µin",
    },
["eVpar"] = {
	_name1   = "electronvolt",
	_symbol  = "eV",
	utype    = "energy per chemical amount",
	scale    = 96485.329522144162,
	prefixes = 1,
	default  = "kJ/mol",
	link     = "Electronvolt",
    },
["කිමී"] = {
    target   = "km",
    symbol   = "කිමී",
    default  = "සැත",
    },
["කි.මී."] = {
    target   = "km",
    symbol   = "කි.මී.",
    default  = "සැත",
    },
["සැතපුම්"] = {
    target   = "සැත",
    symbol   = "සැතපුම්",
    default  = "කිලෝමීටර",
    },
["නාසැ"] = {
    target   = "nmi",
    symbol   = "නාසැ",
    default  = "කිමී සැත",
    },
["ආව"] = {
    target   = "ly",
    symbol   = "ආව",
    },
["කිපාසෙ"] = {
    target   = "kpc",
    symbol   = "කිපාසෙ",
    },
["රාත්"] = {
    target   = "lb",
    symbol   = "රාත්",
    },
["කිග්‍රෑ"] = {
    target   = "kg",
    },
["ග්‍රෑ"] = {
    target   = "g",
    },
["හෙක්"] = {
    target   = "ha",
    symbol   = "හෙක්",
    },
["සැත2"] = {
    target   = "sqmi",
    symbol   = "වර්ග සැතපුම්",
    },
["අක්"] = {
    target   = "acre",
    },
["මී"] = {
    target   = "m",
    },
["කිජූ"] = {
    target   = "kJ",
    symbol   = "කිජූ",
    },
["කිකැලරි"] = {
    target   = "kcal",
    symbol   = "කිකැලරි",
    },
}

return { extra_units = extra_units }
"https://si.wikipedia.org/w/index.php?title=Module:Convert/extra&oldid=479411" වෙතින් සම්ප්‍රවේශනය කෙරිණි