languages/data: Difference between revisions
From SUALEX
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
-- Module:languages/data | -- Module:languages/data | ||
-- [code] = { canonical name, ancestor code } | -- [code] = { canonical name, ancestor code } | ||
-- Protolanguage codes are arbitrary, everything else are per ISO 639-3 | |||
return { | return { | ||
| Line 6: | Line 7: | ||
["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" }, | ["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" }, | ||
["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" }, | ["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" }, | ||
["cah-pro"] = { "Proto-Cahita", "msn-pro" }, | |||
["yaq"] = { "Yaqui", "cah-pro" }, | |||
["mfy"] = { "Mayo", "cah-pro" }, | |||
["cnh-pro"] = { "Proto-Corachol-Nahua", "msn-pro" }, | |||
["nah-pre"] = { "Pre-Nahua", "cnh-pro" }, | |||
["nah-pro"] = { "Proto-Nahuatl", "nah-pre" }, | |||
["crc-pro"] = { "Proto-Corachol", "cnh-pro" }, | |||
["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" }, | ["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" }, | ||
["tar-pro"] = { "Proto-Tarahumaran", "thg-pro" }, | |||
["var-pro"] = { "Proto-Guarijío", "thg-pro" }, | |||
["tbu-pre"] = { "Pre-Tubar", "msn-pro" }, | |||
["tbu"] = { "Tubar", "tbu-pre" }, | |||
["tpm-pro"] = { "Proto-Tepiman", "sua-pro" }, | ["tpm-pro"] = { "Proto-Tepiman", "sua-pro" }, | ||
} | } | ||
Revision as of 17:11, 30 January 2026
Documentation for this module may be created at Module:languages/data/doc
-- Module:languages/data
-- [code] = { canonical name, ancestor code }
-- Protolanguage codes are arbitrary, everything else are per ISO 639-3
return {
["azc-pro"] = { "Proto-Uto-Aztecan", nil },
["sua-pro"] = { "Proto-Southern Uto-Aztecan", "azc-pro" },
["msn-pro"] = { "Proto-Minor Sonoran", "sua-pro" },
["cah-pro"] = { "Proto-Cahita", "msn-pro" },
["yaq"] = { "Yaqui", "cah-pro" },
["mfy"] = { "Mayo", "cah-pro" },
["cnh-pro"] = { "Proto-Corachol-Nahua", "msn-pro" },
["nah-pre"] = { "Pre-Nahua", "cnh-pro" },
["nah-pro"] = { "Proto-Nahuatl", "nah-pre" },
["crc-pro"] = { "Proto-Corachol", "cnh-pro" },
["thg-pro"] = { "Proto-Tarahumara-Guarijío", "msn-pro" },
["tar-pro"] = { "Proto-Tarahumaran", "thg-pro" },
["var-pro"] = { "Proto-Guarijío", "thg-pro" },
["tbu-pre"] = { "Pre-Tubar", "msn-pro" },
["tbu"] = { "Tubar", "tbu-pre" },
["tpm-pro"] = { "Proto-Tepiman", "sua-pro" },
}