模組:Languages/data/3/d

維基詞典,自由的多語言詞典
< 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["daa"] = {
	"Dangaléat",
	942591,
	"cdc-est",
	"Latn",
}

m["dac"] = {
	"Dambi",
	12629491,
	"poz-ocw",
	"Latn",
}

m["dad"] = {
	"Marik",
	6763404,
	"poz-ocw",
	"Latn",
}

m["dae"] = {
	"Duupa",
	35263,
	"alv-dur",
	"Latn",
}

m["dag"] = {
	"達加巴尼語",
	32238,
	"nic-dag",
	"Latn",
}

m["dah"] = {
	"Gwahatike",
	5623246,
	"ngf-fin",
	"Latn",
}

m["dai"] = {
	"Day",
	35163,
	"alv-mbd",
	"Latn",
}

m["daj"] = {
	"Dar Fur Daju",
	56370,
	"sdv-daj",
	"Latn",
}

m["dak"] = {
	"達科他語",
	530384,
	"sio-dkt",
	"Latn",
}

m["dal"] = {
	"Dahalo",
	35143,
	"cus",
	"Latn",
}

m["dam"] = {
	"Damakawa",
	1158134,
	"nic-knn",
	"Latn",
}

m["dao"] = {
	"Daai Chin",
	860029,
	"tbq-kuk",
	"Latn",
}

m["daq"] = {
	"Dandami Maria",
	12952805,
	"dra-mdy",
}

m["dar"] = {
	"達爾金語",
	32332,
	"cau-drg",
	"Cyrl, Latn, Arab",
	translit = {Cyrl = "dar-translit"},
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {
		Cyrl = s["cau-Cyrl-entryname"],
		Latn = s["cau-Latn-entryname"],
	},
	sort_key = {
		Cyrl = {
			from = {
				"къкъ", "хьхь", -- 4 chars
				"гъ", "гь", "гӏ", "ё", "къ", "кь", "кӏ", "пп", "пӏ", "сс", "тт", "тӏ", "хх", "хъ", "хь", "хӏ", "цц", "цӏ", "чч", "чӏ" -- 2 chars
			},
			to = {
				"к" .. p[2], "х" .. p[4],
				"г" .. p[1], "г" .. p[2], "г" .. p[3], "е" .. p[1], "к" .. p[1], "к" .. p[3], "к" .. p[4], "п" .. p[1], "п" .. p[2], "с" .. p[1], "т" .. p[1], "т" .. p[2], "х" .. p[1], "х" .. p[2], "х" .. p[3], "х" .. p[5], "ц" .. p[1], "ц" .. p[2], "ч" .. p[1], "ч" .. p[2]
			}
		},
	},
}

m["das"] = {
	"Daho-Doo",
	3915369,
	"kro-wee",
	"Latn",
}

m["dau"] = {
	"Dar Sila Daju",
	7514020,
	"sdv-daj",
	"Latn",
}

m["dav"] = {
	"台塔語",
	2387274,
	"bnt-cht",
	"Latn",
}

m["daw"] = {
	"Davawenyo",
	5228174,
	"phi",
	"Latn",
}

m["dax"] = {
	"達伊語",
	10467281,
	"aus-yol",
	"Latn",
}

m["daz"] = {
	"Dao",
	5221513,
	"ngf",
	"Latn",
}

m["dba"] = {
	"Bangime",
	1982696,
	"qfa-iso",
	"Latn",
}

m["dbb"] = {
	"Deno",
	56275,
	"cdc-wst",
	"Latn",
}

m["dbd"] = {
	"Dadiya",
	3914436,
	"alv-wjk",
	"Latn",
}

m["dbe"] = {
	"Dabe",
	5207451,
	"paa-tkw",
	"Latn",
}

m["dbf"] = {
	"埃多皮語",
	12953516,
	"paa-lkp",
	"Latn",
}

m["dbg"] = {
	"Dogul Dom",
	3912880,
	"nic-npd",
	"Latn",
}

m["dbi"] = {
	"Doka",
	3913293,
	"nic-plc",
	"Latn",
}

m["dbj"] = {
	"Ida'an",
	3041552,
	"poz-san",
	"Latn",
}

m["dbl"] = {
	"迪爾巴爾語",
	35465,
	"aus-dyb",
	"Latn",
}

m["dbm"] = {
	"Duguri",
	7194057,
	"nic-jrw",
	"Latn",
}

m["dbn"] = {
	"Duriankere",
	5316627,
	"ngf-sbh",
	"Latn",
}

m["dbo"] = {
	"Dulbu",
	5313310,
	"nic-jrn",
	"Latn",
}

m["dbp"] = {
	"杜瓦語",
	56301,
	"cdc-wst",
	"Latn",
}

m["dbq"] = {
	"Daba",
	3913342,
	"cdc-cbm",
	"Latn",
}

m["dbr"] = {
	"Dabarre",
	3447286,
	"cus-som",
}

m["dbt"] = {
	"Ben Tey",
	4886561,
	"nic-nwa",
	"Latn",
}

m["dbu"] = {
	"Bondum Dom Dogon",
	3912758,
	"nic-npd",
	"Latn",
}

m["dbv"] = {
	"Dungu",
	5315230,
	"nic-kau",
	"Latn",
}

m["dbw"] = {
	"Bankan Tey Dogon",
	4856243,
	"nic-nwa",
	"Latn",
}

m["dby"] = {
	"Dibiyaso",
	5272268,
	"ngf",
	"Latn",
}

m["dcc"] = {
	"達金語",
	669431,
	"inc-hnd",
	"ur-Arab",
	ancestors = "ur",
}

m["dcr"] = {
	"Negerhollands",
	1815830,
	"crp",
	"Latn",
	ancestors = "nl",
}

m["dda"] = {
	"達迪-達迪語",
	nil,
	"aus-pam",
	"Latn",
}

m["ddd"] = {
	"Dongotono",
	56676,
	"sdv-lma",
}

m["dde"] = {
	"Doondo",
	11003401,
	"bnt-kng",
	"Latn",
}

m["ddg"] = {
	"法塔魯庫語",
	35353,
	"qfa-tap",
	"Latn",
}

m["ddi"] = {
	"迪奧迪奧語",
	3028668,
	"poz-ocw",
	"Latn",
}

m["ddj"] = {
	"賈魯語",
	3162806,
	"aus-pam",
	"Latn",
}

m["ddn"] = {
	"登迪語",
	35164,
	"son",
	"Latn",
}

m["ddo"] = {
	"采茲語",
	34033,
	"cau-wts",
	"Cyrl",
	translit = "ddo-translit",
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {Cyrl = s["cau-Cyrl-entryname"]},
}

m["ddr"] = {
	"Dhudhuroa",
	5269842,
	"aus-pam",
	"Latn",
}

m["dds"] = {
	"Donno So Dogon",
	1234776,
	"nic-dge",
	"Latn",
}

m["ddw"] = {
	"Dawera-Daweloor",
	5242304,
	"poz-tim",
	"Latn",
}

m["dec"] = {
	"Dagik",
	35125,
	"alv-tal",
	"Latn",
}

m["ded"] = {
	"Dedua",
	5249850,
	"ngf",
	"Latn",
}

m["dee"] = {
	"Dewoin",
	3914892,
	"kro-wkr",
	"Latn",
}

m["def"] = {
	"Dezfuli",
	4115412,
	"ira-swi",
}

m["deg"] = {
	"Degema",
	35182,
	"alv-dlt",
	"Latn",
}

m["deh"] = {
	"德赫瓦里語",
	5704314,
	"ira-swi",
	ancestors = "fa",
}

m["dei"] = {
	"Demisa",
	56380,
	"paa-egb",
	"Latn",
}

m["dek"] = { -- called "unattested alleged language" by Wikipedia
	"Dek",
	5252754,
	nil,
	"Latn",
}

m["dem"] = {
	"Dem",
	5254989,
	"paa",
	"Latn",
}

m["dep"] = {
	"德拉瓦皮欽語",
	nil,
	"crp",
	"Latn",
	ancestors = "unm",
}

-- deq is not included, see [[WT:LT]]

m["der"] = {
	"Deori",
	56478,
	"tbq-bdg",
	"Beng, Latn",
}

m["des"] = {
	"德薩那語",
	962392,
	"sai-tuc",
	"Latn",
}

m["dev"] = {
	"Domung",
	5291378,
	"ngf-fin",
	"Latn",
}

m["dez"] = {
	"Dengese",
	2909984,
	"bnt-tet",
	"Latn",
}

m["dga"] = {
	"Southern Dagaare",
	35159,
	"nic-mre",
	"Latn",
}

m["dgb"] = {
	"Bunoge",
	4985178,
	"nic-dgw",
	"Latn",
}

m["dgc"] = {
	"卡西古蘭杜馬加特阿埃塔語",
	5313599,
	"phi",
	"Latn",
}

m["dgd"] = {
	"Dagaari Dioula",
	11153465,
	"nic-mre",
	"Latn",
}

m["dge"] = {
	"Degenan",
	5251770,
	"ngf-fin",
	"Latn",
}

m["dgg"] = {
	"道嘎語",
	3033726,
	"poz-ocw",
	"Latn",
}

m["dgh"] = {
	"德格威語",
	56293,
	"cdc-cbm",
	"Latn",
}

m["dgi"] = {
	"Northern Dagara",
	11004218,
	"nic-mre",
	"Latn",
}

m["dgk"] = {
	"達格巴語",
	12952357,
	"csu-sar",
	"Latn",
}

m["dgn"] = {
	"達格曼語",
	10465931,
	"aus-yng",
	"Latn",
}

m["dgo"] = {
	"印地多格拉語",
	nil,
	"him",
	"Deva, Arab, Takr",
	ancestors = "doi",
}

m["dgr"] = {
	"多格里布語",
	20979,
	"ath-nor",
	"Latn",
}

m["dgs"] = {
	"道戈索語",
	35343,
	"nic-gur",
}

m["dgt"] = {
	"恩德拉恩吉特語",
	6983809,
	"aus-pam",
	"Latn",
}

-- dgu is not a language; see [[w:Dhekaru]]

m["dgw"] = {
	"道恩烏隆語",
	5228050,
	"aus-pam",
	"Latn",
}

m["dgx"] = {
	"Doghoro",
	12952392,
	"ngf",
	"Latn",
}

m["dgz"] = {
	"Daga",
	5208442,
	"ngf",
	"Latn",
}

m["dhg"] = {
	"Dhangu",
	5268960,
	"aus-yol",
	"Latn",
}

m["dhi"] = {
	"Dhimal",
	35229,
	"sit-dhi",
	"Deva",
}

m["dhl"] = {
	"達蘭吉語",
	5268787,
	"aus-psw",
	"Latn",
}

m["dhm"] = {
	"Zemba",
	3502283,
	"bnt-swb",
	"Latn",
	ancestors = "hz",
}

m["dhn"] = {
	"丹基語",
	5268992,
	"inc-bhi",
}

m["dho"] = {
	"多迪亞語",
	5269658,
	"inc-bhi",
	"Deva",
}

m["dhr"] = {
	"達爾加里語",
	10470289,
	"aus-psw",
	"Latn",
}

m["dhs"] = {
	"Dhaiso",
	11001788,
	"bnt-kka",
	"Latn",
}

m["dhu"] = {
	"Dhurga",
	1285318,
	"aus-yuk",
	"Latn",
}

m["dhv"] = {
	"利富語",
	3039319,
	"poz-cln",
	"Latn",
}

m["dhw"] = {
	"達努瓦里語",
	3522797,
	"inc-bhi",
	"Deva",
}

m["dhx"] = {
	"敦加羅語",
	16960599,
	"aus-pam",
	"Latn",
}

m["dia"] = {
	"迪阿語",
	3446591,
	"qfa-tor",
	"Latn",
}

m["dib"] = {
	"South Central Dinka",
	35154,
	"sdv-dnu",
	"Latn",
	ancestors = "din",
}

m["dic"] = {
	"Lakota Dida",
	11001730,
	"kro-did",
	"Latn",
}

m["did"] = {
	"Didinga",
	56365,
	"sdv",
	"Latn",
}

m["dif"] = {
	"迪埃里語",
	25559563,
	"aus-kar",
	"Latn",
}

m["dig"] = {
	"Digo",
	3362072,
	"bnt-mij",
	"Latn",
}

-- "dih" IS SPLIT INTO nai-ipa, nai-kum, nai-tip, SEE WT:LT

m["dii"] = {
	"Dimbong",
	35196,
	"bnt-baf",
	"Latn",
}

m["dij"] = {
	"達伊語",
	5209056,
	"poz-tim",
}

m["dik"] = {
	"Southwestern Dinka",
	36540,
	"sdv-dnu",
	"Latn",
	ancestors = "din",
}

m["dil"] = {
	"迪靈語",
	35152,
	"nub-hil",
	"Latn",
}

m["dim"] = {
	"迪梅語",
	35311,
	"omv-aro",
}

m["din"] = {
	"丁卡語",
	56466,
	"sdv-dnu",
	"Latn",
}

m["dio"] = {
	"Dibo",
	3914891,
	"alv-ngb",
	"Latn",
}

m["dip"] = {
	"Northeastern Dinka",
	36246,
	"sdv-dnu",
	"Latn",
	ancestors = "din",
}

m["dir"] = {
	"Dirim",
	11130804,
	"nic-dak",
	"Latn",
}

m["dis"] = {
	"迪馬薩語",
	56664,
	"tbq-bdg",
	"Latn, Beng",
}

m["diu"] = {
	"格基里庫語",
	3780954,
	"bnt-kav",
	"Latn",
}

m["diw"] = {
	"Northwestern Dinka",
	36249,
	"sdv-dnu",
	"Latn",
	ancestors = "din",
}

m["dix"] = {
	"Dixon Reef",
	5284967,
	"poz-vnc",
	"Latn",
}

m["diy"] = {
	"Diuwe",
	5283765,
	"ngf",
}

m["diz"] = {
	"丁語",
	35202,
	"bnt-bdz",
	"Latn",
}

m["dja"] = {
	"賈賈伍龍語",
	5285190,
	"aus-pam",
	"Latn",
}

m["djb"] = {
	"Djinba",
	5285351,
	"aus-yol",
	"Latn",
}

m["djc"] = {
	"Dar Daju Daju",
	5209890,
	"sdv-daj",
	"Latn",
}

m["djd"] = {
	"賈明瓊語",
	6147825,
	"aus-mir",
	"Latn",
}

m["dje"] = {
	"扎爾馬語",
	36990,
	"son",
	"Latn, Arab, Brai",
}

m["djf"] = {
	"詹貢語",
	10474818,
	"aus-pmn",
	"Latn",
}

m["dji"] = {
	"Djinang",
	5285350,
	"aus-yol",
	"Latn",
}

m["djj"] = {
	"恩傑巴納語",
	5285274,
	"aus-arn",
	"Latn",
}

m["djk"] = {
	"Aukan",
	2659044,
	"crp",
	"Latn, Afak",
	ancestors = "en",
}

m["djl"] = {
	"吉瓦利語",
	nil,
	"aus-psw",
	"Latn",
}

m["djm"] = {
	"賈姆賽語",
	3913290,
	"nic-pld",
	"Latn",
}

m["djn"] = {
	"賈萬語",
	13553748,
	"aus-gun",
	"Latn",
}

m["djo"] = {
	"強剛語",
	12952388,
	"day",
}

m["djr"] = {
	"詹普巴爾普古語",
	3915679,
	"aus-yol",
	"Latn",
}

m["dju"] = {
	"卡普里曼語",
	6367199,
	"paa-spk",
	"Latn",
}

m["djw"] = {
	"賈維語",
	3913844,
	"aus-nyu",
	"Latn",
	ancestors = "bcj",
}

m["dka"] = {
	"Dakpa",
	3695189,
	"sit-ebo",
	"Tibt",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["dkk"] = {
	"打加語",
	5209962,
	"poz-ssw",
}

m["dkr"] = {
	"Kuijau",
	13580777,
	"poz-bnn",
}

m["dks"] = {
	"東南丁卡語",
	36538,
	"sdv-dnu",
	"Latn",
	ancestors = "din",
}

m["dkx"] = {
	"Mazagway",
	6798209,
	"cdc-cbm",
	"Latn",
}

m["dlg"] = {
	"多爾干語",
	32878,
	"trk-nsb",
	"Cyrl",
	sort_key = {
		from = {"ё", "һ", "ӈ", "ө", "ү"},
		to = {"е" .. p[1], "к" .. p[1], "н" .. p[1], "о" .. p[1], "у" .. p[1]}
	},
}

m["dlk"] = {
	"Dahalik",
	32260,
	"sem-eth",
	"Ethi",
	translit = "Ethi-translit",
}

m["dlm"] = {
	"達爾馬提亞語",
	35527,
	"roa-itd",
	"Latn",
}

m["dln"] = {
	"Darlong",
	5224029,
	"tbq-kuk",
	"Latn",
}

m["dma"] = {
	"Duma",
	35319,
	"bnt-nze",
	"Latn",
}

m["dmb"] = {
	"Mombo Dogon",
	6897074,
	"nic-dgw",
	"Latn",
}

m["dmc"] = {
	"Gavak",
	5277406,
	"ngf-mad",
	"Latn",
}

m["dmd"] = {
	"馬蒂馬蒂語",
	6727353,
	"aus-pam",
	"Latn",
}

m["dme"] = {
	"Dugwor",
	56313,
	"cdc-cbm",
	"Latn",
}

m["dmf"] = {
	"Medefaidrin",
	1519764,
	"art",
	"Medf",
	type = "appendix-constructed",
}

m["dmg"] = {
	"上京那巴當岸語",
	16109975,
	"poz-san",
	"Latn",
}

m["dmk"] = {
	"多馬基語",
	32900,
	"inc-wes",
}

m["dml"] = {
	"達梅里語",
	32288,
	"inc-kun",
}

m["dmm"] = {
	"Dama (Nigeria)",
	5211865,
	"alv-mbm",
	"Latn",
}

m["dmo"] = {
	"Kemezung",
	35562,
	"nic-bbe",
	"Latn",
}

m["dmr"] = {
	"East Damar",
	5328200,
	"poz-cet",
	"Latn",
}

m["dms"] = {
	"丹貝拉斯語",
	5212928,
	"poz-tot",
	"Latn",
}

m["dmu"] = {
	"Dubu",
	7692059,
	"paa-pau",
	"Latn",
}

m["dmv"] = {
	"Dumpas",
	12953512,
	"poz-san",
	"Latn",
}

m["dmw"] = {
	"穆德布拉語",
	6931573,
	"aus-pam",
	"Latn",
}

m["dmx"] = {
	"Dema",
	3553423,
	"bnt-sho",
	"Latn",
}

m["dmy"] = {
	"Demta",
	14466283,
	"paa-sen",
	"Latn",
}

m["dna"] = {
	"Upper Grand Valley Dani",
	12952361,
	"ngf",
	"Latn",
}

m["dnd"] = {
	"Daonda",
	5221528,
	"paa-brd",
	"Latn",
}

m["dne"] = {
	"Ndendeule",
	6983725,
	"bnt-mbi",
	"Latn",
}

m["dng"] = {
	"東干語",
	33050,
	"zhx-man",
	"Cyrl, Hants, Arab",
	generate_forms = "zh-generateforms",
	translit = {Cyrl = "dng-translit"},
	sort_key = {
		Cyrl = {
			from = {"ё", "ә", "җ", "ң", "ў", "ү"},
			to = {"е" .. p[1], "е" .. p[2], "ж" .. p[1], "н" .. p[1], "у" .. p[1], "у" .. p[2]}
		},
		Hani = "Hani-sortkey",
	},
}

m["dni"] = {
	"Lower Grand Valley Dani",
	12635807,
	"ngf",
	"Latn",
}

m["dnj"] = {
	"Dan",
	1158971,
	"dmn-mda",
	"Latn",
}

m["dnk"] = {
	"Dengka",
	5256954,
	"poz-tim",
	"Latn",
}

m["dnn"] = {
	"Dzuun",
	10973260,
	"dmn-smg",
}

m["dno"] = {
	"Ndrulo",
	60785094,
	"csu-lnd",
}

m["dnr"] = {
	"Danaru",
	5214932,
	"ngf-mad",
	"Latn",
}

m["dnt"] = {
	"Mid Grand Valley Dani",
	12952359,
	"ngf",
	"Latn",
}

m["dnu"] = {
	"Danau",
	5013745,
	"mkh-pal",
}

m["dnv"] = {
	"Danu",
	5221251,
	"tbq-brm",
	ancestors = "obr",
}

m["dnw"] = {
	"Western Dani",
	7987774,
	"ngf",
	"Latn",
}

m["dny"] = {
	"丹尼語",
	56562,
	"auf",
	"Latn",
}

m["doa"] = {
	"Dom",
	5289770,
	"ngf",
	"Latn",
}

m["dob"] = {
	"Dobu",
	952133,
	"poz-ocw",
	"Latn",
}

m["doc"] = {
	"北侗語",
	17195499,
	"qfa-tak",
	"Latn",
}

m["doe"] = {
	"Doe",
	5288055,
	"bnt-ruv",
	"Latn",
}

m["dof"] = {
	"Domu",
	5291375,
	"ngf",
	"Latn",
}

m["doh"] = {
	"Dong",
	3438405,
	"nic-dak",
	"Latn",
}

m["doi"] = {
	"多格拉語",
	32730,
	"him",
	"Deva, Takr, fa-Arab, Dogr",
	translit = {
		Deva = "hi-translit",
		Dogr = "Dogr-translit",
	},
}

m["dok"] = {
	"洞朵語",
	5295571,
	"poz-tot",
	"Latn",
}

m["dol"] = {
	"Doso",
	4167202,
	"paa",
	"Latn",
}

m["don"] = {
	"Doura",
	7829037,
	"poz-ocw",
	"Latn",
}

m["doo"] = {
	"Dongo",
	35303,
	"nic-mbc",
	"Latn",
}

m["dop"] = {
	"Lukpa",
	3258739,
	"nic-gne",
	"Latn",
}

m["doq"] = {
	"Dominican Sign Language",
	5290820,
	"sgn",
	"Latn", -- when documented
}

m["dor"] = {
	"Dori'o",
	3037084,
	"poz-sls",
	"Latn",
}

m["dos"] = {
	"Dogosé",
	3913314,
	"nic-gur",
	"Latn",
}

m["dot"] = {
	"Dass",
	3441293,
	"cdc-wst",
	"Latn",
}

m["dov"] = {
	"Toka-Leya",
	11001779,
	"bnt-bot",
	"Latn",
	ancestors = "toi",
}

m["dow"] = {
	"Doyayo",
	35299,
	"alv-dur",
	"Latn",
}

m["dox"] = {
	"Bussa",
	35123,
	"cus-eas",
	"Latn",
}

m["doy"] = {
	"Dompo",
	35270,
	"alv-gng",
	"Latn",
}

m["doz"] = {
	"多爾澤語",
	56336,
	"omv-nom",
	"Latn",
}

m["dpp"] = {
	"Papar",
	7132487,
	"poz-san",
	"Latn",
}

m["drb"] = {
	"Dair",
	12952360,
	"nub-hil",
	"Latn",
}

m["drc"] = {
	"明德里科語",
	6863806,
	"roa-ibe",
	"Latn",
	ancestors = "pt",
}

m["drd"] = {
	"Darmiya",
	5224058,
	"sit-alm",
}

m["drg"] = {
	"龍古斯語",
	6897407,
	"poz-san",
	"Latn",
}

m["dri"] = {
	"Lela",
	3914004,
	"nic-knn",
	"Latn",
}

m["drl"] = {
	"巴阿甘吉語",
	5223941,
	"aus-pam",
	"Latn",
}

m["drn"] = {
	"West Damar",
	3450459,
	"poz-tim",
	"Latn",
}

m["dro"] = {
	"Daro-Matu Melanau",
	5224156,
	"poz-bnn",
	"Latn",
}

m["drq"] = {
	"Dura",
	3449842,
	"sit-gma",
}

m["drs"] = {
	"Gedeo",
	56622,
	"cus-hec",
	"Ethi",
}

m["dru"] = {
	"魯凱語",
	49232,
	"map",
	"Latn",
	ancestors = "dru-pro",
}

m["dry"] = {
	"達萊語",
	46995026,
	"inc-bhi",
	"Deva",
}

m["dsb"] = {
	"下索布語",
	13286,
	"wen",
	"Latn",
	sort_key = s["wen-sortkey"],
	standardChars = "AaBbCcČčĆćDdEeĚěFfGgHhIiJjKkŁłLlMmNnŃńOoÓóPpRrŔŕSsŠšŚśTtUuWwYyZzŽžŹź" .. c.punc,
}

m["dse"] = {
	"Dutch Sign Language",
	2201099,
	"sgn",
	"Latn", -- when documented
}

m["dsh"] = {
	"Daasanach",
	56637,
	"cus-eas",
	"Latn",
}

m["dsi"] = {
	"Disa",
	3914455,
	"csu-bgr",
	"Latn",
}

m["dsl"] = {
	"丹麥手語",
	2605298,
	"sgn",
	"Latn", -- when documented
}

m["dsn"] = {
	"Dusner",
	5316948,
	"poz-hce",
	"Latn",
}

m["dso"] = {
	"德西雅語",
	12629755,
	"inc-eas",
	"Orya",
	ancestors = "or",
}

m["dsq"] = {
	"Tadaksahak",
	36568,
	"son",
	"Arab, Latn",
}

m["dta"] = {
	"達斡爾語",
	32430,
	"xgn",
	"Latn, Hani, Cyrl, Mong",
	ancestors = "xng",
	translit = {Mong = "Mong-translit"},
	display_text = {Mong = s["Mong-displaytext"]},
	entry_name = {Mong = s["Mong-entryname"]},
	sort_key = {Hani = "Hani-sortkey"},
}

m["dtb"] = {
	"Labuk-Kinabatangan Kadazan",
	5330240,
	"poz-san",
	"Latn",
}

m["dtd"] = {
	"Ditidaht",
	13728042,
	"wak",
	"Latn",
}

m["dth"] = { -- contrast 'rrt'
	"阿迪廷吉蒂格語",
	4683034,
	"aus-pmn",
	"Latn",
}

m["dti"] = {
	"Ana Tinga Dogon",
	4750346,
	"qfa-dgn",
	"Latn",
}

m["dtk"] = {
	"Tene Kan Dogon",
	11018863,
	"nic-pld",
	"Latn",
}

m["dtm"] = {
	"Tomo Kan Dogon",
	11137719,
	"nic-pld",
	"Latn",
}

m["dto"] = {
	"Tommo So",
	47012992,
	"nic-dge",
	"Latn",
}

m["dtp"] = {
	"中部杜順語",
	5317225,
	"poz-san",
	"Latn",
}

m["dtr"] = {
	"羅督語",
	6685078,
	"poz-san",
	"Latn",
}

m["dts"] = {
	"Toro So Dogon",
	11003311,
	"nic-dge",
	"Latn",
}

m["dtt"] = {
	"Toro Tegu Dogon",
	3913924,
	"nic-pld",
	"Latn",
}

m["dtu"] = {
	"Tebul Ure Dogon",
	7692089,
	"qfa-dgn",
	"Latn",
}

m["dty"] = {
	"都特利語",
	18415595,
	"inc-pah",
	"Deva",
	translit = "ne-translit",
	ancestors = "ne",
}

m["dua"] = {
	"杜亞拉語",
	33013,
	"bnt-saw",
	"Latn",
}

m["dub"] = {
	"杜布里語",
	5310792,
	"inc-bhi",
}

m["duc"] = {
	"杜納語",
	5314039,
	"paa",
	"Latn",
}

m["due"] = {
	"烏米萊杜馬加特阿埃塔語",
	7881585,
	"phi",
	"Latn",
}

m["duf"] = {
	"Dumbea",
	6983819,
	"poz-cln",
	"Latn",
}

m["dug"] = {
	"Chiduruma",
	35614,
	"bnt-mij",
	"Latn",
}

m["duh"] = {
	"敦格拉比爾語",
	12953513,
	"inc-bhi",
	"Deva, Gujr",
}

m["dui"] = {
	"Dumun",
	5314004,
	"ngf-mad",
	"Latn",
}

m["duk"] = {
	"Uyajitaya",
	7904085,
	"ngf-mad",
	"Latn",
}

m["dul"] = {
	"阿拉伯島阿埃塔語",
	3399709,
	"phi",
	"Latn",
}

m["dum"] = {
	"中古荷蘭語",
	178806,
	"gmw-frk",
	"Latn",
	entry_name = {remove_diacritics = c.circ .. c.macron .. c.diaer},
}

m["dun"] = {
	"Dusun Deyah",
	2784033,
	"poz-bre",
	"Latn",
}

m["duo"] = {
	"杜巴尼南阿埃塔語",
	5315912,
	"phi",
	"Latn",
}

m["dup"] = {
	"Duano",
	3040468,
	"poz-mly",
	"Latn",
}

m["duq"] = {
	"Dusun Malang",
	3041711,
	"poz-bre",
	"Latn",
}

m["dur"] = {
	"Dii",
	nil,
	"alv-dur",
	"Latn",
}

m["dus"] = {
	"Dumi",
	56315,
	"sit-kiw",
	"Deva",
}

m["duu"] = {
	"獨龍語",
	56406,
	"sit-nng",
}

m["duv"] = {
	"Duvle",
	56364,
	"paa-lkp",
	"Latn",
}

m["duw"] = {
	"Dusun Witu",
	2381310,
	"poz-bre",
	"Latn",
}

m["dux"] = {
	"Duun",
	3914880,
	"dmn-smg",
	"Latn",
}

m["duy"] = {
	"Dicamay Agta",
	5272321,
	"phi",
	"Latn",
}

m["duz"] = {
	"Duli",
	5313405,
	"alv-ada",
	"Latn",
}

m["dva"] = {
	"Duau",
	5310448,
	"poz-ocw",
	"Latn",
}

m["dwa"] = {
	"Diri",
	56286,
	"cdc-wst",
	"Latn",
}

m["dwr"] = {
	"Dawro",
	12629647,
	"omv-nom",
	"Ethi, Latn",
}

m["dwu"] = {
	"杜瓦爾語",
	nil,
	"aus-yol",
	"Latn",
}

m["dww"] = {
	"達瓦瓦語",
	5242286,
	"poz-ocw",
	"Latn",
}

m["dwy"] = {
	"杜瓦亞語",
	nil,
	"aus-yol",
	"Latn",
}

m["dwz"] = {
	"德維斯萊語",
	62663667,
	"inc-bhi",
}

m["dya"] = {
	"Dyan",
	35340,
	"nic-gur",
	"Latn",
}

m["dyb"] = {
	"迪亞貝爾迪亞貝爾語",
	5285185,
	"aus-nyu",
	"Latn",
}

m["dyd"] = {
	"迪尤貢語",
	3913785,
	"aus-nyu",
	"Latn",
}

m["dyg"] = {
	"Villa Viciosa Agta",
	12626611,
	"phi",
	"Latn",
}

m["dyi"] = {
	"Djimini",
	35336,
	"alv-tdj",
	"Latn",
}

m["dym"] = {
	"Yanda Dogon",
	8048316,
	"qfa-dgn",
	"Latn",
}

m["dyn"] = {
	"迪揚加迪語",
	3913820,
	"aus-cww",
	"Latn",
}

m["dyo"] = {
	"朱拉-芳伊語",
	3507832,
	"alv-jol",
	"Latn",
}

m["dyu"] = {
	"迪尤拉語",
	32706,
	"dmn-man",
	"Latn",
}

m["dyy"] = {
	"Dyaabugay",
	2591320,
	"aus-pmn",
	"Latn",
}

m["dza"] = {
	"Tunzu",
	3915845,
	"nic-jer",
	"Latn",
}

m["dzg"] = {
	"達薩語",
	35244,
	"ssa-sah",
	"Latn",
}

m["dzl"] = {
	"Dzala",
	56607,
	"sit-ebo",
	"Tibt",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["dzn"] = {
	"Dzando",
	5319622,
	"bnt-bun",
	"Latn",
}

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