Module:Languages/data3/t
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"t為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过Module:languages获取。
必填值
表中的每个项目必须包含以下索引字段:
1- 该语言的“规范”名称,旧版模块中写作
canonicalName。这是维基词典词条和分类名称中使用的名字。 2- 该语言在维基数据的ID(以Q开头)。这取代了旧的
wikipedia_article属性。若该语言在维基数据没有对应的实体,可将其设为nil。
选填值
3- 该语言所属的语系,请参见Wiktionary:语系。
属性 entry_name 和 sort_key 用于替换文本;它们替换或删除某些字符或字符集。其工作原理相似,且都是可选的。它们都可以是表,sort_key 可以是一个模块的名称,该模块接收一个条目名并生成一个排序键(用于在类别页面上对条目进行排序)。
if sort_key is the name of a module, the module must contain a sortkey-generating function that is named makeSortKey. This function must take the arguments text, lang, sc, where text is the page name (or other text in the language), lang is the language code (not the language object), and sc is the script code (not the script object). The returned value should always be a string, or there will be a module error in the Language:makeSortKey() function.
If either one is a table, it must contain two tables inside it: one named from and one named to. These two tables are organised pairwise: each element in from is a pattern to identify which characters in the term to replace, while the corresponding element in to defines what to replace them with.
If the replacement is not present or if it is false or nil, it defaults to an empty replacement, meaning that the matching characters are removed altogether. This means that the from list can be longer than the to list, and an empty replacement will be assumed for any elements in from that have no counterpart in to.
The tables can contain literal characters, or the patterns (a type of regular expressions) that are used by the standard Scribunto mw.ustring.gsub function. See the Scribunto reference manual for more information.
At the top of the module, there is a list of combining characters with names. These are provided for convenience and readability, as combining characters generally do not display properly inside the module code (although they do not affect the actual operation of the module).
entry_name- Defines replacements to create the entry name from the displayed form of a term. This can be used to remove certain diacritical marks according to the customs or standard practice of the language. For example, it is used to remove accent marks from Russian words (
ру́сский→русский), or macrons from Latin or Old English words (ōs→os), as these are not used in the normal written form of these languages. This is used bymakeEntryNamein Module:languages. sort_key- Defines replacements to create a category sort key from the page name. The purpose is to remove any characters that are ignored in sorting, and to replace similar characters with identical ones if the sorting rules for that language do not distinguish them. For example, in German, the characters "ä" and "a" are considered equivalent for sorting, and are both treated as "a". The page name is converted to lowercase before applying the replacements, so you should not add uppercase letters to the "from" lists. This is used by
makeSortKeyin Module:languages.
These are other optional values:
otherNames- 该语言除了标准名称外的所有名称的表格。该表格不仅应包括该语言的同义词,而且应包括指归入同一类别的语言变体的名称。例如,虽然佛兰芒语不是荷兰语的同义词,但佛兰芒语被认为是荷兰语的“一部分”,因此该名称被列入荷兰语其中。
type- 语言的类型(会影响它在Wiktionary上的处理方式)。可用的值包括:
regular-这个值是默认值,所以不需要特别指定。这表示该语言的词汇符合Wiktionary:收录标准,因此被允许放在主命名空间中。该语言可能也有重构的词汇,则这些词汇应被放在重构(Reconstructed)命名空间中,且必须在前面加“*”表示重构。(注:中文维基词典暂无 Reconstructed 空间。)reconstructed- 此语言不符合Wiktionary:收录标准,因此只允许在重构命名空间中使用。这类语言中的所有词汇都是重建得到的,必须在前面加上“*”。appendix-constructed- 这种语言已经通过验证,但不符合对重构语言的额外要求(Wiktionary:收录标准#构建语言)。因此,其词汇必须放在附录(Appendix)命名空间中;又因为它们不是透过重建得到的,因此不应该在链接中加上“*”前缀。
scripts- A list of script codes, see Wiktionary:Scripts. These represent all the scripts (writing systems) that this language uses in the real world, as well as the ones that Wiktionary uses. The scripts that are used most often on Wiktionary should be first in the list, as this will speed up script detection.
- Many templates and modules detect the script of text in a particular language using the
findBestScriptfunction in Module:scripts. This function goes down the list of scripts and counts how many characters in the text belong to each script. If all the characters belong to one script, that script will be returned; otherwise, the script with the most characters will be returned. Thus, script detection will be faster if the most frequently used scripts are first in the list. translit_module- The name of a module that is used to generate transliterations of terms, without the Module: prefix. This module must export a function named
trthat is defined as follows:tr(text, lang, sc)
- The three parameters are the text to be transliterated, the language code, and the script code. The function can ignore the language and script codes, but they are provided for cases when a language has more than one script, or when a single function is used to transliterate multiple languages sharing the same script.
ancestors- A table listing the language codes of the direct ancestors of this language. For example, the ancestor of English is listed as
enm(Middle English);ang(Old English, the ancestor of Middle English),gem-pro(Proto-Germanic, the ancestor of Old English), andine-pro(Proto-Indo-European, the ancestor of Proto-Germanic) are not listed. - For most languages, only one ancestor code should be given, but multiple ancestors can be listed for pidgins, creoles and mixed languages.
- The ancestor language table should not be included if the language's direct ancestor is the proto-language of the family to which the language belongs. In such a case, if the family code has been provided, Module:languages will automatically add the proto-language as the language's ancestor. For example, Proto-Germanic (
gem-pro) belongs to the Indo-European (ine) family, and its direct ancestor is Proto-Indo-European (ine-pro). Because Proto-Indo-European is the proto-language of the Indo-European languages, Proto-Germanic does not need anancestorstable; Proto-Indo-European will be automatically returned as its ancestor by thegetAncestorsfunction. wikimedia_codes- A table listing the Wikimedia language codes that this language maps to. This is used to translate Wiktionary codes to Wikimedia codes, which are usually the same but there are a few languages where it is different. The language codes must be valid Wikimedia codes (as determined by the wiki software), and if they are not defined in one of the language data modules, they must be defined in Module:wikimedia languages/data.
wikipedia_article- The name of the Wikipedia article for the language. Should normally only be supplied if the Wikidata id cannot be used.
local u = mw.ustring.char
-- UTF-8 encoded strings for some commonly-used diacritics
local GRAVE = u(0x0300)
local ACUTE = u(0x0301)
local CIRC = u(0x0302)
local TILDE = u(0x0303)
local MACRON = u(0x0304)
local BREVE = u(0x0306)
local DOTABOVE = u(0x0307)
local DIAER = u(0x0308)
local CARON = u(0x030C)
local DGRAVE = u(0x030F)
local INVBREVE = u(0x0311)
local DOTBELOW = u(0x0323)
local RINGBELOW = u(0x0325)
local CEDILLA = u(0x0327)
local Arab = {"Arab"}
local Cyrl = {"Cyrl"}
local Deva = {"Deva"}
local Latn = {"Latn"}
local PUNCTUATION = ' !#$%&*+,-./:;<=>?@^_`|~\'()'
local m = {}
m["taa"] = {
"Lower Tanana",
"Q28565",
"ath-nor",
otherNames = {"Tanana", "Middle Tanana"},
scripts = Latn,
}
m["tab"] = {
"塔巴薩蘭語",
"Q34079",
"cau-lzg",
otherNames = {"Tabasaran", "Tabassaran"},
scripts = {"Cyrl"},
translit_module = "tab-translit",
override_translit = true,
entry_name = {
from = {ACUTE},
to = {}} ,
}
m["tac"] = {
"低地塔拉烏馬拉語",
"Q15616384",
"azc-trc",
otherNames = {"Lowland Tarahumara"},
scripts = Latn,
}
m["tad"] = {
"Tause",
"Q2356440",
"paa-lkp",
scripts = Latn,
}
m["tae"] = {
"Tariana",
"Q732726",
"awd-nwk",
scripts = Latn,
}
m["taf"] = {
"Tapirapé",
"Q7684673",
"tup-gua",
scripts = Latn,
}
m["tag"] = {
"Tagoi",
"Q36537",
"nic-ras",
scripts = Latn,
}
m["taj"] = {
"Eastern Tamang",
"Q12953177",
"sit-tam",
scripts = {"Deva"},
}
m["tak"] = {
"Tala",
"Q3914494",
"cdc-wst",
scripts = Latn,
}
m["tal"] = {
"Tal",
"Q3440387",
"cdc-wst",
scripts = Latn,
}
m["tan"] = {
"Tangale",
"Q529921",
"cdc-wst",
scripts = Latn,
}
m["tao"] = {
"達悟語",
"Q715760",
"phi",
otherNames = {"Yami", "雅美語", "Tao"},
scripts = Latn,
}
m["tap"] = {
"Taabwa",
"Q7673650",
"bnt-sbi",
scripts = Latn,
}
m["taq"] = {
"塔馬舍克語",
"Q4670066",
"ber",
otherNames = {"Tamasheq"},
scripts = {"Tfng", "Arab", "Latn"},
ancestors = {"tmh"},
}
m["tar"] = {
"中塔拉烏馬拉語",
"Q20090009",
"azc-trc",
otherNames = {"Central Tarahumara"},
scripts = Latn,
sort_key = {
from = {"á", "é", "í", "ó", "ú", "ꞌ"},
to = {"a", "e", "i", "o", "u"}
},
}
m["tas"] = {
"Tay Boi",
"Q2233794",
"crp",
otherNames = {"Tay Boi Pidgin French", "Vietnamese Pidgin French"},
scripts = Latn,
ancestors = {"fr"},
}
m["tau"] = {
"Upper Tanana",
"Q28281",
"ath-nor",
otherNames = {"Tabesna", "Nabesna"},
scripts = Latn,
}
m["tav"] = {
"Tatuyo",
"Q2524007",
"sai-tuc",
scripts = Latn,
}
m["taw"] = {
"Tai",
"Q7675861",
"ngf-mad",
scripts = Latn,
}
m["tax"] = {
"Tamki",
"Q3449082",
"cdc",
scripts = Latn,
}
m["tay"] = {
"泰雅語",
"Q715766",
"map-ata",
otherNames = {"Atayal", "泰雅爾語", "Tayal"},
scripts = {"Latn"},
}
m["taz"] = {
"Tocho",
"Q36680",
"alv-tal",
scripts = Latn,
}
m["tba"] = {
"Aikanã",
"Q3409307",
"qfa-iso",
}
m["tbb"] = {
"Tapeba",
"Q12953908",
}
m["tbc"] = {
"塔基亞語",
"Q3514336",
"poz-oce",
otherNames = {"Takia"},
}
m["tbd"] = {
"Kaki Ae",
"Q6349417",
"poz-ocw",
scripts = Latn,
}
m["tbe"] = {
"Tanimbili",
"Q3515188",
"poz-oce",
scripts = Latn,
}
m["tbf"] = {
"Mandara",
"Q3285424",
"poz-ocw",
scripts = Latn,
}
m["tbg"] = {
"North Tairora",
"Q20210398",
"paa-kag",
}
m["tbh"] = {
"Thurawal",
"Q3537135",
"aus-yuk",
}
m["tbi"] = {
"Gaam",
"Q35338",
"sdv-eje",
otherNames = {"Ingessana", "Gaahmg"},
scripts = Latn,
}
m["tbj"] = {
"Tiang",
"Q3528020",
"poz-ocw",
scripts = Latn,
}
m["tbk"] = {
"卡拉米-塔格巴努瓦語",
"Q3915487",
"phi-kal",
}
m["tbl"] = {
"特波里語",
"Q7690594",
"phi",
otherNames = {"Tboli"},
}
m["tbm"] = {
"Tagbu",
"Q7675188",
"nic-ser",
}
m["tbn"] = {
"Barro Negro Tunebo",
"Q12953943",
"cba",
}
m["tbo"] = {
"Tawala",
"Q7689206",
"poz-ocw",
scripts = Latn,
}
m["tbp"] = {
"Taworta",
"Q7689337",
"paa-lkp",
otherNames = {"Diebroud", "Dabra"},
scripts = Latn,
}
m["tbr"] = {
"Tumtum",
"Q3407029",
"qfa-kad",
}
m["tbs"] = {
"Tanguat",
"Q7683166",
"paa",
scripts = Latn,
}
m["tbt"] = {
"Kitembo",
"Q13123561",
"bnt-shh",
otherNames = {"Tembo"},
scripts = Latn,
}
m["tbu"] = {
"Tubar",
"Q56730",
"azc-trc",
otherNames = {"Tubare"},
scripts = Latn,
}
m["tbv"] = {
"Tobo",
"Q7811712",
"ngf",
}
m["tbw"] = {
"塔格巴努瓦語",
"Q3915475",
"phi",
scripts = Latn,
}
m["tbx"] = {
"Kapin",
"Q6366665",
"poz-ocw",
otherNames = {"Middle Watut"},
scripts = Latn,
}
m["tby"] = {
"塔巴魯語",
"Q11732670",
"paa-nha",
otherNames = {"Tabaru"},
}
m["tbz"] = {
"Ditammari",
"Q35186",
"nic-eov",
}
m["tca"] = {
"Ticuna",
"Q1815205",
"sai-tyu",
otherNames = {"Tikuna"},
scripts = Latn,
}
m["tcb"] = {
"Tanacross",
"Q28268",
"ath-nor",
scripts = Latn,
}
m["tcc"] = {
"Datooga",
"Q35327",
"sdv-nis",
scripts = Latn,
}
m["tcd"] = {
"Tafi",
"Q36545",
"alv-ktg",
}
m["tce"] = {
"南塔穹語",
"Q31091048",
"ath-nor",
aliases = {"Southern Tutchone"},
scripts = Latn,
}
m["tcf"] = {
"馬利納爾特佩克特拉帕克語",
"Q25559732",
"omq",
otherNames = {"Malinaltepec Tlapanec"},
scripts = Latn,
}
m["tcg"] = {
"Tamagario",
"Q7680531",
"ngf",
}
m["tch"] = {
"特克斯和凱科斯群島克里奧爾英語",
"Q7855478",
"crp",
otherNames = {"Turks and Caicos Creole English"},
scripts = Latn,
ancestors = {"en"},
}
m["tci"] = {
"Wára",
"Q20825638",
"paa-yam",
}
m["tck"] = {
"Tchitchege",
"Q36595",
"bnt-tek",
}
m["tcl"] = {
"Taman (Burma)",
"Q15616518",
"sit-jnp",
otherNames = {"Taman", "Taman (Myanmar)"},
scripts = Latn,
}
m["tcm"] = {
"Tanahmerah",
"Q3514927",
"ngf",
}
m["tco"] = {
"Taungyo",
"Q12953186",
"tbq-brm",
ancestors = {"obr"},
}
m["tcp"] = {
"Tawr Chin",
"Q7689338",
"tbq-kuk",
otherNames = {"Tawr"},
}
m["tcq"] = {
"Kaiy",
"Q6348709",
"paa-lkp",
}
m["tcs"] = {
"托雷斯海峽克里奧爾語",
"Q36648",
"crp",
otherNames = {"Torres Strait Creole", "Big Thap", "Blaikman", "Brokan", "Broken", "Broken English", "Cape York Creole", "Lockhart Creole", "Papuan Pidgin English", "Torres Strait Brokan", "Torres Strait Broken", "Torres Strait Pidgin", "Yumplatok"},
scripts = Latn,
ancestors = {"en"},
}
m["tct"] = {
"佯僙語",
"Q3442330",
"qfa-kms",
otherNames = {"T'en"},
}
m["tcu"] = {
"東南塔拉烏馬拉語",
"Q36807",
"azc-trc",
otherNames = {"Southeastern Tarahumara"},
scripts = Latn,
}
m["tcw"] = {
"特克帕特蘭托托納克語",
"Q7692795",
"nai-ttn",
otherNames = {"Tecpatlán Totonac"},
scripts = Latn,
}
m["tcx"] = {
"Toda",
"Q34042",
"dra",
}
m["tcy"] = {
"圖陸語",
"Q34251",
"dra",
otherNames = {"Tulu"},
scripts = {"Mlym", "Knda"}, -- Tigalari is not available. Mlym is nearer than Knda but both lack ɛ/ɛː.
translit_module = "translit-redirect",
}
m["tcz"] = {
"Thado Chin",
"Q6583558",
"tbq-kuk",
otherNames = {"Thado"},
}
m["tda"] = {
"Tagdal",
"Q36570",
"son",
}
m["tdb"] = {
"Panchpargania",
"Q21946879",
"inc-eas",
ancestors = {"bh"},
}
m["tdc"] = {
"Emberá-Tadó",
"Q3052041",
"sai-chc",
}
m["tdd"] = {
"傣納語",
"Q36556",
"tai-swe",
otherNames = {"傣那語", "德宏傣語", "Tai Nüa", "Tai Nuea", "Dehong Dai", "Tai Dehong", "Tai Le", "Chinese Shan", "Chinese Tai"},
scripts = {"Tale"},
translit_module = "Tale-translit",
}
m["tde"] = {
"Tiranige Diga Dogon",
"Q5313387",
"nic-dgw",
}
m["tdf"] = {
"Talieng",
"Q37525108",
"mkh-ban",
otherNames = {"Taliang", "Tariang", "Kasseng"},
}
m["tdg"] = {
"Western Tamang",
"Q12953178",
"sit-tam",
}
m["tdh"] = {
"Thulung",
"Q56553",
"sit-kiw",
}
m["tdi"] = {
"Tomadino",
"Q7818197",
"poz-btk",
scripts = Latn,
}
m["tdj"] = {
"塔基歐語",
"Q7676870",
"poz",
otherNames = {"Tajio"},
}
m["tdk"] = {
"Tambas",
"Q3440392",
"cdc-wst",
}
m["tdl"] = {
"Sur",
"Q3914453",
"nic-tar",
otherNames = {"Tapshin"},
}
m["tdm"] = {
"Taruma",
nil,
otherNames = {"Taruamá"},
}
m["tdn"] = {
"Tondano",
"Q3531514",
"phi",
}
m["tdo"] = {
"Teme",
"Q3913994",
"alv-mye",
}
m["tdq"] = {
"Tita",
"Q3914899",
"nic-bco",
}
m["tdr"] = {
"祖查語",
"Q7812881",
"mkh",
otherNames = {"Todrah"},
}
m["tds"] = {
"Doutai",
"Q5302331",
"paa-lkp",
otherNames = {"Taori"},
}
m["tdt"] = {
"帝力德頓語",
"Q12643484",
"crp",
otherNames = {"Tetun Dili", "Tetum Dili", "Tetun Prasa", "Tétum Praça", "Tetun-Dili", "Tetun-Prasa"},
scripts = Latn,
ancestors = {"tet"},
}
m["tdu"] = {
"Tempasuk Dusun",
"Q3529155",
"poz-san",
}
m["tdv"] = {
"Toro",
"Q3438367",
"nic-alu",
}
m["tdy"] = {
"塔迪亞萬語",
"Q7674700",
"phi",
otherNames = {"Tadyawan"},
}
m["tea"] = {
"Temiar",
"Q3914693",
"mkh-asl",
}
m["teb"] = {
"Tetete",
"Q7706087",
"sai-tuc",
scripts = Latn,
}
m["tec"] = {
"Terik",
"Q3518379",
"sdv-nma",
}
m["ted"] = {
"Tepo Krumen",
"Q11152243",
"kro-grb",
}
m["tee"] = {
"韋韋特拉特佩瓦語",
"Q56455",
"nai-ttn",
otherNames = {"Huehuetla Tepehua"},
}
m["tef"] = {
"Teressa",
"Q3518362",
"aav-nic",
}
m["teg"] = {
"Teke-Tege",
"Q36478",
"bnt-tek",
}
m["teh"] = {
"Tehuelche",
"Q33930",
"sai-cho",
otherNames = {"Patagón", "Chon", "Chon Patagón", "Chon Patagon", "Aoniken", "Aonikenk", "Inaquen", "Aonek'o 'ajen"},
}
m["tei"] = {
"Torricelli",
"Q3450788",
"qfa-tor",
}
m["tek"] = {
"Ibali Teke",
"Q2802914",
"bnt-tek",
}
m["tem"] = {
"提姆語",
"Q36613",
"alv-mel",
otherNames = {"Timne", "Themne", "KaThemne"},
}
m["ten"] = {
"Tama (Colombia)",
"Q3832969",
"sai-tuc",
otherNames = {"Tama"},
}
m["teo"] = {
"特索語",
"Q29474",
"sdv-ttu",
scripts = Latn,
}
m["tep"] = {
"特佩卡諾語",
"Q3915525",
"azc",
otherNames = {"Tepecano"},
scripts = Latn,
}
m["teq"] = {
"Temein",
"Q7698064",
"sdv",
}
m["ter"] = {
"泰雷諾語",
"Q3314742",
"awd",
scripts = Latn,
}
m["tes"] = {
"Tengger",
"Q12473479",
"poz",
}
m["tet"] = {
"德頓語",
"Q34125",
"poz-tim",
otherNames = {"Tetum", "Tetun"},
scripts = Latn,
}
m["teu"] = {
"Soo",
"Q3437607",
"ssa-klk",
}
m["tev"] = {
"Teor",
"Q12953198",
"poz-cma",
}
m["tew"] = {
"特瓦語",
"Q56492",
"nai-kta",
otherNames = {"Tewa", "Tano", "Santa Clara Tewa", "San Ildefonso Tewa", "Tesuque Tewa", "Nambe Tewa", "Ohkay Owingeh", "Pojoaque"},
scripts = Latn,
}
m["tex"] = {
"Tennet",
"Q56346",
"sdv",
}
m["tey"] = {
"Tulishi",
"Q12911106",
"qfa-kad",
scripts = Latn,
}
m["tez"] = {
"Tetserret",
"Q7706841",
"ber",
otherNames = {"Tin Sert"},
scripts = Latn,
}
m["tfi"] = {
"Tofin Gbe",
"Q3530330",
"alv-pph",
}
m["tfn"] = {
"Dena'ina",
"Q27785",
"ath-nor",
otherNames = {"Tanaina"},
scripts = Latn,
}
m["tfo"] = {
"Tefaro",
"Q7694618",
"paa-egb",
}
m["tfr"] = {
"特里貝語",
"Q36533",
"cba",
otherNames = {"Teribe"},
}
m["tft"] = {
"特爾納特語",
"Q3518492",
"paa-nha",
otherNames = {"Ternate"},
scripts = {"Latn", "Arab"},
}
m["tga"] = {
"Sagalla",
"Q12953082",
"bnt-cht",
}
m["tgb"] = {
"Tobilung",
"Q12953913",
"poz-san",
}
m["tgc"] = {
"Tigak",
"Q3528276",
"poz-ocw",
}
m["tgd"] = {
"Ciwogai",
"Q3438799",
"cdc-wst",
}
m["tge"] = {
"Eastern Gorkha Tamang",
"Q12953175",
"sit-tam",
}
m["tgf"] = {
"Chali",
"Q3695197",
"sit-ebo",
scripts = {"Tibt"},
otherNames = {"Chalikha", "Chalipkha", "Tshali", "Tshalingpa"},
}
m["tgh"] = {
"多巴哥克里奧爾英語",
"Q7811541",
"crp",
otherNames = {"托貝哥克里奧爾英語", "Tobagonian Creole English"},
ancestors = {"en"},
}
m["tgi"] = {
"Lawunuia",
"Q3219937",
"poz-ocw",
}
m["tgn"] = {
"坦達加農語",
nil,
"phi",
otherNames = {"Tandaganon"},
}
m["tgo"] = {
"塔古拉語",
"Q7675351",
"poz-ocw",
otherNames = {"Sudest", "Tagula"},
}
m["tgp"] = {
"Tangoa",
"Q2410276",
"poz-vnc",
scripts = Latn,
}
m["tgq"] = {
"Tring",
"Q7842360",
"poz-swa",
}
m["tgr"] = {
"Tareng",
"Q25559541",
"mkh",
}
m["tgs"] = {
"Nume",
"Q3346290",
"poz-vnc",
}
m["tgt"] = {
"中塔格巴努瓦語",
"Q3915515",
"phi",
scripts = {"Tagb"},
}
m["tgu"] = {
"Tanggu",
"Q7682930",
"paa",
scripts = Latn,
}
m["tgv"] = {
"Tingui-Boto",
"Q7808195",
"sai-mje",
}
m["tgw"] = {
"Tagwana Senoufo",
"Q36514",
"alv-tdj",
}
m["tgx"] = {
"塔吉什語",
"Q28064",
"ath-nor",
otherNames = {"Tagish"},
scripts = Latn,
}
m["tgy"] = {
"Togoyo",
"Q36825",
"nic-ser",
}
m["thc"] = {
"傣包語",
"Q7675753",
"tai-nor",
otherNames = {"Tai Hang Tong", "Tai Pao", "Tai Muong"},
}
m["thd"] = {
"Kuuk Thaayorre",
"Q6448718",
"aus-pmn",
otherNames = {"Thaayorre", "Thayore"},
scripts = Latn,
}
m["the"] = {
"Chitwania Tharu",
"Q22083804",
"inc-eas",
ancestors = {"inc-mgd"},
}
m["thf"] = {
"Thangmi",
"Q7710314",
"sit-new",
}
m["thh"] = {
"北塔拉烏馬拉語",
"Q15616395",
"azc-trc",
otherNames = {"Northern Tarahumara"},
scripts = Latn,
}
m["thi"] = {
"Tai Long",
"Q25559562",
"tai-swe",
}
m["thk"] = {
"Tharaka",
"Q15407179",
"bnt-kka",
}
m["thl"] = {
"Dangaura Tharu",
"Q22083815",
"inc-eas",
ancestors = {"inc-mgd"},
}
m["thm"] = {
"他文語",
"Q34780",
"mkh-vie",
otherNames = {"Aheu", "So (Thavung)"},
scripts = {"Thai"}, --Laoo is feasible but no evidence yet.
sort_key = {
from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["thn"] = {
"Thachanadan",
"Q7708880",
"dra",
}
m["thp"] = {
"Thompson",
"Q1755054",
"sal",
}
m["thq"] = {
"Kochila Tharu",
"Q22083826",
"inc-eas",
ancestors = {"inc-mgd"},
}
m["thr"] = {
"Rana Tharu",
"Q12953920",
"inc-eas",
ancestors = {"inc-mgd"},
}
m["ths"] = {
"Thakali",
"Q7709348",
"sit-tam",
}
m["tht"] = {
"Tahltan",
"Q30125",
"ath-nor",
scripts = Latn,
}
m["thu"] = {
"Thuri",
"Q7799291",
"sdv-lon",
}
m["thv"] = {
"Tahaggart Tamahaq",
"Q56703",
"ber",
otherNames = {"Tamahaq", "Tahaggart", "Ahaggar"},
scripts = {"Tfng", "Arab", "Latn"},
ancestors = {"tmh"},
}
m["thy"] = {
"Tha",
"Q3915849",
"alv-bwj",
}
m["thz"] = {
"Tayart Tamajeq",
"Q56388",
"ber",
otherNames = {"Air Tamajeq"},
scripts = {"Tfng", "Arab", "Latn"},
}
m["tia"] = {
"Tidikelt Tamazight",
"Q56392",
"ber",
otherNames = {"Tidikelt"},
}
m["tic"] = {
"Tira",
"Q36677",
"alv-hei",
}
m["tif"] = {
"Tifal",
"Q11732691",
"ngf-okk",
}
m["tig"] = {
"提格雷語",
"Q34129",
"sem-eth",
otherNames = {"Tigre"},
scripts = {"Ethi"},
translit_module = "Ethi-translit",
}
m["tih"] = {
"蒂穆貢穆魯特語",
"Q7807680",
"poz-san",
otherNames = {"Timugon Murut"},
}
m["tii"] = {
"Tiene",
"Q36469",
"bnt-tek",
}
m["tij"] = {
"Tilung",
"Q7803037",
"sit-kiw",
}
m["tik"] = {
"Tikar",
"Q36483",
"nic-bdn",
scripts = Latn,
}
m["til"] = {
"Tillamook",
"Q2109432",
"sal",
}
m["tim"] = {
"Timbe",
"Q7804599",
"ngf",
}
m["tin"] = {
"廷迪語",
"Q36860",
"cau-ava",
otherNames = {"Tindi"},
}
m["tio"] = {
"Teop",
"Q3518239",
"poz-ocw",
}
m["tip"] = {
"Trimuris",
"Q7842270",
"paa-tkw",
}
m["tiq"] = {
"Tiéfo",
"Q3914874",
"alv-sav",
}
m["tis"] = {
"Masadiit Itneg",
"Q18748769",
"phi",
}
m["tit"] = {
"Tinigua",
"Q3029805",
}
m["tiu"] = {
"Adasen",
"Q11214797",
"phi",
}
m["tiv"] = {
"泰雷諾語",
"Q34131",
"nic-tvc",
otherNames = {"Tivi"},
scripts = Latn,
}
m["tiw"] = {
"Tiwi",
"Q1656014",
"qfa-iso",
scripts = Latn,
}
m["tix"] = {
"Southern Tiwa",
"Q7570552",
"nai-kta",
otherNames = {"Isleta", "Isleta Tiwa", "Isleta Pueblo", "Sandia", "Sandia Tiwa", "Sandia Pueblo"},
scripts = Latn,
}
m["tiy"] = {
"蒂魯賴語",
"Q7809425",
"phi",
otherNames = {"Tiruray"},
scripts = Latn,
}
m["tiz"] = {
"紅金傣語",
"Q3915716",
"tai-swe",
otherNames = {"Tai Hongjin"},
}
m["tja"] = {
"Tajuasohn",
"Q3915326",
"kro-wkr",
}
m["tjg"] = {
"Tunjung",
"Q3542117",
"poz",
}
m["tji"] = {
"北部土家語",
"Q12953229",
"sit-tja",
}
m["tjm"] = {
"Timucua",
"Q638300",
"qfa-iso",
}
m["tjn"] = {
"Tonjon",
"Q3913372",
"dmn-jje",
}
m["tjo"] = {
"Temacine Tamazight",
"Q3507211",
"ber",
}
m["tjs"] = {
"南部土家語",
"Q12633994",
"sit-tja",
otherNames = {"Southern Tujia"},
scripts = Latn,
}
m["tju"] = {
"Tjurruru",
"Q3913834",
"aus-nga",
scripts = Latn,
}
m["tjw"] = {
"Chaap Wuurong",
"Q5285187",
"aus-pam",
otherNames = {"Djabwurrung", "Djab Wurrung", "Tjapwurrung"},
scripts = Latn,
}
m["tka"] = {
"Truká",
"Q7847648",
}
m["tkb"] = {
"Buksa",
"Q20983638",
"inc-eas",
ancestors = {"inc-mgd"},
}
m["tkd"] = {
"Tukudede",
"Q36863",
"poz-tim",
scripts = Latn,
}
m["tke"] = {
"Takwane",
"Q11030092",
"bnt-mak",
ancestors = {"vmw"},
}
m["tkf"] = {
"Tukumanféd",
"Q42330115",
"tup-gua",
scripts = Latn,
}
m["tkl"] = {
"托克勞語",
"Q34097",
"poz-pnp",
otherNames = {"Tokelauan"},
scripts = Latn,
}
m["tkm"] = {
"Takelma",
"Q56710",
}
m["tkn"] = {
"德之島語",
"Q3530484",
"jpx-ryu",
otherNames = {"Toku-No-Shima"},
scripts = {"Jpan"},
}
m["tkp"] = {
"蒂科皮亞語",
"Q36682",
"poz-pnp",
otherNames = {"Tikopia"},
scripts = Latn,
}
m["tkq"] = {
"Tee",
"Q3075144",
"nic-ogo",
scripts = Latn,
}
m["tkr"] = {
"查庫爾語",
"Q36853",
"cau-lzg",
otherNames = {"Caxur", "Tsaxur"},
scripts = {"Cyrl"},
}
m["tks"] = {
"Ramandi",
otherNames = {"Takestani"},
"Q25261947",
"xme-ttc",
ancestors = {"xme-ttc-sou"},
}
m["tkt"] = {
"Kathoriya Tharu",
"Q22083822",
"inc-eas",
ancestors = {"inc-mgd"},
}
m["tku"] = {
"上內卡克薩托托納克語",
"Q56343",
"nai-ttn",
otherNames = {"Upper Necaxa Totonac"},
scripts = Latn,
}
m["tkv"] = {
"Mur Pano",
nil,
"poz-ocw",
otherNames = {"Pano"},
scripts = Latn,
}
m["tkw"] = {
"Teanu",
"Q3516731",
"poz-oce",
scripts = Latn,
}
m["tkx"] = {
"Tangko",
"Q7682993",
"ngf-okk",
}
m["tkz"] = {
"謝古語",
"Q7678544",
"mkh",
otherNames = {"Takua"},
}
m["tla"] = {
"西南特佩瓦語",
"Q3518245",
"azc",
otherNames = {"Southwestern Tepehuan"},
scripts = Latn,
}
m["tlb"] = {
"托貝洛語",
"Q1142333",
"paa-wpa",
otherNames = {"Tobelo"},
}
m["tlc"] = {
"耶庫阿特拉托托納克語",
"Q56460",
"nai-ttn",
otherNames = {"Misantla Totonac", "Yecuatla Totonac"},
scripts = Latn,
}
m["tld"] = {
"Talaud",
"Q7678964",
"phi",
}
m["tlf"] = {
"Telefol",
"Q7696150",
"ngf-okk",
}
m["tlg"] = {
"Tofanma",
"Q4461493",
"paa-pau",
}
m["tlh"] = {
"克林貢語",
"Q10134",
"art",
otherNames = {"Klingon"},
type = "appendix-constructed",
scripts = {"Latn"},
}
m["tli"] = {
"特林吉特語",
"Q27792",
"xnd",
otherNames = {"Tlingit"},
scripts = {"Latn", "Cyrl"},
}
m["tlj"] = {
"Talinga-Bwisi",
"Q7679530",
"bnt-haj",
}
m["tlk"] = {
"Taloki",
"Q3514563",
"poz-btk",
}
m["tll"] = {
"Tetela",
"Q2613465",
"bnt-tet",
varieties = {"Indanga"},
}
m["tlm"] = {
"Tolomako",
"Q3130514",
"poz-vnc",
}
m["tln"] = {
"Talondo'",
"Q7680293",
"poz-ssw",
}
m["tlo"] = {
"Talodi",
"Q36525",
"alv-tal",
}
m["tlp"] = {
"菲洛梅納-馬塔-科阿維特蘭托托納克語",
"Q5449202",
"nai-ttn",
otherNames = {"Filomena Mata-Coahuitlán Totonac"},
scripts = Latn,
}
m["tlq"] = {
"Tai Loi",
"Q7675784",
"mkh-pal",
}
m["tlr"] = {
"Talise",
"Q3514510",
"poz-sls",
}
m["tls"] = {
"Tambotalo",
"Q7681065",
"poz-vnc",
}
m["tlt"] = {
"Teluti",
"Q12953194",
"poz-cma",
otherNames = {"Sou Nama"},
}
m["tlu"] = {
"Tulehu",
"Q7852006",
"poz-cma",
}
m["tlv"] = {
"塔利亞布語",
"Q3514498",
"poz-cma",
otherNames = {"Taliabu", "Soboyo"},
scripts = Latn,
}
m["tlx"] = {
"Khehek",
"Q3196124",
"poz-aay",
}
m["tly"] = {
"塔利什語",
"Q34318",
"xme-ttc",
otherNames = {"Talysh", "Talyshi", "Talishi", "Taleshi", "Tolashi", "Asalemi", "Anbarani"},
scripts = {"Latn", "Cyrl", "fa-Arab"},
ancestors = {"xme-ttc-pro"},
}
m["tma"] = {
"Tama (Chad)",
"Q57001",
"sdv-tmn",
otherNames = {"Tama"},
}
m["tmb"] = {
"Avava",
"Q2157461",
"poz-vnc",
}
m["tmc"] = {
"Tumak",
"Q3121045",
"cdc-est",
}
m["tmd"] = {
"Haruai",
"Q12632146",
"ngf-mad",
}
m["tme"] = {
"Tremembé",
"Q5246937",
}
m["tmf"] = {
"Toba-Maskoy",
"Q3033544",
"sai-mas",
}
m["tmg"] = {
"Ternateño",
"Q7232597",
}
m["tmh"] = {
"圖阿雷格語",
"Q34065",
"ber",
otherNames = {"Tuareg", "Tamashek", "Tamahaq", "Tamajaq", "Tamasheq"},
scripts = {"Tfng", "Arab", "Latn"},
}
m["tmi"] = {
"Tutuba",
"Q7857052",
"poz-vnc",
}
m["tmj"] = {
"Samarokena",
"Q7408865",
"paa-tkw",
}
m["tmk"] = {
"Northwestern Tamang",
"Q15616509",
"sit-tam",
}
m["tml"] = {
"Tamnim Citak",
"Q12643315",
"ngf",
}
m["tmm"] = {
"傣奈語",
"Q7675842",
"tai-swe",
otherNames = {"Tai Thanh"},
}
m["tmn"] = {
"Taman (Indonesia)",
"Q7680671",
"poz",
otherNames = {"Taman"},
scripts = Latn,
}
m["tmo"] = {
"Temoq",
"Q7698205",
"mkh-asl",
}
m["tmp"] = {
"Tai Mène",
"Q7675790",
"tai-nor",
}
m["tmq"] = {
"Tumleo",
"Q7852641",
"poz-ocw",
}
m["tms"] = {
"Tima",
"Q36684",
"nic-ktl",
}
m["tmt"] = {
"Tasmate",
"Q7687571",
"poz-vnc",
}
m["tmu"] = {
"Iau",
"Q56867",
"paa-lkp",
otherNames = {"Turu"},
}
m["tmv"] = {
"Motembo",
"Q11013108",
"bnt-bun",
otherNames = {"Tembo"},
}
m["tmy"] = {
"Tami",
"Q3514812",
"poz-oce",
}
m["tmz"] = {
"Tamanaku",
"Q3441435",
"sai-car",
scripts = Latn,
}
m["tna"] = {
"Tacana",
"Q3182551",
"sai-tac",
scripts = Latn,
}
m["tnb"] = {
"Western Tunebo",
"Q3181238",
"cba",
}
m["tnc"] = {
"Tanimuca-Retuarã",
"Q36535",
"sai-tuc",
scripts = Latn,
}
m["tnd"] = {
"Angosturas Tunebo",
"Q25559604",
"cba",
}
m["tne"] = {
"Tinoc Kallahan",
"Q3192219",
}
m["tng"] = {
"Tobanga",
"Q3440501",
"cdc-est",
}
m["tnh"] = {
"Maiani",
"Q6735243",
scripts = Latn,
"ngf-mad",
}
m["tni"] = {
"Tandia",
"Q7682454",
"poz-hce",
scripts = Latn,
}
m["tnk"] = {
"Kwamera",
"Q3200806",
"poz-oce",
}
m["tnl"] = {
"Lenakel",
"Q3229429",
"poz-oce",
}
m["tnm"] = {
"Tabla",
"Q7673105",
"paa-sen",
}
m["tnn"] = {
"North Tanna",
"Q957945",
"poz-oce",
}
m["tno"] = {
"Toromono",
"Q510544",
"sai-tac",
scripts = Latn,
}
m["tnp"] = {
"Whitesands",
"Q3063761",
"poz-oce",
}
m["tnq"] = {
"泰諾語",
"Q5232952",
"awd-taa",
otherNames = {"Taíno", "Taino"},
ancestors = {"awd-taa-pro"},
otherNames = {"Taino"},
scripts = Latn,
}
m["tnr"] = {
"Bedik",
"Q35096",
"alv-ten",
}
m["tns"] = {
"Tenis",
"Q7699870",
"poz-ocw",
}
m["tnt"] = {
"通騰博安語",
"Q3531666",
"phi",
otherNames = {"Tontemboan"},
scripts = Latn,
}
m["tnu"] = {
"岱康語",
"Q6362363",
"tai",
otherNames = {"Tay Khang"},
}
m["tnv"] = {
"坦昌雅語",
"Q7682361",
"inc-eas",
otherNames = {"Tangchangya", "Tanhangya"},
scripts = {"Cakm"},
ancestors = {"inc-obn"},
}
m["tnw"] = {
"Tonsawang",
"Q3531660",
"phi",
}
m["tnx"] = {
"Tanema",
"Q2106984",
"poz-oce",
}
m["tny"] = {
"Tongwe",
"Q7821200",
"bnt",
}
m["tnz"] = {
"Ten'edn",
"Q3073453",
"mkh-asl",
otherNames = {"Tonga"},
scripts = Latn,
}
m["tob"] = {
"Toba",
"Q3113756",
"sai-guc",
otherNames = {"Chaco Sur", "Namqom", "Qom", "Toba Qom"},
scripts = Latn,
}
m["toc"] = {
"科尤特拉托托納克語",
"Q15615591",
"nai-ttn",
otherNames = {"Coyutla Totonac"},
scripts = Latn,
}
m["tod"] = {
"Toma",
"Q11055484",
"dmn-msw",
}
m["tof"] = {
"Gizrra",
"Q5565941",
}
m["tog"] = {
"通加語(馬拉維)",
"Q3847648",
"bnt-nys",
otherNames = {"Tonga (Malawi)", "Kitonga", "Chitonga", "Siska", "Sisya", "Tonga", "Western Nyasa"},
scripts = Latn,
}
m["toh"] = {
"通加語(莫桑比克)",
"Q7820988",
"bnt-bso",
otherNames = {"Tonga (Mozambique)", "Gitonga", "Tonga"},
}
m["toi"] = {
"Tonga (Zambia)",
"Q34101",
"bnt-bot",
otherNames = {"Tonga", "Chitonga", "Plateau Tonga", "Zambezi"},
}
m["toj"] = {
"托霍拉瓦爾語",
"Q36762",
"myn",
otherNames = {"Tojolabal"},
}
m["tok"] = {
"道本語",
"Q36846",
"art",
Latn,
otherNames = {"Toki Pona"},
type = "appendix-constructed",
}
m["tol"] = {
"Tolowa",
"Q20827",
"ath-pco",
otherNames = {"Smith River", "Smith River Tolowa"},
scripts = Latn,
}
m["tom"] = {
"Tombulu",
"Q3531199",
"phi",
}
m["too"] = {
"西科特佩克-德華雷斯托托納克語",
"Q8044353",
"nai-ttn",
otherNames = {"Xicotepec de Juárez Totonac"},
scripts = Latn,
}
m["top"] = {
"帕潘特拉托托納克語",
"Q56329",
"nai-ttn",
otherNames = {"Papantla Totonac"},
scripts = Latn,
}
m["toq"] = {
"Toposa",
"Q3033588",
"sdv-ttu",
}
m["tor"] = {
"Togbo-Vara Banda",
"Q11002922",
"bad-cnt",
}
m["tos"] = {
"高地托托納克語",
"Q13154149",
"nai-ttn",
otherNames = {"Highland Totonac"},
scripts = Latn,
}
m["tou"] = {
"Tho",
"Q22694631",
"mkh-vie",
}
m["tov"] = {
"Upper Taromi",
"Q12953183",
"xme-ttc",
ancestors = {"xme-ttc-cen"},
}
m["tow"] = {
"Jemez",
"Q3912876",
"nai-kta",
otherNames = {"Towa"},
scripts = Latn,
}
m["tox"] = {
"Tobian",
"Q34022",
"poz-mic",
}
m["toy"] = {
"Topoiyo",
"Q7824977",
"poz-kal",
}
m["toz"] = {
"To",
"Q7811216",
"alv-mbm",
}
m["tpa"] = {
"Taupota",
"Q7688832",
"poz-ocw",
}
m["tpc"] = {
"Azoyú Me'phaa",
"Q25559730",
"omq",
}
m["tpe"] = {
"Tippera",
"Q16115423",
"tbq-bdg",
}
m["tpf"] = {
"Tarpia",
"Q12953185",
"poz-ocw",
}
m["tpg"] = {
"Kula",
"Q6442714",
"qfa-tap",
}
m["tpi"] = {
"托克皮辛語",
"Q34159",
"crp",
otherNames = {"Tok Pisin", "Melanesian Pidgin English", "Neo-Melanesian", "New Guinea Pidgin"},
scripts = Latn,
ancestors = {"en"},
}
m["tpj"] = {
"Tapieté",
"Q3121063",
}
m["tpk"] = {
"Tupinikin",
"Q33924",
"tup-gua",
otherNames = {"Coastal Tupi", "Tupiniquim"},
}
m["tpl"] = {
"Tlacoapa Me'phaa",
"Q16115511",
"omq",
}
m["tpm"] = {
"Tampulma",
"Q36590",
"nic-gnw",
}
m["tpn"] = {
"圖皮南巴語",
"Q31528147",
"tup-gua",
otherNames = {"Tupinambá"},
scripts = Latn,
}
m["tpo"] = {
"行彤傣語",
"Q7675795",
"tai-nor",
otherNames = {"Tai Pao"},
}
m["tpp"] = {
"比薩佛洛勒斯特佩瓦語",
"Q56349",
"nai-ttn",
otherNames = {"Pisaflores Tepehua"},
}
m["tpq"] = {
"Tukpa",
"Q12953230",
"sit-las",
}
m["tpr"] = {
"Tuparí",
"Q3542217",
"tup",
scripts = Latn,
}
m["tpt"] = {
"特拉奇奇爾科特佩瓦語",
"Q56330",
"nai-ttn",
otherNames = {"Tlachichilco Tepehua"},
}
m["tpu"] = {
"Tampuan",
"Q3514882",
"mkh-ban",
}
m["tpv"] = {
"Tanapag",
"Q3397371",
"poz-mic",
}
m["tpw"] = {
"古圖皮語",
"Q56944",
"tup-gua",
otherNames = {"古典圖皮語", "Old Tupi", "Classical Tupi"},
scripts = Latn,
}
m["tpx"] = {
"阿卡特佩克-梅帕語",
"Q31157882",
"omq",
otherNames = {"Acatepec Me'phaa"},
}
m["tpy"] = {
"Trumai",
"Q12294279",
"qfa-iso",
}
m["tpz"] = {
"Tinputz",
"Q3529205",
"poz-ocw",
}
m["tqb"] = {
"Tembé",
"Q10322157",
"tup-gua",
scripts = Latn,
}
m["tql"] = {
"Lehali",
"Q3229119",
"poz-oce",
}
m["tqm"] = {
"Turumsa",
"Q7856508",
"paa",
}
m["tqn"] = {
"Tenino",
"Q15699255",
"nai-shp",
ancestors = {"nai-spt"},
scripts = Latn,
}
m["tqo"] = {
"Toaripi",
"Q7811403",
"ngf",
}
m["tqp"] = {
"Tomoip",
"Q3531388",
"poz-ocw",
}
m["tqq"] = {
"Tunni",
"Q3514343",
"cus",
}
m["tqr"] = {
"Torona",
"Q36679",
"alv-tal",
}
m["tqt"] = {
"西托托納克語",
"Q7116691",
"nai-ttn",
otherNames = {"Western Totonac"},
scripts = Latn,
}
m["tqu"] = {
"Touo",
"Q56750",
}
m["tqw"] = {
"通卡瓦語",
"Q2454881",
"qfa-iso",
}
m["tra"] = {
"Tirahi",
"Q3812406",
"inc-dar",
}
m["trb"] = {
"Terebu",
"Q7701797",
"poz-ocw",
}
m["trc"] = {
"Copala Triqui",
"Q12953935",
"omq-tri",
scripts = Latn,
}
m["trd"] = {
"Turi",
"Q7854914",
"mun",
}
m["tre"] = {
"East Tarangan",
"Q18609750",
"poz",
}
m["trf"] = {
"千里達克里奧爾英語",
"Q7842493",
"crp",
otherNames = {"Trinidadian Creole English"},
ancestors = {"en"},
}
m["trg"] = {
"Lishán Didán",
"Q56473",
"sem-nna",
}
m["trh"] = {
"Turaka",
"Q12953237",
"ngf",
}
m["tri"] = {
"Trió",
"Q56885",
"sai-car",
otherNames = {"Trio", "Tiriyó", "Tarano"},
scripts = Latn,
}
m["trj"] = {
"Toram",
"Q3441225",
"cdc-est",
}
m["trl"] = {
"旅行者蘇格蘭語",
"Q3915671",
otherNames = {"Traveller Scottish"},
}
m["trm"] = {
"Tregami",
"Q34081",
"nur-sou",
}
m["trn"] = {
"Trinitario",
"Q3539279",
"awd",
otherNames = {"Trinitario Moxos", "Moxo", "Moxos", "Mojo", "Moxa"},
}
m["tro"] = {
"塔勞語",
"Q3515603",
"tbq-kuk",
otherNames = {"Tarao", "Tarao Naga", "Taraotrong", "Tarau"},
scripts = Latn,
}
m["trp"] = {
"博羅克語",
"Q35947",
"tbq-bdg",
otherNames = {"Kokborok", "廓博羅克語", "特里普拉語"},
}
m["trq"] = {
"San Martín Itunyoso Triqui",
"Q12953934",
"omq-tri",
scripts = Latn,
}
m["trr"] = {
"Taushiro",
"Q1957508",
}
m["trs"] = {
"Chicahuaxtla Triqui",
"Q3539587",
"omq-tri",
scripts = Latn,
}
m["trt"] = {
"Tunggare",
"Q615071",
"paa-egb",
}
m["tru"] = {
"圖羅尤語",
"Q34040",
"sem-cna",
otherNames = {"Turoyo"},
scripts = {"Syrc", "Latn"},
entry_name = {
from = { "[" .. u(0x0711, 0x0730, ("-"):byte(), 0x074A) .. "]" },
to = {},
},
}
m["trv"] = {
"賽德克語",
"Q716686",
"map",
ancestors = {"map-pro"},
scripts = {"Latn"},
otherNames = {"Seediq", "太魯閣語", "Taroko"},
}
m["trw"] = {
"托瓦利語",
"Q2665246",
"inc-dar",
scripts = {"ur-Arab"},
otherNames = {"Torwali"},
}
m["trx"] = {
"Tringgus",
"Q7842365",
"day",
otherNames = {"Tringus", "Tringgus-Sembaan Bidayuh"},
}
m["try"] = {
"土隆語",
"Q7856514",
"tai-swe",
otherNames = {"Turung", "Tai Turung"},
scripts = {"as-Beng"},
}
m["trz"] = {
"Torá",
"Q7827518",
"sai-cpc",
}
m["tsa"] = {
"Tsaangi",
"Q36675",
"bnt-nze",
}
m["tsb"] = {
"Tsamai",
"Q2371358",
"cus",
}
m["tsc"] = {
"Tswa",
"Q2085051",
"bnt-tsr",
}
m["tsd"] = {
"特薩克尼恩語",
"Q220607",
"grk",
scripts = {"Grek"},
sort_key = { -- Keep this synchronized with el, grc, cpg, pnt
from = {"[ᾳάᾴὰᾲᾶᾷἀᾀἄᾄἂᾂἆᾆἁᾁἅᾅἃᾃἇᾇ]", "[έὲἐἔἒἑἕἓ]", "[ῃήῄὴῂῆῇἠᾐἤᾔἢᾒἦᾖἡᾑἥᾕἣᾓἧᾗ]", "[ίὶῖἰἴἲἶἱἵἳἷϊΐῒῗ]", "[όὸὀὄὂὁὅὃ]", "[ύὺῦὐὔὒὖὑὕὓὗϋΰῢῧ]", "[ῳώῴὼῲῶῷὠᾠὤᾤὢᾢὦᾦὡᾡὥᾥὣᾣὧᾧ]", "ῥ", "ς"},
to = {"α" , "ε" , "η" , "ι" , "ο" , "υ" , "ω" , "ρ", "σ"}} ,
ancestors = {"grc"},
}
m["tse"] = {
"突尼西亞手語",
"Q7853191",
"sgn",
otherNames = {"Tunisian Sign Language"},
}
m["tsf"] = {
"Southwestern Tamang",
"Q12953176",
"sit-tam",
}
m["tsg"] = {
"陶蘇格語",
"Q34142",
"phi",
otherNames = {"陶撒格語", "Tausug"},
otherNames = {"Sūg"},
scripts = {"Latn", "Arab"},
}
m["tsh"] = {
"Tsuvan",
"Q3502326",
"cdc-cbm",
}
m["tsi"] = {
"茨姆錫安語",
"Q20085721",
"nai-tsi",
otherNames = {"欽西安語", "Tsimshian"},
}
m["tsj"] = {
"Tshangla",
"Q36840",
"sit-tsk",
otherNames = {"Sharchop"},
scripts = {"Latn", "Deva", "Tibt"},
}
m["tsl"] = {
"卜老語",
"Q3446675",
"tai",
otherNames = {"Ts'ün-Lao"},
}
m["tsm"] = {
"土耳其手語",
"Q36885",
"sgn",
otherNames = {"Turkish Sign Language"},
}
m["tsp"] = {
"Northern Toussian",
"Q11155635",
"alv-sav",
}
m["tsq"] = {
"泰國手語",
"Q7709156",
"sgn",
otherNames = {"Thai Sign Language"},
}
m["tsr"] = {
"Akei",
"Q2828964",
"poz-vnc",
}
m["tss"] = {
"臺灣手語",
"Q34019",
"sgn-jsl",
otherNames = {"Taiwan Sign Language"},
}
m["tsu"] = {
"鄒語",
"Q716681",
"map",
otherNames = {"Cou", "Tsou"},
ancestors = {"map-pro"},
scripts = {"Latn"},
}
m["tsv"] = {
"Tsogo",
"Q36674",
"bnt-tso",
}
m["tsw"] = {
"Tsishingini",
"Q13123571",
"nic-kam",
}
m["tsx"] = {
"Mubami",
"Q6930815",
"ngf",
}
m["tsy"] = {
"Tebul Sign Language",
"Q7692090",
"sgn",
}
m["tta"] = {
"Tutelo",
"Q2311602",
"sio-ohv",
}
m["ttb"] = {
"Gaa",
"Q3438361",
"nic-dak",
}
m["ttc"] = {
"特克提特克語",
"Q36686",
"myn",
otherNames = {"Tektiteko"},
}
m["ttd"] = {
"Tauade",
"Q7688634",
}
m["tte"] = {
"Bwanabwana",
"Q5003667",
"poz-ocw",
otherNames = {"Tubetube"},
scripts = Latn,
}
m["ttf"] = {
"Tuotomb",
"Q7853459",
"nic-mbw",
scripts = Latn,
}
m["ttg"] = {
"都東語",
"Q3507990",
"poz-swa",
otherNames = {"Tutong"},
}
m["tth"] = {
"Upper Ta'oih",
"Q3512660",
"mkh-kat",
}
m["tti"] = {
"Tobati",
"Q7811556",
"poz-ocw",
}
m["ttj"] = {
"Tooro",
"Q7824218",
"bnt-nyg",
}
m["ttk"] = {
"Totoro",
"Q3532756",
"sai-bar",
aliases = {"Totoró"},
}
m["ttl"] = {
"Totela",
"Q10962316",
"bnt-bot",
}
m["ttm"] = {
"北塔穹語",
"Q20822",
"ath-nor",
aliases = {"Northern Tutchone"},
scripts = Latn,
}
m["ttn"] = {
"Towei",
"Q7829606",
"paa-pau",
}
m["tto"] = {
"Lower Ta'oih",
"Q25559539",
"mkh-kat",
}
m["ttp"] = {
"Tombelala",
"Q6799663",
"poz-kal",
}
m["ttq"] = {
"Tawallammat Tamajaq",
"Q56390",
"ber",
scripts = {"Tfng", "Arab", "Latn"},
ancestors = {"tmh"},
}
m["ttr"] = {
"Tera",
"Q56267",
"cdc-cbm",
}
m["tts"] = {
"伊桑語",
"Q33417",
"tai-swe",
aliases = {"依善語", "東北泰語", "Isan", "Isanese", "Isaan", "Issan", "Northeastern Thai"},
scripts = {"Thai"},
sort_key = {
from = {"[%pๆ]", "[็-๎]", "([เแโใไ])([ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["ttt"] = {
"塔特語",
"Q56489",
"ira-swi",
otherNames = {"Tat", "Caucasian Tat", "Muslim Tat", "Armeno-Tat"},
scripts = {"Cyrl", "Latn", "Armn", "fa-Arab"},
ancestors = {"fa"},
}
m["ttu"] = {
"Torau",
"Q3532208",
"poz-ocw",
}
m["ttv"] = {
"馬努斯語",
"Q3445811",
"poz-aay",
otherNames = {"Titan", "Manus"},
}
m["ttw"] = {
"Long Wat",
"Q7856961",
"poz-swa",
otherNames = {"Tutoh"},
}
m["tty"] = {
"Sikaritai",
"Q7513600",
"paa-lkp",
}
m["ttz"] = {
"Tsum",
"Q12953223",
"sit-kyk",
}
m["tua"] = {
"Wiarumus",
"Q7998045",
"qfa-tor",
scripts = Latn,
}
m["tub"] = {
"Tübatulabal",
"Q56704",
"azc",
scripts = Latn,
}
m["tuc"] = {
"Mutu",
"Q3331003",
"poz-ocw",
scripts = Latn,
}
m["tud"] = {
"Tuxá",
"Q7857217",
}
m["tue"] = {
"Tuyuca",
"Q2520538",
"sai-tuc",
scripts = Latn,
}
m["tuf"] = {
"Central Tunebo",
"Q12953942",
"cba",
}
m["tug"] = {
"Tunia",
"Q863721",
"alv-bua",
}
m["tuh"] = {
"Taulil",
"Q3516141",
"paa-bng",
}
m["tui"] = {
"Tupuri",
"Q36646",
"alv-mbm",
scripts = Latn,
}
m["tuj"] = {
"Tugutil",
"Q12953228",
}
m["tul"] = {
"Tula",
"Q3914907",
"alv-wjk",
}
m["tum"] = {
"通布卡語",
"Q34138",
"bnt-nys",
otherNames = {"Tumbuka"},
scripts = Latn,
}
m["tun"] = {
"Tunica",
"Q56619",
"qfa-iso",
scripts = Latn,
}
m["tuo"] = {
"Tucano",
"Q3541834",
"sai-tuc",
scripts = Latn,
}
m["tuq"] = {
"Tedaga",
"Q36639",
"ssa-sah",
otherNames = {"Teda"},
}
m["tus"] = {
"Tuscarora",
"Q36944",
"iro",
scripts = {"Latinx"},
}
m["tuu"] = {
"Tututni",
"Q20627",
"ath-pco",
scripts = Latn,
}
m["tuv"] = {
"Turkana",
"Q36958",
"sdv-ttu",
scripts = Latn,
}
m["tux"] = {
"Tuxináwa",
"Q7857204",
"sai-pan",
scripts = Latn,
}
m["tuy"] = {
"Tugen",
"Q3541935",
"sdv-nma",
}
m["tuz"] = {
"Turka",
"Q36643",
"nic-gur",
scripts = Latn,
}
m["tva"] = {
"Vaghua",
"Q3553248",
"poz-ocw",
scripts = Latn,
}
m["tvd"] = {
"Tsuvadi",
"Q3914936",
"nic-kam",
}
m["tve"] = {
"Te'un",
"Q7690709",
"poz-cet",
scripts = Latn,
}
m["tvk"] = {
"Southeast Ambrym",
"Q252411",
"poz-vnc",
scripts = Latn,
}
m["tvl"] = {
"圖瓦盧語",
"Q34055",
"poz-pnp",
otherNames = {"Tuvaluan"},
scripts = Latn,
}
m["tvm"] = {
"Tela-Masbuar",
"Q7695666",
"poz-tim",
}
m["tvn"] = {
"Tavoyan",
"Q7689158",
"tbq-brm",
scripts = {"Mymr"},
ancestors = {"obr"},
}
m["tvo"] = {
"Tidore",
"Q3528199",
"paa-wpa",
}
m["tvs"] = {
"Taveta",
"Q15632387",
"bnt-par",
}
m["tvt"] = {
"Tutsa Naga",
"Q7856987",
"sit-tno",
}
m["tvu"] = {
"Tunen",
"Q36632",
"nic-mbw",
otherNames = {"Tunen-Aling'a"},
}
m["tvw"] = {
"Sedoa",
"Q7445362",
"poz-kal",
}
m["tvx"] = {
"大武壠語",
"Q1975271",
"map",
ancestors = {"map-pro"},
scripts = {"Latn"},
otherNames = {"大滿語", "大武壟語", "Taivoan", "Taivuan"},
}
m["tvy"] = {
"帝汶皮欽語",
"Q4904029",
"crp",
otherNames = {"Timor Pidgin", "Bidau Creole Portuguese"},
ancestors = {"pt"},
}
m["twa"] = {
"Twana",
"Q7857412",
"sal",
}
m["twb"] = {
"西塔烏碧語",
"Q12953912",
"phi",
}
m["twc"] = {
"Teshenawa",
"Q3436597",
"phi",
}
m["twe"] = {
"Teiwa",
"Q3519302",
"ngf",
otherNames = {"Tewa"},
scripts = Latn,
}
m["twf"] = {
"陶斯語",
"Q7684320",
"nai-kta",
otherNames = {"Taos", "Northern Tiwa"},
scripts = Latn,
}
m["twg"] = {
"Tereweng",
"Q12953200",
"qfa-tap",
}
m["twh"] = {
"傣端語",
"Q7675751",
"tai-swe",
otherNames = {"傣皓語", "Tai Dón", "Tai Khao", "White Tai"},
scripts = {"Tavt"},
--translit_module = "Tavt-translit",
sort_key = {
from = {"[꪿ꫀ꫁ꫂ]", "([ꪵꪶꪹꪻꪼ])([ꪀ-ꪯ])"},
to = {"", "%2%1"}},
}
m["twm"] = {
"Tawang Monpa",
"Q36586",
"sit-ebo",
}
m["twn"] = {
"Twendi",
"Q7857682",
"nic-mmb",
}
m["two"] = {
"Tswapong",
"Q3446241",
"bnt-sts",
}
m["twp"] = {
"Ere",
"Q3056045",
"poz-aay",
scripts = Latn,
}
m["twq"] = {
"北桑海語",
"Q36564",
"son",
}
m["twr"] = {
"西南塔拉烏馬拉語",
"Q12953909",
"azc-trc",
otherNames = {"Southwestern Tarahumara"},
scripts = Latn,
}
m["twt"] = {
"Turiwára",
"Q3542307",
"tup-gua",
scripts = Latn,
}
m["twu"] = {
"Termanu",
"Q7702572",
"poz-tim",
}
m["tww"] = {
"Tuwari",
"Q7857159",
"paa-spk",
}
m["twy"] = {
"Tawoyan",
"Q3513542",
"poz-bre",
otherNames = {"Taboyan"},
}
m["txa"] = {
"Tombonuo",
"Q7818692",
"poz-san",
}
m["txb"] = {
"吐火羅語B",
"Q3199353",
"ine-toc",
otherNames = {"乙種吐火羅語", "龜茲語", "Tocharian B", "West Tocharian", "Kuchean"},
scripts = Latn,
wikipedia_article = "吐火羅語", -- wikidata id has no associated article
standardChars = "ACEIK-PR-UWYaceik-pr-uwyÄäĀāṂṃṄṅÑñŚśṢṣ" .. PUNCTUATION,
}
m["txc"] = {
"Tsetsaut",
"Q20829",
"ath-nor",
scripts = Latn,
}
m["txe"] = {
"Totoli",
"Q7828387",
"poz-tot",
scripts = Latn,
}
m["txg"] = {
"西夏語",
"Q2727930",
"sit-qia",
otherNames = {"Tangut"},
scripts = {"Tang"},
}
m["txj"] = {
"Tarjumo",
nil,
"ssa-sah",
scripts = {"Latn", "Arab"},
}
m["txh"] = {
"色雷斯語",
"Q36793",
"ine",
scripts = {"Grek"},
otherNames = {"Thracian"},
translit_module = "el-translit",
}
m["txi"] = {
"Ikpeng",
"Q9344891",
"sai-car",
scripts = Latn,
}
m["txm"] = {
"托米尼語",
"Q7818911",
"poz",
otherNames = {"Tomini"},
}
m["txn"] = {
"West Tarangan",
"Q3515594",
"poz",
}
m["txo"] = {
"投投語",
"Q36709",
"sit-dhi",
scripts = {"Beng", "Toto"},
otherNames = {"Toto"},
}
m["txq"] = {
"Tii",
"Q7801784",
"poz-tim",
}
m["txr"] = {
"Tartessian",
"Q36795",
}
m["txs"] = {
"Tonsea",
"Q3531659",
"phi",
}
m["txt"] = {
"Citak",
"Q3447279",
"ngf",
}
m["txu"] = {
"Kayapó",
"Q3101212",
"sai-nje",
scripts = Latn,
}
m["txx"] = {
"Tatana",
"Q18643518",
"poz-san",
}
m["tya"] = {
"陶亞語",
"Q7688978",
"ngf-mad",
otherNames = {"Tauya"},
}
m["tye"] = {
"Kyenga",
"Q3913304",
"dmn-bbu",
scripts = Latn,
}
m["tyh"] = {
"O'du",
"Q3347428",
"mkh",
}
m["tyi"] = {
"Teke-Tsaayi",
"Q33123613",
"bnt-nze",
}
m["tyj"] = {
"Tai Do",
"Q7675746",
"tai-nor",
}
m["tyl"] = {
"土僚語",
"Q12953921",
"tai-cen",
otherNames = {"Thu Lao"},
}
m["tyn"] = {
"Kombai",
"Q6428241",
"ngf",
}
m["typ"] = {
"Kuku-Thaypan",
"Q3915693",
"aus-pmn",
otherNames = {"Gugu Thaypan", "Thaypan", "Kuku Thaypan", "Agu Alaya", "Awu Alaya", "Alaya", "Gugu-Rarmul", "Koko-Rarmul", "Rarmul"},
scripts = Latn,
}
m["tyr"] = {
"傣亮語",
"Q3915207",
"tai-swe",
otherNames = {"Tai Daeng"},
}
m["tys"] = {
"沙爬語",
"Q3446668",
"tai-sap",
otherNames = {"Sapa", "Sa Pa", "Tày Sa Pa", "Tai Sapa"},
scripts = Latn,
}
m["tyt"] = {
"德地傣語",
"Q7862029",
"tai-swe",
otherNames = {"Tày Tac"},
}
m["tyu"] = {
"Kua",
"Q3832933",
"khi-kal",
}
m["tyv"] = {
"圖瓦語",
"Q34119",
"trk-sib",
otherNames = {"Tuvan", "Tyvan"},
scripts = {"Cyrl"},
translit_module = "tyv-translit",
override_translit = true,
}
m["tyx"] = {
"Teke-Tyee",
"Q36634",
"bnt-nze",
}
m["tyz"] = {
"岱依語", -- This does not mean its umbrella "Tai" languages.
"Q2511476",
"tai-tay",
aliases = {"Tày", "Tay", "Tho", "Bao Yen", "Cao Bang"}, -- Both Bao Lac and Trung Khanh are located in Cao Bang.
varieties = {"Central Tày", "Eastern Tày", "Northern Tày", "Southern Tày", "Tày Bao Lac", "Tày Trung Khanh"},
scripts = Latn,
}
m["tza"] = {
"坦桑尼亞手語",
"Q7684177",
"sgn",
otherNames = {"Tanzanian Sign Language"},
}
m["tzh"] = {
"策爾塔爾語",
"Q36808",
"myn",
otherNames = {"Tzeltal"},
scripts = Latn,
}
m["tzj"] = {
"Tz'utujil",
"Q36941",
"myn",
otherNames = {"Tzutujil"},
scripts = Latn,
}
m["tzl"] = {
"Talossan",
"Q1063911",
"art",
type = "appendix-constructed",
scripts = Latn,
sort_key = {
from = {"[àáâäå]", "ç", "ð", "[ëèéê]", "[ìíîï]", "ñ", "[öòóô]", "ß", "[üùúû]", "þ"},
to = {"a", "c", "d∙", "e", "i", "n", "o", "s", "u", "z∙"}} , -- bullet so ð and þ are sorted after all other words with d and z, respectively
}
m["tzm"] = {
"中阿特拉斯柏柏爾語",
"Q49741",
"ber",
scripts = {"Tfng", "Arab", "Latn"},
otherNames = {"Central Atlas Tamazight"},
translit_module = "ber-translit",
}
m["tzn"] = {
"Tugun",
"Q12953225",
"poz-tim",
}
m["tzo"] = {
"佐齊爾語",
"Q36809",
"myn",
otherNames = {"Tzotzil"},
scripts = Latn,
}
m["tzx"] = {
"Tabriak",
"Q56872",
"paa-lsp",
otherNames = {"Karawari"},
scripts = Latn,
}
return m
