Module:Languages/data3/d
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"d為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过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)
-- Puncuation to be used for standardChars field
local PUNCTUATION = ' !#$%&*+,-./:;<=>?@^_`|~\'()'
local Arab = {"Arab"}
local Cyrl = {"Cyrl"}
local Deva = {"Deva"}
local Latn = {"Latn"}
local m = {}
m["daa"] = {
"Dangaléat",
"Q942591",
"cdc-est",
aliases = {"Dangaleat", "Dangla", "Danal", "Dangal"},
scripts = Latn,
}
m["dac"] = {
"Dambi",
"Q12629491",
"poz-ocw",
scripts = Latn,
}
m["dad"] = {
"Marik",
"Q6763404",
"poz-ocw",
scripts = Latn,
}
m["dae"] = {
"Duupa",
"Q35263",
"alv-dur",
scripts = Latn,
}
m["dag"] = {
"達加巴尼語",
"Q32238",
"nic-dag",
otherNames = {"Dagbani"},
scripts = Latn,
}
m["dah"] = {
"Gwahatike",
"Q5623246",
"ngf-fin",
scripts = Latn,
}
m["dai"] = {
"Day",
"Q35163",
"alv-mbd",
scripts = Latn,
}
m["daj"] = {
"Dar Fur Daju",
"Q56370",
"sdv-daj",
scripts = Latn,
}
m["dak"] = {
"達科他語",
"Q530384",
"sio-dkt",
otherNames = {"Dakota"},
scripts = Latn,
}
m["dal"] = {
"Dahalo",
"Q35143",
"cus",
scripts = Latn,
}
m["dam"] = {
"Damakawa",
"Q1158134",
"nic-knn",
scripts = Latn,
}
m["dao"] = {
"Daai Chin",
"Q860029",
"tbq-kuk",
scripts = Latn,
}
m["daq"] = {
"Dandami Maria",
"Q12952805",
"dra",
otherNames = {"Bison-Horn Maria", "Madia", "Madiya", "Maria (India)", "Maria"}, -- the last four are also names of daq's sibling lect, mrr
ancestors = {"gon"},
}
m["dar"] = {
"達爾金語",
"Q32332",
"cau-drg",
otherNames = {"Dargwa", "Dargin"},
scripts = {"Cyrl"},
translit_module = "dar-translit",
override_translit = true,
}
m["das"] = {
"Daho-Doo",
"Q3915369",
"kro-wee",
scripts = Latn,
}
m["dau"] = {
"Dar Sila Daju",
"Q7514020",
"sdv-daj",
scripts = Latn,
}
m["dav"] = {
"台塔語",
"Q2387274",
"bnt-cht",
scripts = Latn,
}
m["daw"] = {
"Davawenyo",
"Q5228174",
"phi",
scripts = Latn,
}
m["dax"] = {
"Dayi",
"Q10467281",
"aus-yol",
scripts = Latn,
}
m["daz"] = {
"Dao",
"Q5221513",
"ngf",
scripts = Latn,
}
m["dba"] = {
"Bangi Me",
"Q1982696",
"qfa-iso",
scripts = Latn,
}
m["dbb"] = {
"Deno",
"Q56275",
"cdc",
scripts = Latn,
}
m["dbd"] = {
"Dadiya",
"Q3914436",
"alv-wjk",
scripts = Latn,
}
m["dbe"] = {
"Dabe",
"Q5207451",
"paa-tkw",
scripts = Latn,
}
m["dbf"] = {
"埃多皮語",
"Q12953516",
"paa-lkp",
aliases = {"Edopi", "Elopi"},
scripts = Latn,
}
m["dbg"] = {
"Dogul Dom",
"Q3912880",
"nic-npd",
aliases = {"Dogul Dom Dogon"},
scripts = Latn,
}
m["dbi"] = {
"Doka",
"Q3913293",
"nic-plc",
scripts = Latn,
}
m["dbj"] = {
"Ida'an",
"Q3041552",
"poz-san",
scripts = Latn,
}
m["dbl"] = {
"迪爾巴爾語",
"Q35465",
"aus-dyb",
otherNames = {"Dyirbal"},
scripts = Latn,
}
m["dbm"] = {
"Duguri",
"Q7194057",
"nic-jrw",
scripts = Latn,
}
m["dbn"] = {
"Duriankere",
"Q5316627",
"ngf-sbh",
scripts = Latn,
}
m["dbo"] = {
"Dulbu",
"Q5313310",
"nic-jrn",
scripts = Latn,
}
m["dbp"] = {
"Duwai",
"Q56301",
"cdc-wst",
scripts = Latn,
}
m["dbq"] = {
"Daba",
"Q3913342",
"cdc-cbm",
scripts = Latn,
}
m["dbr"] = {
"Dabarre",
"Q3447286",
"cus",
}
m["dbt"] = {
"Ben Tey",
"Q4886561",
"nic-nwa",
aliases = {"Ben Tey Dogon"},
scripts = Latn,
}
m["dbu"] = {
"Bondum Dom Dogon",
"Q3912758",
"nic-npd",
scripts = Latn,
}
m["dbv"] = {
"Dungu",
"Q5315230",
"nic-kau",
scripts = Latn,
}
m["dbw"] = {
"Bankan Tey Dogon",
"Q4856243",
"nic-nwa",
scripts = Latn,
}
m["dby"] = {
"Dibiyaso",
"Q5272268",
"ngf",
scripts = Latn,
}
m["dcc"] = {
canonicalName = "",
scripts = {"ur-Arab"},
family = "inc",
ancestors = {"psu"},
}
m["dcc"] = {
"達金語",
"Q669431",
"inc-hnd",
aliases = {"Deccan", "Dakhani", "Dakhini", "Dakhni", "Dakkani", "Dakkini", "Dakkni", "Dakkhani", "Dakkhini", "Dakkhni", "Deccany", "Dekhani", "Dekhini", "Duccany", "Dukhani", "Dukhni"},
scripts = {"ur-Arab"},
ancestors = {"ur"},
}
m["dcr"] = {
"Negerhollands",
"Q1815830",
"crp",
scripts = Latn,
ancestors = {"nl"},
}
m["dda"] = {
"達迪-達迪語",
nil,
"aus-pam",
aliases = {"Dadi Dadi", "Dardi Dardi", "Tati Tati", "Dadi-Dadi", "Dardi-Dardi", "Tati-Tati"},
scripts = Latn,
}
m["ddd"] = {
"Dongotono",
"Q56676",
"sdv-lma",
}
m["dde"] = {
"Doondo",
"Q11003401",
"bnt-kng",
scripts = Latn,
}
m["ddg"] = {
"法塔魯庫語",
"Q35353",
"qfa-tap",
otherNames = {"Fataluku"},
scripts = Latn,
}
m["ddi"] = {
"迪奧迪奧語",
"Q3028668",
"poz-ocw",
otherNames = {"Diodio"},
scripts = Latn,
}
m["ddj"] = {
"賈魯語",
"Q3162806",
"aus-pam",
otherNames = {"Jaru"},
scripts = Latn,
}
m["ddn"] = {
"登迪語",
"Q35164",
"son",
otherNames = {"Dendi", "Dandawa", "Dendi (West Africa)", "Dendi (Benin)"},
scripts = Latn,
}
m["ddo"] = {
"采茲語",
"Q34033",
"cau-tsz",
aliases = {"Tsez", "Tsezi", "Dido"},
scripts = {"Cyrl"},
translit_module = "ddo-translit",
}
m["ddr"] = {
"Dhudhuroa",
"Q5269842",
"aus-pam",
otherNames = {"Yaitmathang"},
scripts = Latn,
}
m["dds"] = {
"Donno So Dogon",
"Q1234776",
"nic-dge",
scripts = Latn,
}
m["ddw"] = {
"Dawera-Daweloor",
"Q5242304",
"poz-tim",
scripts = Latn,
}
m["dec"] = {
"Dagik",
"Q35125",
"alv-tal",
scripts = Latn,
}
m["ded"] = {
"Dedua",
"Q5249850",
"ngf",
scripts = Latn,
}
m["dee"] = {
"Dewoin",
"Q3914892",
"kro-wkr",
scripts = Latn,
}
m["def"] = {
"Dezfuli",
"Q4115412",
"ira-swi",
aliases = {"Dezhfili", "Dizfuli"},
}
m["deg"] = {
"Degema",
"Q35182",
"alv-dlt",
scripts = Latn,
}
m["deh"] = {
"德赫瓦里語",
"Q5704314",
"ira-swi",
otherNames = {"Dehwari"},
ancestors = {"fa"},
}
m["dei"] = {
"Demisa",
"Q56380",
"paa-egb",
scripts = Latn,
}
m["dek"] = { -- called "unattested alleged language" by Wikipedia
"Dek",
"Q5252754",
scripts = Latn,
}
m["dem"] = {
"Dem",
"Q5254989",
"paa",
scripts = Latn,
}
m["den"] = {
"斯拉維語",
"Q13272",
"ath-nor",
otherNames = {"Slavey", "Slave", "Slavé"},
scripts = Latn,
}
m["dep"] = {
"德拉瓦皮欽語",
nil,
"crp",
scripts = Latn,
otherNames = {"Pidgin Delaware"},
ancestors = {"unm"},
}
-- deq is not included, see [[WT:LT]]
m["der"] = {
"Deori",
"Q56478",
"tbq-bdg",
scripts = {"Beng", "Latn"},
}
m["des"] = {
"Desano",
"Q962392",
"sai-tuc",
scripts = Latn,
}
m["dev"] = {
"Domung",
"Q5291378",
"ngf-fin",
scripts = Latn,
}
m["dez"] = {
"Dengese",
"Q2909984",
"bnt-tet",
scripts = Latn,
}
m["dga"] = {
"Southern Dagaare",
"Q35159",
"nic-mre",
scripts = Latn,
}
m["dgb"] = {
"Bunoge",
"Q4985178",
"nic-dgw",
aliases = {"Bunoge Dogon"},
scripts = Latn,
}
m["dgc"] = {
"卡西古蘭杜馬加特阿埃塔語",
"Q5313599",
"phi",
otherNames = {"Casiguran Dumagat Agta"},
scripts = Latn,
}
m["dgd"] = {
"Dagaari Dioula",
"Q11153465",
"nic-mre",
scripts = Latn,
}
m["dge"] = {
"Degenan",
"Q5251770",
"ngf-fin",
scripts = Latn,
}
m["dgg"] = {
"Doga",
"Q3033726",
"poz-ocw",
scripts = Latn,
}
m["dgh"] = {
"Dghwede",
"Q56293",
"cdc-cbm",
scripts = Latn,
}
m["dgi"] = {
"Northern Dagara",
"Q11004218",
"nic-mre",
scripts = Latn,
}
m["dgk"] = {
"Dagba",
"Q12952357",
"csu-sar",
scripts = Latn,
}
m["dgn"] = {
"達格曼語",
"Q10465931",
"aus-yng",
otherNames = {"Dagoman"},
scripts = Latn,
}
m["dgo"] = {
"印地多格拉語",
nil,
"him",
otherNames = {"Hindi Dogri"},
ancestors = {"doi"},
scripts = {"Deva", "Arab", "Takr"},
}
m["dgr"] = {
"多格里布語",
"Q20979",
"ath-nor",
otherNames = {"Dogrib", "Tłicho", "Tlinchon"},
scripts = Latn,
}
m["dgs"] = {
"Dogoso",
"Q35343",
"nic-gur",
}
m["dgt"] = {
"恩德拉恩吉特語",
"Q6983809",
"aus-pam",
otherNames = {"Ntra'ngith", "Ndra'ngith"},
scripts = Latn,
}
-- dgu is not a language; see [[w:Dhekaru]]
m["dgw"] = {
"道恩烏隆語",
"Q5228050",
"aus-pam",
aliases = {"Daungwurrung", "Taungurong", "Dhagung-wurrung", "Thagungwurrung"},
scripts = Latn,
}
m["dgx"] = {
"Doghoro",
"Q12952392",
"ngf",
scripts = Latn,
}
m["dgz"] = {
"Daga",
"Q5208442",
"ngf",
scripts = Latn,
}
m["dhg"] = {
"Dhangu",
"Q5268960",
"aus-yol",
scripts = Latn,
}
m["dhi"] = {
"Dhimal",
"Q35229",
"sit-dhi",
scripts = Deva,
}
m["dhl"] = {
"達蘭吉語",
"Q5268787",
"aus-psw",
otherNames = {"Dhalandji"},
scripts = Latn,
}
m["dhm"] = {
"Zemba",
"Q3502283",
"bnt-swb",
ancestors = {"hz"},
otherNames = {"Dhimba", "Dimba", "Oludhimba", "Oluthimba", "Otjidhimba", "Simba", "Tjimba"},
scripts = Latn,
}
m["dhn"] = {
"丹基語",
"Q5268992",
"inc-bhi",
otherNames = {"Dhanki"},
}
m["dho"] = {
"多迪亞語",
"Q5269658",
"inc-bhi",
otherNames = {"Dhodia"},
scripts = Deva,
}
m["dhr"] = {
"達爾加里語",
"Q10470289",
"aus-psw",
aliases = {"Tharrgari", "Dhargari"},
scripts = Latn,
}
m["dhs"] = {
"Dhaiso",
"Q11001788",
"bnt-kka",
scripts = Latn,
}
m["dhu"] = {
"Dhurga",
"Q1285318",
"aus-yuk",
scripts = Latn,
}
m["dhv"] = {
"利富語",
"Q3039319",
"poz-occ",
otherNames = {"Drehu"},
scripts = Latn,
}
m["dhw"] = {
"達努瓦里語",
"Q3522797",
"inc-bhi",
otherNames = {"Danuwar", "Danwar", "Dhanwar", "Rai"},
scripts = Deva,
}
m["dhx"] = {
"敦加羅語",
"Q16960599",
"aus-pam",
otherNames = {"Dhungaloo"},
scripts = Latn,
}
m["dia"] = {
"Dia",
"Q3446591",
"qfa-tor",
scripts = Latn,
}
m["dib"] = {
"South Central Dinka",
"Q35154",
"sdv-dnu",
ancestors = {"din"},
scripts = Latn,
}
m["dic"] = {
"Lakota Dida",
"Q11001730",
"kro-did",
scripts = Latn,
}
m["did"] = {
"Didinga",
"Q56365",
"sdv",
scripts = Latn,
}
m["dif"] = {
"迪埃里語",
"Q25559563",
"aus-kar",
otherNames = {"Dieri", "Diyari", "Dirari"},
scripts = Latn,
}
m["dig"] = {
"Digo",
"Q3362072",
"bnt-mij",
otherNames = {"Chidigo"},
scripts = Latn,
}
-- "dih" IS SPLIT INTO nai-ipa, nai-kum, nai-tip, SEE WT:LT
m["dii"] = {
"Dimbong",
"Q35196",
"bnt-baf",
scripts = Latn,
}
m["dij"] = {
"Dai",
"Q5209056",
"poz-tim",
}
m["dik"] = {
"Southwestern Dinka",
"Q36540",
"sdv-dnu",
ancestors = {"din"},
scripts = Latn,
}
m["dil"] = {
"Dilling",
"Q35152",
"nub-hil",
scripts = Latn,
}
m["dim"] = {
"Dime",
"Q35311",
"omv-aro",
}
m["din"] = {
"丁卡語",
"Q56466",
"sdv-dnu",
otherNames = {"Dinka"},
scripts = Latn,
}
m["dio"] = {
"Dibo",
"Q3914891",
"alv-ngb",
scripts = Latn,
}
m["dip"] = {
"Northeastern Dinka",
"Q36246",
"sdv-dnu",
ancestors = {"din"},
scripts = Latn,
}
m["dir"] = {
"Dirim",
"Q11130804",
"nic-dak",
scripts = Latn,
}
m["dis"] = {
"Dimasa",
"Q56664",
"tbq-bdg",
scripts = {"Latn", "Beng"},
}
m["diu"] = {
"Gciriku",
"Q3780954",
"bnt-kav",
otherNames = {"Rumanyo", "Dirico", "Dciriku", "Diriku", "Rugciriku"},
scripts = Latn,
}
m["diw"] = {
"Northwestern Dinka",
"Q36249",
"sdv-dnu",
ancestors = {"din"},
scripts = Latn,
}
m["dix"] = {
"Dixon Reef",
"Q5284967",
"poz-vnc",
otherNames = {"Aveteian"},
scripts = Latn,
}
m["diy"] = {
"Diuwe",
"Q5283765",
"ngf",
}
m["diz"] = {
"Ding",
"Q35202",
"bnt-bdz",
scripts = Latn,
}
m["dja"] = {
"賈賈伍龍語",
"Q5285190",
"aus-pam",
aliases = {"Djadjawurrung", "Dja dja wurrung"},
scripts = Latn,
}
m["djb"] = {
"Djinba",
"Q5285351",
"aus-yol",
scripts = Latn,
}
m["djc"] = {
"Dar Daju Daju",
"Q5209890",
"sdv-daj",
scripts = Latn,
}
m["djd"] = {
"賈明瓊語",
"Q6147825",
"aus-mir",
aliases = {"Jaminjung", "Djamindjung"},
scripts = Latn,
}
m["dje"] = {
"扎爾馬語",
"Q36990",
"son",
scripts = {"Latn", "Arab", "Brai"},
}
m["djf"] = {
"詹貢語",
"Q10474818",
"aus-pmn",
aliases = {"Djangun"},
scripts = Latn,
}
m["dji"] = {
"Djinang",
"Q5285350",
"aus-yol",
scripts = Latn,
}
m["djj"] = {
"恩傑巴納語",
"Q5285274",
"aus-arn",
otherNames = {"Ndjébbana", "Djeebbana"},
scripts = Latn,
}
m["djk"] = {
"Aukan",
"Q2659044",
"crp",
otherNames = {"Ndyuka"},
scripts = {"Latn", "Afak"},
ancestors = {"en"},
}
m["djl"] = {
"吉瓦利語",
nil,
"aus-psw",
otherNames = {"Djiwarli"},
scripts = Latn,
}
m["djm"] = {
"Jamsay",
"Q3913290",
"nic-pld",
otherNames = {"Jamsay Dogon", "Jamsai"},
scripts = Latn,
}
m["djn"] = {
"賈萬語",
"Q13553748",
"aus-gun",
aliases = {"Djauan"},
scripts = Latn,
}
m["djo"] = {
"Jangkang",
"Q12952388",
"day",
}
m["djr"] = {
"Djambarrpuyngu",
"Q3915679",
"aus-yol",
scripts = Latn,
}
m["dju"] = {
"Kapriman",
"Q6367199",
"paa-spk",
scripts = Latn,
}
m["djw"] = {
"賈維語",
"Q3913844",
"aus-nyu",
otherNames = {"Djawi"},
ancestors = {"bcj"},
scripts = Latn,
}
m["dka"] = {
"Dakpa",
"Q3695189",
"sit-ebo",
otherNames = {"Dakpakha", "Takpa", "Tawang Monpa"},
scripts = {"Tibt"},
}
m["dkk"] = {
"Dakka",
"Q5209962",
"poz-ssw",
}
m["dkr"] = {
"Kuijau",
"Q13580777",
"poz-bnn",
}
m["dks"] = {
"東南丁卡語",
"Q36538",
"sdv-dnu",
otherNames = {"Southeastern Dinka"},
ancestors = {"din"},
scripts = Latn,
}
m["dkx"] = {
"Mazagway",
"Q6798209",
"cdc-cbm",
scripts = Latn,
}
m["dlg"] = {
"多爾干語",
"Q32878",
"trk-sib",
otherNames = {"Dolgan"},
scripts = {"Cyrl"},
}
m["dlk"] = {
"Dahalik",
"Q32260",
"sem-eth",
}
m["dlm"] = {
"達爾馬提亞語",
"Q35527",
"roa-itd",
otherNames = {"Dalmatian", "Dalmatic"},
scripts = Latn,
}
m["dln"] = {
"Darlong",
"Q5224029",
"tbq-kuk",
scripts = Latn,
}
m["dma"] = {
"Duma",
"Q35319",
"bnt-nze",
scripts = Latn,
}
m["dmb"] = {
"Mombo Dogon",
"Q6897074",
"nic-dgw",
scripts = Latn,
}
m["dmc"] = {
"Gavak",
"Q5277406",
"ngf-mad",
otherNames = {"Bosiken", "Boskien", "Dimir", "Dimer"}, -- last two are erroneous per Boyd
scripts = Latn,
}
m["dmd"] = {
"馬蒂馬蒂語",
"Q6727353",
"aus-pam",
aliases = {"Madhi Madhi", "Madhi-Madhi", "Madi Madi", "Madi-Madi", "Muthimuthi"},
scripts = Latn,
}
m["dme"] = {
"Dugwor",
"Q56313",
"cdc-cbm",
scripts = Latn,
}
m["dmf"] = {
"Medefaidrin",
"Q1519764",
"art",
aliases = {"Medefidrin"},
scripts = {"Medf"},
type = "appendix-constructed",
}
m["dmg"] = {
"上京那巴當岸語",
"Q16109975",
"poz-san",
otherNames = {"Upper Kinabatangan"},
scripts = Latn,
}
m["dmk"] = {
"多馬基語",
"Q32900",
"inc-dar",
otherNames = {"Domaaki"},
}
m["dml"] = {
"達梅里語",
"Q32288",
"inc-dar",
otherNames = {"Dameli"},
}
m["dmm"] = {
"Dama (Nigeria)",
"Q5211865",
"alv-mbm",
scripts = Latn,
}
m["dmo"] = {
"Kemezung",
"Q35562",
"nic-bbe",
scripts = Latn,
}
m["dmr"] = {
"East Damar",
"Q5328200",
"poz-cet",
scripts = Latn,
}
m["dms"] = {
"Dampelas",
"Q5212928",
"poz-tot",
scripts = Latn,
}
m["dmu"] = {
"Dubu",
"Q7692059",
"paa-pau",
scripts = Latn,
}
m["dmv"] = {
"Dumpas",
"Q12953512",
"poz-san",
scripts = Latn,
}
m["dmw"] = {
"穆德布拉語",
"Q6931573",
"aus-pam",
aliases = {"Mudburra", "Mudbura"},
scripts = Latn,
}
m["dmx"] = {
"Dema",
"Q3553423",
"bnt-sho",
scripts = Latn,
}
m["dmy"] = {
"Demta",
"Q14466283",
"paa-sen",
scripts = Latn,
}
m["dna"] = {
"Upper Grand Valley Dani",
"Q12952361",
"ngf",
scripts = Latn,
}
m["dnd"] = {
"Daonda",
"Q5221528",
"paa-brd",
scripts = Latn,
}
m["dne"] = {
"Ndendeule",
"Q6983725",
"bnt-mbi",
scripts = Latn,
}
m["dng"] = {
"東干語",
"Q33050",
"zhx",
otherNames = {"Dungan"},
scripts = {"Cyrl", "Hani", "Arab"},
ancestors = {"cmn"},
translit_module = "dng-translit",
}
m["dni"] = {
"Lower Grand Valley Dani",
"Q12635807",
"ngf",
scripts = Latn,
}
m["dnj"] = {
"Dan",
"Q1158971",
"dmn-mda",
scripts = Latn,
}
m["dnk"] = {
"Dengka",
"Q5256954",
"poz-tim",
scripts = Latn,
}
m["dnn"] = {
"Dzuun",
"Q10973260",
"dmn-smg",
otherNames = {"Dzùùn", "Dzuungoo", "Dzùùngoo"},
}
m["dno"] = {
"Ndrulo",
"Q60785094",
"csu-lnd",
aliases = {"Northern Lendu"},
}
m["dnr"] = {
"Danaru",
"Q5214932",
"ngf-mad",
scripts = Latn,
}
m["dnt"] = {
"Mid Grand Valley Dani",
"Q12952359",
"ngf",
scripts = Latn,
}
m["dnu"] = {
"Danau",
"Q5013745",
"mkh-pal",
}
m["dnv"] = {
"Danu",
"Q5221251",
"tbq-brm",
ancestors = {"obr"},
}
m["dnw"] = {
"Western Dani",
"Q7987774",
"ngf",
scripts = Latn,
}
m["dny"] = {
"丹尼語",
"Q56562",
"auf",
otherNames = {"Dení"},
scripts = Latn,
}
m["doa"] = {
"Dom",
"Q5289770",
"ngf",
scripts = Latn,
}
m["dob"] = {
"Dobu",
"Q952133",
"poz-ocw",
scripts = Latn,
}
m["doc"] = {
"北侗語",
"Q17195499",
"qfa-tak",
otherNames = {"Northern Kam", "Northern Gam", "Northern Dong"},
scripts = Latn,
}
m["doe"] = {
"Doe",
"Q5288055",
"bnt-ruv",
scripts = Latn,
}
m["dof"] = {
"Domu",
"Q5291375",
"ngf",
scripts = Latn,
}
m["doh"] = {
"Dong",
"Q3438405",
"nic-dak",
scripts = Latn,
}
m["doi"] = {
"多格拉語",
"Q32730",
"him",
otherNames = {"Dogri"},
scripts = {"Deva", "Takr", "fa-Arab", "Dogr"},
translit_module = "hi-translit", -- for now
}
m["dok"] = {
"Dondo",
"Q5295571",
"poz-tot",
scripts = Latn,
}
m["dol"] = {
"Doso",
"Q4167202",
"paa",
scripts = Latn,
}
m["don"] = {
"Doura",
"Q7829037",
"poz-ocw",
scripts = Latn,
}
m["doo"] = {
"Dongo",
"Q35303",
"nic-mbc",
scripts = Latn,
}
m["dop"] = {
"Lukpa",
"Q3258739",
"nic-gne",
scripts = Latn,
}
m["doq"] = {
"Dominican Sign Language",
"Q5290820",
"sgn",
scripts = Latn, -- when documented
}
m["dor"] = {
"Dori'o",
"Q3037084",
"poz-sls",
scripts = Latn,
}
m["dos"] = {
"Dogosé",
"Q3913314",
"nic-gur",
scripts = Latn,
}
m["dot"] = {
"Dass",
"Q3441293",
"cdc-wst",
scripts = Latn,
}
m["dov"] = {
"Toka-Leya",
"Q11001779",
"bnt-bot",
otherNames = {"Tokaleya", "Toka", "Leya", "Dombe"},
ancestors = {"toi"},
scripts = Latn,
}
m["dow"] = {
"Doyayo",
"Q35299",
"alv-dur",
scripts = Latn,
}
m["dox"] = {
"Bussa",
"Q35123",
"cus",
scripts = Latn,
}
m["doy"] = {
"Dompo",
"Q35270",
"alv-gng",
scripts = Latn,
}
m["doz"] = {
"多爾澤語",
"Q56336",
"omv-nom",
otherNames = {"Dorze"},
scripts = Latn,
}
m["dpp"] = {
"Papar",
"Q7132487",
"poz-san",
scripts = Latn,
}
m["drb"] = {
"Dair",
"Q12952360",
"nub-hil",
scripts = Latn,
}
m["drc"] = {
"明德里科語",
"Q6863806",
"roa-ibe",
otherNames = {"Minderico"},
scripts = Latn,
ancestors = {"pt"},
}
m["drd"] = {
"Darmiya",
"Q5224058",
"sit-alm",
}
m["drg"] = {
"Rungus",
"Q6897407",
"poz-san",
scripts = Latn,
}
m["dri"] = {
"Lela",
"Q3914004",
"nic-knn",
otherNames = {"C'lela", "C'Lela", "Chilela"},
scripts = Latn,
}
m["drl"] = {
"巴阿甘吉語",
"Q5223941",
"aus-pam",
otherNames = {"Baagandji", "Darling", "Bandjigali"},
scripts = Latn,
}
m["drn"] = {
"West Damar",
"Q3450459",
"poz-tim",
scripts = Latn,
}
m["dro"] = {
"Daro-Matu Melanau",
"Q5224156",
"poz-bnn",
scripts = Latn,
}
m["drq"] = {
"Dura",
"Q3449842",
"sit-gma",
}
m["drs"] = {
"Gedeo",
"Q56622",
"cus",
scripts = {"Ethi"},
}
m["dru"] = {
"魯凱語",
"Q49232",
scripts = {"Latn"},
otherNames = {"Rukai", "Drekay"},
family = "map",
ancestors = {"map-pro"},
}
m["dry"] = {
"達萊語",
"Q46995026",
"inc-bhi",
otherNames = {"Darai"},
scripts = Deva,
}
m["dsb"] = {
"下索布語",
"Q13286",
"wen",
aliases = {"Lower Lusatian", "Lower Wendish"},
scripts = Latn,
sort_key = {
from = {"b́", "č", "ć", "ě", "ł", "ḿ", "ń", "ó", "ṕ", "ŕ", "š", "ś", "ẃ", "[žż]", "ź"},
to = {"bj", "c~", "c~~", "e~", "l*", "mj", "n~", "o", "pj", "r~", "s~", "s~~", "wj", "z~", "z~~"}} , --ł comes before l in alphabetic order
standardChars = "A-PR-UWYZa-pr-uwyz0-9ÓóĆćČčĚ죳ŃńŔŕŚśŠšŹźŽž" .. PUNCTUATION,
}
m["dse"] = {
"Dutch Sign Language",
"Q2201099",
"sgn",
scripts = Latn, -- when documented
}
m["dsh"] = {
"Daasanach",
"Q56637",
"cus",
scripts = Latn,
}
m["dsi"] = {
"Disa",
"Q3914455",
"csu-bgr",
scripts = Latn,
}
m["dsl"] = {
"丹麥手語",
"Q2605298",
"sgn",
otherNames = {"Danish Sign Language"},
scripts = Latn, -- when documented
}
m["dsn"] = {
"Dusner",
"Q5316948",
"poz-hce",
scripts = Latn,
}
m["dso"] = {
"德西雅語",
"Q12629755",
"inc-eas",
otherNames = {"Desiya"},
scripts = {"Orya"},
ancestors = {"or"},
}
m["dsq"] = {
"Tadaksahak",
"Q36568",
"son",
scripts = {"Arab", "Latn"},
}
m["dta"] = {
"達斡爾語",
"Q32430",
"xgn",
otherNames = {"Daur"},
scripts = {"Latn", "Hani", "Cyrl", "Mong"},
}
m["dtb"] = {
"Labuk-Kinabatangan Kadazan",
"Q5330240",
"poz-san",
scripts = Latn,
}
m["dtd"] = {
"Ditidaht",
"Q13728042",
"wak",
aliases = {"Diitidaht"},
scripts = Latn,
}
m["dth"] = { -- contrast 'rrt'
"阿迪廷吉蒂格語",
"Q4683034",
"aus-pmn",
aliases = {"Adithinngithigh"},
scripts = Latn,
}
m["dti"] = {
"Ana Tinga Dogon",
"Q4750346",
"qfa-dgn",
scripts = Latn,
}
m["dtk"] = {
"Tene Kan Dogon",
"Q11018863",
"nic-pld",
scripts = Latn,
}
m["dtm"] = {
"Tomo Kan Dogon",
"Q11137719",
"nic-pld",
scripts = Latn,
}
m["dto"] = {
"Tommo So",
"Q47012992",
"nic-dge",
aliases = {"Tommo So Dogon"},
scripts = Latn,
}
m["dtp"] = {
"中部杜順語",
"Q5317225",
"poz-san",
otherNames = {"Kadazandusun", "Kadazan-Dusun", "Kadazan Dusun", "Kadazan", "Bunduliwan", "Boros Dusun"},
scripts = Latn,
}
m["dtr"] = {
"Lotud",
"Q6685078",
"poz-san",
scripts = Latn,
}
m["dts"] = {
"Toro So Dogon",
"Q11003311",
"nic-dge",
scripts = Latn,
}
m["dtt"] = {
"Toro Tegu Dogon",
"Q3913924",
"nic-pld",
scripts = Latn,
}
m["dtu"] = {
"Tebul Ure Dogon",
"Q7692089",
"qfa-dgn",
scripts = Latn,
}
m["dty"] = {
"都特利語",
"Q18415595",
"inc-pah",
otherNames = {"Doteli", "Dotyali"},
scripts = Deva,
translit_module = "ne-translit",
ancestors = {"ne"},
}
m["dua"] = {
"杜亞拉語",
"Q33013",
"bnt-saw",
scripts = Latn,
}
m["dub"] = {
"杜布里語",
"Q5310792",
"inc-bhi",
otherNames = {"Dubli"},
}
m["duc"] = {
"Duna",
"Q5314039",
"paa",
scripts = Latn,
}
m["due"] = {
"烏米萊杜馬加特阿埃塔語",
"Q7881585",
"phi",
scripts = Latn,
}
m["duf"] = {
"Dumbea",
"Q6983819",
"poz-cln",
scripts = Latn,
}
m["dug"] = {
"Chiduruma",
"Q35614",
"bnt-mij",
scripts = Latn,
}
m["duh"] = {
"敦格拉比爾語",
"Q12953513",
"inc-bhi",
otherNames = {"Dungra Bhil"},
scripts = {"Deva", "Gujr"},
}
m["dui"] = {
"Dumun",
"Q5314004",
"ngf-mad",
scripts = Latn,
}
m["duk"] = {
"Uyajitaya",
"Q7904085",
"ngf-mad",
scripts = Latn,
}
m["dul"] = {
"阿拉伯島阿埃塔語",
"Q3399709",
"phi",
scripts = Latn,
}
m["dum"] = {
"中古荷蘭語",
"Q178806",
"gmw",
otherNames = {"Middle Dutch"},
scripts = Latn,
ancestors = {"odt"},
entry_name = {
from = {"[ĀÂ]", "[āâ]", "[ĒÊË]", "[ēêë]", "[ĪÎ]", "[īî]", "[ŌÔ]", "[ōô]", "[ŪÛ]", "[ūû]"},
to = {"A" , "a" , "E" , "e" , "I" , "i" , "O" , "o" , "U" , "u"}} ,
}
m["dun"] = {
"Dusun Deyah",
"Q2784033",
"poz-bre",
scripts = Latn,
}
m["duo"] = {
"杜巴尼南阿埃塔語",
"Q5315912",
"phi",
aliases = {"Dupaningan Agta", "Dupaninan Agta", "Dupaningan", "Dupaninan"},
scripts = Latn,
}
m["dup"] = {
"Duano",
"Q3040468",
"poz-mly",
scripts = Latn,
}
m["duq"] = {
"Dusun Malang",
"Q3041711",
"poz-bre",
scripts = Latn,
}
m["dur"] = {
"Dii",
nil,
"alv-dur",
scripts = Latn,
}
m["dus"] = {
"Dumi",
"Q56315",
"sit-kiw",
scripts = Deva,
}
m["duu"] = {
"獨龍語",
"Q56406",
"sit-nng",
otherNames = {"Drung", "Derung", "Dulong", "Trung"},
}
m["duv"] = {
"Duvle",
"Q56364",
"paa-lkp",
scripts = Latn,
}
m["duw"] = {
"Dusun Witu",
"Q2381310",
"poz-bre",
scripts = Latn,
}
m["dux"] = {
"Duun",
"Q3914880",
"dmn-smg",
otherNames = {"Duungooma"},
scripts = Latn,
}
m["duy"] = {
"Dicamay Agta",
"Q5272321",
"phi",
scripts = Latn,
}
m["duz"] = {
"Duli",
"Q5313405",
"alv-ada",
otherNames = {"Duli-Gey", "Duli-Gewe"},
scripts = Latn,
}
m["dva"] = {
"Duau",
"Q5310448",
"poz-ocw",
scripts = Latn,
}
m["dwa"] = {
"Diri",
"Q56286",
"cdc-wst",
scripts = Latn,
}
m["dwr"] = {
"Dawro",
"Q12629647",
"omv-nom",
scripts = {"Ethi", "Latn"},
}
m["dwu"] = {
"杜瓦爾語",
nil,
"aus-yol",
otherNames = {"Dhuwal", "Gumatj", "Dual", "Duala", "Datiwuy", "Wulamba", "Liyagawumirr", "Marrangu", "Djampbarrpuyŋu", "Gupapuyngu", "Dhay'yi", "Dayi", "Dhalwangu"},
scripts = Latn,
}
m["dww"] = {
"Dawawa",
"Q5242286",
"poz-ocw",
scripts = Latn,
}
m["dwy"] = {
"Dhuwaya",
nil,
"aus-yol",
scripts = Latn,
}
m["dwz"] = {
"德維斯萊語",
"Q62663667",
"inc-bhi",
otherNames = {"Dewas Rai", "Danuwar Rai", "Rai Danuwar"},
}
m["dya"] = {
"Dyan",
"Q35340",
"nic-gur",
scripts = Latn,
}
m["dyb"] = {
"迪亞貝爾迪亞貝爾語",
"Q5285185",
"aus-nyu",
otherNames = {"Dyaberdyaber"},
scripts = Latn,
}
m["dyd"] = {
"迪尤貢語",
"Q3913785",
"aus-nyu",
otherNames = {"Dyugun"},
scripts = Latn,
}
m["dyg"] = {
"Villa Viciosa Agta",
"Q12626611",
"phi",
scripts = Latn,
}
m["dyi"] = {
"Djimini",
"Q35336",
"alv-tdj",
otherNames = {"Djimini Senoufo", "Jimini", "Jinmini"},
scripts = Latn,
}
m["dym"] = {
"Yanda Dogon",
"Q8048316",
"qfa-dgn",
otherNames = {"Yanda", "Yanda Dom", "Yanda Dom Dogon"},
scripts = Latn,
}
m["dyn"] = {
"迪揚加迪語",
"Q3913820",
"aus-cww",
otherNames = {"Dyangadi"},
scripts = Latn,
}
m["dyo"] = {
"Jola-Fonyi",
"Q3507832",
"alv-jol",
otherNames = {"Diola-Fogny", "朱拉語", "Joola", "Diola"},
scripts = Latn,
}
m["dyu"] = {
"迪尤拉語",
"Q32706",
"dmn-man",
scripts = Latn,
}
m["dyy"] = {
"Dyaabugay",
"Q2591320",
"aus-pmn",
aliases = {"Djabugay", "Dyabugay", "Djabugai", "Tjapukai"},
scripts = Latn,
}
m["dza"] = {
"Tunzu",
"Q3915845",
"nic-jer",
otherNames = {"Duguza"},
scripts = Latn,
}
m["dzg"] = {
"達薩語",
"Q35244",
"ssa-sah",
otherNames = {"Daza", "Dasaga"},
scripts = Latn,
}
m["dzl"] = {
"Dzala",
"Q56607",
"sit-ebo",
otherNames = {"Dzalakha", "Dzalamat", "Yangtsebikha"},
scripts = {"Tibt"},
}
m["dzn"] = {
"Dzando",
"Q5319622",
"bnt-bun",
scripts = Latn,
}
return m
