模組:Languages/data/3/x

維基詞典,自由的多語言詞典
< Module:Languages‎ | data‎ | 3

在"incategory ..."過濾器後添加搜索文字:

該模塊包含了語言代碼之定義和元數據。欲見其他相關資訊,請參見附录:語言列表

此模塊不得直接用於其他模塊或模板。資料與數據應通過Module:languages獲取。

必填值

表中的每個項目必須包含以下索引字段:

1
該語言的「規範」名稱,舊版模塊中寫作canonicalName。這是維基詞典詞條和分類名稱中使用的名字。
2
該語言在維基數據的ID(以Q開頭)。這取代了舊的wikipedia_article屬性。若該語言在維基數據沒有對應的實體,可將其設為nil

選填值

3
該語言所屬的語系,請參見Wiktionary:語系

屬性 entry_namesort_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 (ōsos), as these are not used in the normal written form of these languages. This is used by makeEntryName in 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 makeSortKey in 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 findBestScript function 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 tr that 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), and ine-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 an ancestors table; Proto-Indo-European will be automatically returned as its ancestor by the getAncestors function.
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 = require("Module:string/char")
local m_langdata = require("Module:languages/data")
local c = m_langdata.chars
local p = m_langdata.puaChars
local s = m_langdata.shared

local m = {}

m["xaa"] = {
	"安達盧斯阿拉伯語",
	1137945,
	"sem-arb",
	"Arab, Latn",
	entry_name = {
		remove_diacritics = c.kashida .. c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.superalef,
		from = {u(0x0671)},
		to = {u(0x0627)}
	},
}

m["xab"] = {
	"桑貝語",
	36265,
	"nic-alu",
	"Latn",
}

m["xac"] = {
	"卡恰爾語",
	3442442,
	"tbq-bdg",
}

m["xad"] = {
	"阿岱語",
	346744,
}

m["xae"] = {
	"埃桂語",
	930579,
	"itc",
}

m["xag"] = {
	"高加索阿爾巴尼亞語",
	34931,
	"cau-esm",
	"Aghb",
	translit = "Aghb-translit",
	override_translit = true,
}

m["xai"] = {
	"卡因貝語",
	6348017,
}

m["xaj"] = {
	"Ararandewára",
	nil,
	"tup-gua",
	"Latn",
}

m["xak"] = {
	"Maku",
	2032882,
	nil,
	"Latn",
}

m["xal"] = {
	"卡爾梅克衛拉特語",
	33634,
	"xgn-cen",
	"Cyrl, xwo-Mong",
	ancestors = "xwo",
	translit = "xal-translit",
	override_translit = true,
	sort_key = "xal-sortkey",
}

m["xam"] = {
	"卡姆語",
	2086145,
	"khi-tuu",
	"Latn",
}

m["xan"] = {
	"Xamtanga",
	56527,
	"cus-cen",
}

m["xao"] = {
	"考語",
	3196077,
	"mkh-pal",
}

m["xap"] = {
	"阿帕拉契語",
	686501,
	"nai-mus",
	"Latn",
}

m["xaq"] = {
	"阿基坦語",
	500522,
	"euq",
	"Latn",
}

m["xar"] = {
	"Karami",
	11732281,
}

m["xas"] = {
	"卡馬斯語",
	35991,
	translit = "xas-translit",
	"syd",
	"Cyrl",
}

m["xat"] = {
	"Katawixi",
	3440512,
	"sai-ktk",
}

m["xau"] = {
	"Kauwera",
	6378983,
	"paa-tkw",
}

m["xav"] = {
	"夏凡提語",
	36962,
	"sai-cje",
	"Latn",
}

m["xaw"] = {
	"Kawaiisu",
	56338,
	"azc-num",
	"Latn",
}

m["xay"] = {
	"Kayan Mahakam",
	25337171,
}

m["xbb"] = {
	"Lower Burdekin",
	6693353,
}

m["xbc"] = {
	"巴克特里亞語",
	756651,
	"ira-sbc",
	"Grek, Mani",
	translit = "xbc-translit",
	entry_name = {
		from = {"Þ", "þ"},
		to = {"Ϸ", "ϸ"}
	},
}

m["xbd"] = {
	"賓達爾語",
	4913975,
}

m["xbe"] = {
	"比加姆巴爾語",
	16841801,
	"aus-pam", --unclassified within
}

m["xbg"] = {
	"本甘迪茲語",
	4997615,
}

m["xbi"] = {
	"孔比奧語",
	6428259,
	"qfa-tor",
	"Latn",
}

m["xbj"] = {
	"Birrpayi",
	nil,
}

m["xbm"] = {
	"中古布列塔尼語",
	787610,
	"cel-brs",
	"Latn",
	ancestors = "obt",
}

m["xbn"] = {
	"Kenaboi",
	6388752,
}

m["xbo"] = {
	"保加爾語",
	36880,
	"trk-ogr",
	"Arab, Grek",
	entry_name = {
		Arab = "ar-entryname",
	}
}

m["xbp"] = {
	"比布爾曼語",
	22918391,
}

m["xbr"] = {
	"坎貝拉語",
	3053279,
	"poz-cet",
	"Latn",
}

m["xbw"] = {
	"岡比瓦語",
	9006744,
}

m["xby"] = {
	"Butchulla",
	31752631,
}

m["xcb"] = {
	"坎伯蘭語",
	35965,
	"cel-brw",
}

m["xcc"] = {
	"卡莫尼語",
	489011,
	nil,
	"Ital",
	translit = "Ital-translit",
}

m["xce"] = {
	"凱爾特伊比利亞語",
	37012,
	"cel-his",
	"Latn",
}

m["xch"] = {
	"Chemakum",
	56397,
	"chi",
	"Latn",
}

m["xcl"] = {
	"古典亞美尼亞語",
	181074,
	"hyx",
	"Armn",
	translit = "Armn-translit",
	override_translit = true,
	entry_name = {
		remove_diacritics = "՞՜՛՟",
		from = {"եւ"},
		to = {"և"}
	},
}

m["xcm"] = {
	"Comecrudo",
	609808,
	"nai-pak",
}

m["xcn"] = {
	"Cotoname",
	56889,
	"nai-pak",
}

m["xco"] = {
	"花剌子模語",
	33138,
	"ira-sbc",
	"Arab, Armi, Chrs, Phlv, Sogd",
	translit = {Chrs = "Chrs-translit"},
}

m["xcr"] = {
	"卡里亞語",
	35929,
	"ine-luw",
	"Cari",
}

m["xct"] = {
	"古典藏語",
	5128314,
	"sit-tib",
	"Tibt, Hani, Marc, Mong, mnc-Mong, xwo-Mong, Phag, Tang, Zanb",
	translit = {
		Tibt = "Tibt-translit",
		Mong = "Mong-translit",
		["mnc-Mong"] = "mnc-translit",
		["xwo-Mong"] = "xwo-translit",
		Tang = "txg-translit",
	},
	override_translit = true,
	display_text = {
		Tibt = s["Tibt-displaytext"],
		Mong = s["Mong-displaytext"],
	},
	entry_name = {
		Tibt = s["Tibt-entryname"],
		Mong = s["Mong-entryname"],
	},
	sort_key = {
		Tibt = "Tibt-sortkey",
		Hani = "Hani-sortkey",
	},
}

m["xcu"] = {
	"庫爾蘭語",
	35857,
	"bat",
	"Latn",
}

m["xcv"] = {
	"楚凡語",
	3516641,
	"qfa-yuk",
	"Cyrl",
	translit = "xcv-translit"
}

m["xcw"] = {
	"Coahuilteco",
	2008062,
	"nai-pak",
}

m["xcy"] = {
	"Cayuse",
	2472016,
}

m["xda"] = {
	"達金容語",
	5223660,
	"aus-yuk",
	"Latn",
}

m["xdc"] = {
	"達契亞語",
	682547,
	"ine",
	"Latn, Polyt",
	translit = {Polyt = "grc-translit"},
	entry_name = {
		Polyt = s["Polyt-entryname"],
	},
	sort_key = {
		Polyt = s["Grek-sortkey"],
	},
}

m["xdk"] = {
	"達拉格語",
	1166814,
	"aus-yuk",
	"Latn",
}

m["xdm"] = {
	"以東語",
	2363529,
	"sem-can",
	"Phnx",
	translit = "Phnx-translit",
}

m["xdy"] = {
	"馬來達雅語",
	3514892,
}

m["xeb"] = {
	"埃勃拉語",
	35345,
	"sem-eas",
	"Xsux",
}

m["xed"] = {
	"Hdi",
	56246,
	"cdc-cbm",
	"Latn",
}

m["xeg"] = {
	"ǁXegwi",
	3509732,
	"khi-tuu",
	"Latn",
}

m["xel"] = {
	"Kelo",
	6386412,
	"sdv-eje",
}

m["xem"] = {
	"Kembayan",
	6386874,
}

m["xep"] = {
	"Epi-Olmec",
	nil,
}

m["xer"] = {
	"謝凡提語",
	3073436,
	"sai-cje",
	"Latn",
}

m["xes"] = {
	"Kesawai",
	6394907,
	"ngf-mad",
	"Latn",
}

m["xet"] = {
	"謝達語",
	2980404,
	"tup-gua",
	"Latn",
}

m["xeu"] = {
	"克烏魯語",
	11732313,
	"ngf",
}

m["xfa"] = {
	"法利斯克語",
	35669,
	"itc",
	"Ital, Latn",
	translit = "Ital-translit",
	entry_name = {remove_diacritics = c.macron .. c.breve .. c.diaer},
}

m["xga"] = {
	"加拉提亞語",
	27403,
	"cel-con",
	"Latn, Grek",
	ancestors = "cel-gau",
}

m["xgb"] = {
	"Gbin",
	16934745,
	"dmn-mse",
	"Latn",
}

m["xgd"] = {
	"古當語",
	5614528,
}

m["xgf"] = {
	"通瓦語",
	56387,
	"azc-tak",
	"Latn",
}

m["xgg"] = {
	"戈倫語",
	nil,
}

m["xgi"] = {
	"加林巴爾語",
	nil,
}

m["xgl"] = {
	"Galindan",
	1190494,
	"bat",
	"Latn",
}

m["xgm"] = {
	"達龍巴爾語",
	16954400,
}

m["xgr"] = {
	"Garza",
	3098656,
	"nai-pak",
}

m["xgu"] = {
	"Unggumi",
	62000004,
	"aus-wor",
	"Latn",
}

m["xgw"] = {
	"古瓦語",
	5621992,
}

m["xha"] = {
	"Harami",
	41506724,
	nil,
	"Sarb",
	translit = "Sarb-translit",
}

m["xhc"] = {
	"匈人語",
	35959,
}

m["xhd"] = {
	"哈德拉毛語",
	1032453,
	"sem-osa",
	"Sarb",
	translit = "Sarb-translit",
}

m["xhe"] = {
	"克特拉尼語",
	2614111,
	"inc-pan",
	ancestors = "lah",
}

m["xhm"] = {
	"中古高棉語",
	25226861,
	"mkh-kmr",
	"Latn, Khmr", --and also Pallava
	ancestors = "okz",
}

m["xhr"] = {
	"赫爾尼基語",
	5908773,
	"itc-sbl",
	"Ital",
}

m["xht"] = {
	"哈梯語",
	31107,
	"qfa-iso",
	"Xsux",
}

m["xhu"] = {
	"胡里安語",
	35740,
	"qfa-hur",
	"Xsux, Ugar",
}

m["xhv"] = {
	"庫瓦語",
	22970290,
	"mkh-kat",
}

m["xib"] = {
	"伊比利亞語",
	855215,
	"qfa-iso",
	"Latn, Ibrn",
}

m["xii"] = {
	"Xiri",
	36876,
}

m["xin"] = {
	"Xinca",
	1546494,
	"nai-xin",
	"Latn",
}

m["xil"] = {
	"伊利里亞語",
	35976,
	"ine",
	type = "reconstructed",
}

m["xir"] = {
	"Xiriâna",
	2028772,
	"awd",
	"Latn",
}

m["xis"] = {
	"Kisan",
	63339998,
	"dra-kml",
	ancestors = "kru",
}

m["xiv"] = {
	"Indus Valley Language",
	3428279,
	nil,
	"Inds",
}

m["xiy"] = {
	"Xipaya",
	13226,
	"tup",
}

m["xjb"] = {
	"明瓊巴爾語",
	nil,
	"aus-pam",
	"Latn",
}

m["xka"] = {
	"卡爾科提語",
	3877551,
	"inc-shn",
	"ur-Arab",
}

m["xkb"] = {
	"Manigri-Kambolé Ede Nago",
	36042,
	"alv-ede",
}

m["xkc"] = {
	"科伊因語",
	6401919,
	"xme-ttc",
	ancestors = "xme-ttc-wes",
}

m["xkd"] = {
	"Mendalam Kayan",
	12952597,
}

m["xke"] = {
	"Kereho",
	6437086,
	"poz",
	"Latn",
}

m["xkf"] = {
	"Khengkha",
	3695207,
	"sit-ebo",
	"Tibt",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["xkg"] = {
	"Kagoro",
	11159524,
	"dmn-wmn",
}

m["xki"] = {
	"肯尼亞手語",
	6392859,
	"sgn",
}

m["xkj"] = {
	"卡賈里語",
	14916876,
	"xme-ttc",
	ancestors = "xme-ttc-cen",
}

m["xkk"] = {
	"卡喬語",
	6344767,
	"mkh",
}

m["xkl"] = {
	"巴庫語",
	6736761,
	"poz-swa",
	"Latn",
}

m["xkn"] = {
	"河畔加央語",
	12473395,
	"poz",
}

m["xko"] = {
	"焦爾語",
	6414519,
	"mkh-pal",
}

m["xkp"] = {
	"卡巴特伊語",
	34165,
	"xme-ttc",
	ancestors = "xme-ttc-cen",
}

m["xkq"] = {
	"果羅尼語",
	3199000,
	"poz-btk",
}

m["xkr"] = {
	"Xakriabá",
	3073441,
	"sai-cje",
	"Latn",
}

m["xks"] = {
	"昆貝瓦哈語",
	6443722,
}

m["xkt"] = {
	"Kantosi",
	35651,
	"nic-dag",
}

m["xku"] = {
	"Kaamba",
	11042324,
	"bnt-kng",
}

m["xkv"] = {
	"Kgalagadi",
	2088743,
	"bnt-sts",
	"Latn",
}

m["xkw"] = {
	"Kembra",
	12953627,
	"paa-pau",
}

m["xkx"] = {
	"卡羅雷語",
	6373260,
	"poz-ocw",
}

m["xky"] = {
	"Uma' Lasan",
	nil,
	"poz-swa",
}

m["xkz"] = {
	"庫爾托普語",
	3695193,
	"sit-ebo",
	"Tibt, Latn",
	translit = {Tibt = "Tibt-translit"},
	display_text = {Tibt = s["Tibt-displaytext"]},
	entry_name = {Tibt = s["Tibt-entryname"]},
	sort_key = {Tibt = "Tibt-sortkey"},
}

m["xla"] = {
	"卡穆拉語",
	10957277,
	"ngf",
}

m["xlb"] = {
	"Loup B",
	13108281,
	"alg-eas",
	"Latn",
}

m["xlc"] = {
	"呂基亞語",
	35969,
	"ine-luw",
	"Lyci",
	translit = "Lyci-translit",
}

m["xld"] = {
	"呂底亞語",
	36095,
	"ine-ana",
	"Lydi",
	translit = "Lydi-translit",
}

m["xle"] = {
	"利姆尼亞語",
	36203,
	"qfa-tyn",
	"Ital",
	translit = "Ital-translit",
}

m["xlg"] = {
	"古利古里亞語",
	36104,
	"ine",
}

m["xli"] = {
	"利伯尼亞語",
	35835,
	"ine",
}

--xln is etymology-only

m["xlo"] = {
	"Loup A",
	27921265,
	"alg-eas",
	"Latn",
}

m["xlp"] = {
	"南阿爾卑斯高盧語",
	35993,
	"cel-con",
	"Ital",
	translit = "Ital-translit",
}

m["xls"] = {
	"盧西坦尼亞語",
	35960,
	"ine",
	"Latn",
}

m["xlu"] = {
	"盧維語",
	12634577,
	"ine-luw",
	"Xsux, Hluw",
}

m["xly"] = {
	"伊利米語",
	35329,
	nil,
	"Grek",
}

m["xmb"] = {
	"Mbonga",
	36064,
	"nic-jrn",
	"Latn",
}

m["xmc"] = {
	"Makhuwa-Marrevone",
	11127231,
	"bnt-mak",
	ancestors = "vmw",
}

m["xmd"] = {
	"Mbudum",
	6799790,
	"cdc-cbm",
	"Latn",
}

m["xmf"] = {
	"明格列爾語",
	13359,
	"ccs-zan",
	"Geor",
	translit = "Geor-translit",
	override_translit = true,
}

m["xmg"] = {
	"Mengaka",
	36017,
	"bai",
	"Latn",
}

m["xmh"] = {
	"庫庫-穆敏赫語",
	10549849,
	"aus-pmn",
	"Latn",
}

m["xmj"] = {
	"Majera",
	6737666,
	"cdc-cbm",
	"Latn",
}

m["xmk"] = {
	"古馬其頓語",
	35974,
	"grk",
	"Polyt",
	translit = "grc-translit",
	entry_name = s["Polyt-entryname"],
	sort_key = s["Grek-sortkey"],
}

m["xml"] = {
	"馬來西亞手語",
	33420,
	"sgn",
}

m["xmm"] = {
	"萬鴉老馬來語",
	1068112,
}

m["xmo"] = {
	"Morerebi",
	12953749,
	"tup",
	"Latn",
}

m["xmp"] = {
	"庫庫-穆因語",
	10549852,
	nil,
	"Latn",
}

m["xmq"] = {
	"庫庫-芒克語",
	10549851,
	"aus-pam",
	"Latn",
}

m["xmr"] = {
	"麥羅埃語",
	13366,
	"afa",
	"Mero, Merc, Latn", -- we have entries in Latn
	translit = "xmr-translit",
}

m["xms"] = {
	"摩洛哥手語",
	6913107,
	"sgn",
}

m["xmt"] = {
	"馬特巴特語",
	6786187,
	"poz-hce",
}

m["xmu"] = {
	"Kamu",
	6359779,
}

m["xmx"] = {
	"Maden",
	12952756,
	"poz-hce",
}

m["xmy"] = {
	"馬雅古杜納語",
	3436736,
}

m["xmz"] = {
	"摩利巴華語",
	3324069,
	"poz-btk",
	"Latn",
}

m["xna"] = {
	"古北阿拉伯語",
	1472213,
	"sem-cen",
	"Narb",
	translit = "Narb-translit",
}

m["xnb"] = {
	"卡那卡那富語",
	172244,
	"map",
	"Latn",
}

m["xng"] = {
	"中古蒙古語",
	2582455,
	"xgn",
	"Mong, Phag, Hani, Arab, Armn",
	translit = {Mong = "Mong-translit"},
	display_text = {Mong = s["Mong-displaytext"]},
	entry_name = {Mong = s["Mong-entryname"]},
	sort_key = {Hani = "Hani-sortkey"},
}

m["xnh"] = {
	"寬話",
	6441084,
	"mkh-pal",
}

m["xni"] = {
	"Ngarigu",
	7022072,
	"aus-yuk",
}

m["xnk"] = {
	"恩加納卡爾蒂語",
	33087049,
}

m["xnn"] = {
	"北坎卡奈語", -- use this for now; correction must be "Northern Kankanaey"
	12953609,
	"phi",
}

-- "xno" IS TREATED AS "fro", SEE WT:LT

m["xnr"] = {
	"康格里語",
	2331560,
	"him",
	"Deva, Takr, fa-Arab",
	ancestors = "doi",
	translit = "hi-translit",
}

m["xns"] = {
	"卡納西語",
	6360672,
	"sit-whm",
}

m["xnt"] = {
	"納拉甘塞特語",
	3336118,
	"alg-eas",
	"Latn, Hebr",
	entry_name = {remove_diacritics = c.grave .. c.acute .. c.tilde .. c.macron},
}

m["xnu"] = {
	"Nukunul",
	7068904,
}

m["xny"] = {
	"尼亞帕里語",
	16919427,
	"aus-nga",
	"Latn",
}

m["xoc"] = {
	"O'chi'chi'",
	3813833,
	"nic-cde",
	"Latn",
}

m["xod"] = {
	"Kokoda",
	6426734,
	"ngf-sbh",
}

m["xog"] = {
	"索加語",
	33784,
	"bnt-nyg",
	"Latn",
}

m["xoi"] = {
	"Kominimung",
	6428352,
	"paa",
	"Latn",
}

m["xok"] = {
	"秀克朗語",
	3027930,
	"sai-sje",
}

m["xom"] = {
	"夸瑪語",
	56681,
	"ssa-kom",
}

m["xon"] = {
	"康孔姆巴語",
	35674,
	"nic-grm",
	"Latn",
}

m["xoo"] = { -- contrast kzw, sai-kat, sai-xoc
	"許庫魯斯語",
	9096758,
}

m["xop"] = {
	"科帕爾語",
	11732346,
}

m["xor"] = {
	"Korubo",
	3199022,
}

m["xow"] = {
	"科瓦基語",
	6434920,
	"ngf-mad",
}

m["xpa"] = {
	"皮里亞語",
	16978087,
}

m["xpb"] = {
	"Pyemmairre",
	7262964,
	nil,
	"Latn",
}

m["xpc"] = {
	"佩切涅格語",
	877881,
	"trk",
}

m["xpd"] = {
	"Paredarerme",
	7136678,
	nil,
	"Latn",
}

m["xpe"] = {
	"利比里亞克佩列語",
	20527226,
	"dmn-msw",
	"Latn, Kpel",
	ancestors = "kpe",
}

m["xpf"] = {
	"東南塔斯馬尼亞語",
	7068421,
	nil,
	"Latn",
}

m["xpg"] = {
	"弗里吉亞語",
	36751,
	"ine",
	"Polyt",
	translit = "grc-translit",
	entry_name = s["Polyt-entryname"],
	sort_key = s["Grek-sortkey"],
}

m["xph"] = {
	"Tyerrernotepanner",
	7859815,
	nil,
	"Latn",
}

m["xpi"] = {
	"皮克特語",
	856383,
	"cel-brw",
	"Ogam, Latn",
}

m["xpj"] = {
	"姆帕利詹語",
	6928192,
	"aus-pam",
}

m["xpk"] = {
	"Kulina",
	6443027,
	"sai-pan",
}

m["xpl"] = {
	"索雷爾港語",
	7230944,
	nil,
	"Latn",
}

m["xpm"] = {
	"旁普科爾語",
	2991985,
	"qfa-yso",
	"Latn",
}

m["xpn"] = {
	"岡比那瓦語",
	6366667,
}

m["xpo"] = {
	"波丘特克語",
	2427341,
	"azc-nah",
	"Latn",
}

m["xpp"] = {
	"Puyo-Paekche",
	nil,
}

m["xpq"] = {
	"莫西干-佩科特語",
	3319130,
	"alg-eas",
	"Latn",
}

m["xpr"] = {
	"安息語",
	25953,
	"ira-mpr",
	"Prti, Mani, Phlv",
	translit = {
		Prti = "Prti-translit",
		Mani = "Mani-translit",
	},
}

m["xps"] = {
	"皮西迪亞語",
	36580,
	"ine-luw",
}

m["xpu"] = {
	"布匿語",
	535958,
	"sem-can",
	"Phnx, Latn, Grek",
	ancestors = "phn",
	translit = {Phnx = "Phnx-translit"},
}

m["xpv"] = {
	"Tommeginne",
	7819095,
	nil,
	"Latn",
}

m["xpw"] = {
	"Peerapper",
	7160431,
	nil,
	"Latn",
}

m["xpx"] = {
	"Toogee",
	7824008,
	nil,
	"Latn",
}

m["xpy"] = {
	"扶餘語",
	5003359,
	"qfa-kor",
	"Hani",
	sort_key = "Hani-sortkey",
}

m["xpz"] = {
	"Bruny Island",
	4979601,
	nil,
	"Latn",
}

m["xqa"] = {
	"喀喇汗語",
	nil,
	"trk-kar",
	"Arab",
	entry_name = "ar-entryname",
}

m["xqt"] = {
	"Qatabanian",
	384101,
	"sem-osa",
	"Sarb",
	translit = "Sarb-translit",
}

m["xra"] = {
	"克拉沃語",
	3199549,
	"sai-nje",
}

m["xrb"] = {
	"Eastern Karaboro",
	35716,
	"alv-krb",
}

m["xrd"] = {
	"Gundungurra",
	nil,
}

m["xre"] = {
	"Kreye",
	3199686,
	"sai-nje",
}

m["xrg"] = {
	"米南語",
	22893424,
}

m["xri"] = {
	"Krikati-Timbira",
	3199710,
}

m["xrm"] = {
	"Armazic",
	7599646,
}

m["xrn"] = {
	"阿林語",
	34088,
	"qfa-yso",
	"Latn",
}

m["xrq"] = {
	"卡蘭加語",
	6373349,
	nil,
	"Latn",
}

m["xrr"] = {
	"雷蒂亞語",
	36689,
	"qfa-tyn",
	"Ital",
	translit = "Ital-translit",
}

m["xrt"] = {
	"Aranama-Tamique",
	2859505,
}

m["xru"] = {
	"馬利亞穆語",
	10577724,
	"aus-dal",
}

m["xrw"] = {
	"Karawa",
	6368857,
	"paa-spk",
}

m["xsa"] = {
	"賽伯伊語",
	1070391,
	"sem-osa",
	"Sarb",
	translit = "Sarb-translit",
}

m["xsb"] = {
	"三描語",
	2592378,
	"phi",
	"Latn",
}

m["xsd"] = {
	"西代語",
	36659,
	"ine-luw",
	"Sidt",
}

m["xse"] = {
	"Sempan",
	3504358,
}

m["xsh"] = {
	"Shamang",
	3914876,
	"nic-plc",
}

m["xsi"] = {
	"Sio",
	3485100,
	"poz-ocw",
}

m["xsj"] = {
	"Subi",
	7631298,
	"bnt-haj",
}

m["xsl"] = {
	"南斯拉維語",
	28552,
	"den",
	"Latn",
}

m["xsm"] = {
	"格森語",
	35552,
	"nic-gnn",
}

m["xsn"] = {
	"桑加語 (奈及利亞)",
	3915334,
	"nic-jer",
	"Latn",
}

m["xso"] = {
	"Solano",
	2474492,
	nil,
	"Latn",
}

m["xsp"] = {
	"Silopi",
	7515533,
	"ngf-mad",
}

m["xsq"] = {
	"Makhuwa-Saka",
	11008159,
	"bnt-mak",
	ancestors = "vmw",
}

m["xsr"] = {
	"夏爾巴語",
	36612,
	"sit-tib",
	"Tibt, Deva",
	ancestors = "xct",
	translit = {
		Tibt = "Tibt-translit",
		Deva = "xsr-Deva-translit",
	},
	override_translit = true,
	display_text = {Tibt = s["Tibt-displaytext"]},
	entry_name = {Tibt = s["Tibt-entryname"]},
	sort_key = {Tibt = "Tibt-sortkey"},
}

m["xss"] = {
	"阿桑語",
	34089,
	"qfa-yso",
	"Latn",
}

m["xsu"] = {
	"Sanumá",
	251728,
	"sai-ynm",
}

m["xsv"] = {
	"蘇多維亞語",
	35603,
	"bat-wes",
	"Latn",
}

m["xsy"] = {
	"賽夏語",
	716695,
	"map",
	"Latn",
}

m["xta"] = {
	"阿爾科紹卡米斯特克語",
	25559587,
	"omq-mxt",
	"Latn",
}

m["xtb"] = {
	"查蘇姆巴米斯特克語",
	12182838,
	"omq-mxt",
	"Latn",
}

m["xtc"] = {
	"卡杜格利語",
	3407136,
	"qfa-kad",
	"Latn",
}

m["xtd"] = {
	"迪烏斯-蒂蘭通戈米斯特克語",
	7802048,
	"omq-mxt",
	"Latn",
}

m["xte"] = {
	"Ketengban",
	10990152,
}

m["xth"] = {
	"Yitha Yitha",
	nil,
}

m["xti"] = {
	"西尼卡瓦米斯特克語",
	12953733,
	"omq-mxt",
	"Latn",
}

m["xtj"] = {
	"聖胡安泰塔米斯特克語",
	32093049,
	"omq-mxt",
	"Latn",
}

m["xtl"] = {
	"蒂哈爾特佩克米斯特克語",
	12953738,
	"omq-mxt",
	"Latn",
}

m["xtm"] = {
	"馬格達萊納佩尼亞斯科米斯特克語",
	7179700,
	"omq-mxt",
	"Latn",
}

m["xtn"] = {
	"北特拉夏科米斯特克語",
	25559585,
	"omq-mxt",
	"Latn",
}

m["xto"] = {
	"吐火羅語A",
	2827041,
	"ine-toc",
	"Latn",
	wikipedia_article = "吐火羅語", -- wikidata id has no associated article
}

m["xtp"] = {
	"聖米格爾彼德拉斯-米斯特克語",
	7414970,
	"omq-mxt",
	"Latn",
}

m["xtq"] = {
	"圖木舒克語",
	nil,
	"xsc-sak",
	"Brah, Khar",
	translit = "Brah-translit",
}

m["xtr"] = {
	"Early Tripuri",
	nil,
}

m["xts"] = {
	"辛迪維米斯特克語",
	13583581,
	"omq-mxt",
	"Latn",
}

m["xtt"] = {
	"塔卡瓦米斯特克語",
	7673668,
	"omq-mxt",
	"Latn",
}

m["xtu"] = {
	"庫亞梅卡爾科米斯特克語",
	12953726,
	"omq-mxt",
	"Latn",
}

m["xtv"] = {
	"Thawa",
	7711494,
}

m["xtw"] = {
	"Tawandê",
	nil,
	"sai-nmk",
	"Latn",
}

m["xty"] = {
	"約洛索奇特爾米斯特克語",
	8054817,
	"omq-mxt",
	"Latn",
}

m["xua"] = {
	"Alu Kurumba",
	12952679,
	"dra-kan",
}

m["xub"] = {
	"Betta Kurumba",
	16841033,
	"dra-kan",
	"Knda, Mlym, Taml",
}

m["xud"] = {
	"Umiida",
	61999874,
	"aus-wor",
	"Latn",
}

m["xug"] = {
	"國頭語",
	56558,
	"jpx-ryu",
	"Jpan",
	translit = s["Jpan-translit"],
	sort_key = s["Jpan-sortkey"],
}

m["xuj"] = {
	"Jennu Kurumba",
	21282543,
	"dra-kan",
	"Knda",
}

m["xul"] = {
	"Ngunawal",
	7022712,
	"aus-yuk",
	"Latn",
}

m["xum"] = {
	"翁布里亞語",
	36957,
	"itc-sbl",
	"Ital, Latn",
	translit = "Ital-translit",
}

m["xun"] = {
	"Unggaranggu",
	61999823,
	"aus-wor",
	"Latn",
}

m["xuo"] = {
	"Kuo",
	6445233,
	"alv-mbm",
}

m["xup"] = {
	"Upper Umpqua",
	20607,
	"ath-pco",
	"Latn",
}

m["xur"] = {
	"烏拉爾圖語",
	36934,
	"qfa-hur",
	"Xsux",
}

m["xut"] = {
	"庫坦特語",
	6448417,
}

m["xuu"] = {
	"Khwe",
	28305,
	"khi-kal",
	"Latn",
}

m["xve"] = {
	"威尼托語",
	36871,
	"ine",
	"Ital",
	translit = "Ital-translit",
}

-- m["xvi"] = { "Kamviri", 1193495, "nur-nor", Arab } moved to etym-only code

m["xvn"] = {
	"汪達爾語",
	36835,
	"gme",
	"Latn",
}

m["xvo"] = {
	"沃爾西語",
	622110,
	"itc-sbl",
	"Latn",
}

m["xvs"] = {
	"Vestinian",
	2576407,
	"itc",
	"Latn",
}

m["xwa"] = {
	"瓜薩語",
	3200839,
}

m["xwc"] = {
	"Woccon",
	3569569,
	"nai-cat",
	"Latn",
}

m["xwd"] = {
	"瓦迪瓦迪語",
	7959249,
}

m["xwe"] = {
	"Xwela Gbe",
	36887,
	"alv-pph",
}

m["xwg"] = {
	"Kwegu",
	56723,
	"sdv",
}

m["xwj"] = {
	"瓦朱克語",
	33110188,
}

m["xwk"] = {
	"Wangkumara",
	7967891,
	"aus-pam",
	"Latn",
}

m["xwl"] = {
	"Western Xwla Gbe",
	36924,
	"alv-pph",
	"Latn",
}

m["xwo"] = {
	"書面衛拉特語",
	56959,
	"xgn-cen",
	"xwo-Mong",
	translit = "xwo-translit",
}

m["xwr"] = {
	"Kwerba Mamberamo",
	6450325,
	"paa-tkw",
}

m["xww"] = {
	"溫巴溫巴語",
	18472819,
	"aus-pam",
	"Latn",
}

m["xxb"] = {
	"Boro",
	16844787,
	nil,
	"Latn",
}

m["xxk"] = {
	"Ke'o",
	3195346,
}

m["xxm"] = {
	"Minkin",
	6867836,
}

m["xxr"] = {
	"Koropó",
	6432560,
}

m["xxt"] = {
	"Tambora",
	36711,
	"paa",
	"Latn",
}

m["xya"] = {
	"雅伊吉爾語",
	8050525,
	"aus-pam",
}

m["xyb"] = {
	"揚吉巴拉語",
	nil,
	nil,
	"Latn",
}

m["xyl"] = {
	"Yalakalore",
	12645352,
	"sai-nmk",
	"Latn",
}

m["xyt"] = {
	"馬伊-他庫爾蒂語",
	47004719,
	"aus-pam",
	"Latn",
}

m["xyy"] = {
	"Yorta Yorta",
	8055849,
	"aus-pam",
	"Latn",
}

m["xzh"] = {
	"象雄語",
	3437292,
	"sit-alm",
	"Marc, Tibt",
	translit = {Tibt = "Tibt-translit"},
	display_text = {Tibt = s["Tibt-displaytext"]},
	entry_name = {Tibt = s["Tibt-entryname"]},
	sort_key = {Tibt = "Tibt-sortkey"},
}

m["xzm"] = {
	"Zemgalian",
	47631,
	"bat-eas",
}

m["xzp"] = {
	"古薩波特克語",
	nil,
}

return require("Module:languages").addDefaultTypes(m, true)