Module:Sandbox/DePiep/data/elementToZid

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Gonnym at 15:43, 1 August 2023 (Gonnym moved page Module:User:DePiep/data/elementToZid to Module:Sandbox/DePiep/data/elementToZid without leaving a redirect: per convention). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
return
{
	--0+
--	[""] = 0,
	["hydrogen"] = 1,
	["h"] = 1,
	["helium"] = 2,
	["he"] = 2,
	["carbon"] = 6,
	["c"] = 6,
	["carbon"] = 6,
	--10+
	["aluminium"] = 13,
	["al"] = 13,
	["aluminum"] = 13, -- sp variant
	["chlorine"] = 17,
	["cl"] = 17,
	--80+
	["mercury"] = 80,
	["hg"] = 80,
	--100+
	["ununtrium"] = 113,
	["uut"] = 113
}