Actions

Module

Module:languages/data

From SUALEX

Revision as of 07:32, 29 January 2026 by Jawad (talk | contribs) (Created page with "-- Module:languages/data -- [code] = { canonical name, ancestor code } return { ["azc-pro"] = { "Proto-Uto-Aztecan", nil }, ["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" }, ["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" }, ["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" }, ["tpm-pro"] = { "Proto-Tepiman", "sua-pro" }, ["tbu"] = { "Tubar", nil }, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:languages/data/doc

-- Module:languages/data
-- [code] = { canonical name, ancestor code }

return {
  ["azc-pro"] = { "Proto-Uto-Aztecan", nil },
	["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" },
		["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" },
			["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" },
		["tpm-pro"] = { "Proto-Tepiman", "sua-pro" },
  ["tbu"] = { "Tubar", nil },
}