Module:Languages/data3/h
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"h為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过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 m = {}
m["haa"] = {
"Hän",
"Q28272",
"ath-nor",
otherNames = {"Han", "Dawson", "Moosehide", "Han-Kutchin"},
scripts = Latn,
}
m["hab"] = {
"河內手語",
"Q12632107",
"sgn",
otherNames = {"Hanoi Sign Language"},
scripts = Latn, -- when documented
}
m["hac"] = {
"古拉尼語",
"Q33733",
"ira-zgr",
otherNames = {"Gurani", "Gorani", "Avromani", "Awroman", "Awromani", "Hawramani", "Hawrami", "Hewrami", "Hourami", "Howrami", "Ourami"},
scripts = {"ku-Arab"},
translit_module = "ckb-translit",
}
m["had"] = {
"Hatam",
"Q56825",
"paa-wpa",
}
m["haf"] = {
"海防手語",
"Q39868240",
"sgn",
otherNames = {"Haiphong Sign Language"},
}
m["hag"] = {
"Hanga",
"Q35426",
"nic-dag",
scripts = Latn,
}
m["hah"] = {
"Hahon",
"Q3125730",
"poz-ocw",
scripts = Latn,
}
m["hai"] = {
"海達語",
"Q33303",
"qfa-iso",
otherNames = {"Haida"},
scripts = Latn,
}
m["haj"] = {
"哈瓊語",
"Q3350576",
"qfa-mix",
otherNames = {"Hajong"},
scripts = {"as-Beng", "Latn"},
ancestors = {"inc-oas", "tbq-pro"},
}
m["hak"] = {
"客家語",
"Q33375",
"zhx",
otherNames = {"客家話", "客語", "Hakka"},
scripts = {"Hani"},
ancestors = {"ltc"},
}
m["hal"] = {
"哈朗語",
"Q56307",
"mkh",
otherNames = {"Halang"},
}
m["ham"] = {
"赫瓦語",
"Q5748345",
"paa-spk",
otherNames = {"Hewa"},
}
m["hao"] = {
"哈科語",
"Q3125871",
"poz-ocw",
otherNames = {"Hakö"},
scripts = Latn,
}
m["hap"] = {
"Hupla",
"Q5946223",
"ngf",
}
m["har"] = {
"哈勒爾語",
"Q33626",
"sem-eth",
otherNames = {"Harari"},
scripts = {"Ethi"},
translit_module = "Ethi-translit",
}
m["has"] = {
"Haisla",
"Q3107399",
"wak",
}
m["hav"] = {
"Havu",
"Q5684097",
"bnt-shh",
scripts = Latn,
}
m["haw"] = {
"夏威夷語",
"Q33569",
"poz-pep",
otherNames = {"Hawaiian"},
scripts = Latn,
sort_key = {
from = {"ā", "ē", "ī", "ō", "ū" },
to = {"a", "e", "i", "o", "u" }} ,
}
m["hax"] = {
"南海達語",
"Q12953543",
"qfa-iso",
otherNames = {"Southern Haida"},
ancestors = {"hai"},
}
m["hay"] = {
"Haya",
"Q35756",
"bnt-haj",
}
m["haz"] = {
"哈札拉語",
"Q33398",
"ira-swi",
otherNames = {"Hazaragi"},
}
m["hba"] = {
"Hamba",
"Q11028905",
"bnt-tet",
}
m["hbb"] = {
"Huba",
"Q56290",
"cdc-cbm",
otherNames = {"Kilba"},
}
m["hbn"] = {
"Heiban",
"Q35523",
"alv-hei",
}
m["hbu"] = {
"Habu",
"Q1567033",
"poz-cet",
scripts = Latn,
}
m["hca"] = {
"安達曼克里奧爾印地語",
"Q7599417",
"crp",
otherNames = {"Andaman Creole Hindi"},
ancestors = {"hi", "bn", "ta"},
}
m["hch"] = {
"惠喬爾語",
"Q35575",
"azc",
otherNames = {"Huichol"},
scripts = Latn,
}
m["hdn"] = {
"北海達語",
"Q20054484",
"qfa-iso",
otherNames = {"Northern Haida"},
ancestors = {"hai"},
}
m["hds"] = {
"洪都拉斯手語",
"Q3915496",
"sgn",
otherNames = {"宏都拉斯手語", "Honduras Sign Language", "Honduran Sign Language"},
scripts = Latn, -- when documented
}
m["hdy"] = {
"Hadiyya",
"Q56613",
"cus",
}
m["hea"] = {
"北部黔東苗語",
"Q3138832",
"hmn",
otherNames = {"Northern Qiandong Miao", "Black Miao"},
}
m["hed"] = {
"Herdé",
"Q56253",
"cdc-mas",
}
m["heg"] = {
"Helong",
"Q35432",
"poz-tim",
scripts = Latn,
}
m["heh"] = {
"Hehe",
"Q3129390",
"bnt-bki",
scripts = Latn,
}
m["hei"] = {
"海爾蘇克語",
"Q5699507",
"wak",
otherNames = {"Heiltsuk"},
}
m["hem"] = {
"Hemba",
"Q5711209",
"bnt-lbn",
}
m["hgm"] = {
"海奧姆語",
"Q4494781",
"khi-khk",
otherNames = {"Haiǁom"},
scripts = Latn,
}
m["hgw"] = {
"Haigwai",
"Q5639108",
"poz-ocw",
scripts = Latn,
}
m["hhi"] = {
"Hoia Hoia",
"Q5877767",
"ngf",
}
m["hhr"] = {
"Kerak",
"Q11010783",
"alv-jfe",
}
m["hhy"] = {
"Hoyahoya",
nil,
"ngf",
}
m["hia"] = {
"Lamang",
"Q35700",
"cdc-cbm",
scripts = Latn,
}
m["hib"] = {
"Hibito",
"Q3135164",
}
m["hid"] = {
"希達沙語",
"Q3135234",
"sio-mor",
otherNames = {"Hidatsa"},
scripts = Latn,
}
m["hif"] = {
"斐濟印地語",
"Q46728",
"inc-hie",
otherNames = {"Fiji Hindi"},
scripts = Latn,
ancestors = {"awa"},
}
m["hig"] = {
"Kamwe",
"Q56271",
"cdc-cbm",
otherNames = {"Higgi", "Higi"},
}
m["hih"] = {
"Pamosu",
"Q12953011",
"ngf-mad",
}
m["hii"] = {
"欣杜里語",
"Q5766763",
"him",
otherNames = {"Hinduri"},
}
m["hij"] = {
"Hijuk",
"Q35274",
"bnt-bsa",
}
m["hik"] = {
"Seit-Kaitetu",
"Q7446989",
"poz-cma",
}
m["hil"] = {
"希利蓋農語",
"Q35978",
"phi",
otherNames = {"Hiligaynon"},
scripts = Latn,
entry_name = {
from = {"Á", "á", "É", "é", "Í", "í", "Ó", "ó", "Ú", "ú", MACRON},
to = {"A", "a", "E", "e", "I", "i", "O", "o", "U", "u"}} ,
}
m["hio"] = {
"Tshwa",
"Q963636",
"khi-kal",
otherNames = {"Tsoa", "Kua", "Cua", "Hiechware", "Cirecire", "Cire-cire", "Cire-Cire", "Cire Cire"},
}
m["hir"] = {
"Himarimã",
"Q5765127",
}
m["hit"] = {
"赫梯語",
"Q35668",
"ine-ana",
aliases = {"西臺語", "Hittite", "Hettite", "Kanesite", "Kaneshite", "Kanesian", "Kaneshian", "Nesian", "Neshian", "Nesite", "Nessite", "Neshite"},
scripts = {"Xsux"},
}
m["hiw"] = {
"Hiw",
"Q3138713",
"poz-vnc",
scripts = Latn,
}
m["hix"] = {
"希卡利亞納語",
"Q56522",
"sai-car",
otherNames = {"Hixkaryana", "Hixkaryána"},
scripts = Latn,
}
m["hji"] = {
"Haji",
"Q5639933",
"poz-mly",
}
m["hka"] = {
"Kahe",
"Q3892562",
"bnt-chg",
scripts = Latn,
}
m["hke"] = {
"Hunde",
"Q3065432",
"bnt-shh",
scripts = Latn,
}
m["hkk"] = {
"Hunjara-Kaina Ke",
nil,
"ngf",
}
m["hkn"] = {
"Mel-Khaonh",
nil,
"mkh-ban",
otherNames = {"Mel", "Khaonh"},
}
m["hks"] = {
"香港手語",
"Q17038844",
"sgn",
otherNames = {"Hong Kong Sign Language"},
}
m["hla"] = {
"哈利亞語",
"Q3125959",
"poz-ocw",
otherNames = {"Halia"},
scripts = Latn,
}
m["hlb"] = {
"哈爾比語",
"Q3695692",
"inc-eas",
otherNames = {"Halbi"},
scripts = {"Deva", "Orya"},
ancestors = {"inc-mgd"},
}
m["hld"] = {
"端語",
"Q3914632",
"mkh-ban",
otherNames = {"Halang Doan", "Duan", "Doan"},
}
m["hle"] = {
"山蘇語",
"Q5873537",
"tbq-lol",
otherNames = {"Hlersu", "Sansu"},
}
m["hlt"] = {
"Nga La",
"Q12952942",
"tbq-kuk",
otherNames = {"Matu Chin", "Matu"},
}
m["hma"] = {
"南部麻山苗語",
"Q12953560",
"hmn",
otherNames = {"Southern Mashan Miao"},
}
m["hmb"] = {
"Humburi Senni",
"Q35486",
"son",
otherNames = {"Central Songhay"},
}
m["hmc"] = {
"中部惠水苗語",
"Q12953558",
"hmn",
otherNames = {"Central Huishui Hmong", "Central Huishui Miao"},
}
m["hmd"] = {
"滇東北苗語",
"Q1108934",
"hmn",
otherNames = {"大花苗語", "A-Hmao", "A Hmao", "Big Flowery Miao", "Large Flowery Miao"},
scripts = {"Latn", "Plrd"},
}
m["hme"] = {
"東部惠水苗語",
"Q12953559",
"hmn",
otherNames = {"Eastern Huishui Hmong", "Eastern Huishui Miao"},
}
m["hmf"] = {
"Hmong Don",
"Q22911602",
"hmn",
}
m["hmg"] = {
"西南貴陽苗語",
"Q27478542",
"hmn",
otherNames = {"Southwestern Guiyang Hmong"},
}
m["hmh"] = {
"西南惠水苗語",
"Q12953565",
"hmn",
otherNames = {"Southwestern Huishui Hmong", "Southwestern Huishui Miao"},
}
m["hmi"] = {
"北部惠水苗語",
"Q27434946",
"hmn",
otherNames = {"Northern Huishui Hmong", "Northern Huishui Miao"},
}
m["hmj"] = {
"𱎼家語",
"Q11251864",
"hmn",
otherNames = {"⿰亻革家語", "重安江苗語", "Ge", "Gedou Miao"},
}
m["hmk"] = {
"濊貊語",
"Q8050724",
"qfa-kor",
otherNames = {"Maek", "Ye-Maek", "Yemaek"},
}
m["hml"] = {
"羅泊河苗語",
"Q14468943",
"hmn",
otherNames = {"Luopohe Hmong"},
}
m["hmm"] = {
"中部麻山苗語",
"Q12953561",
"hmn",
otherNames = {"Central Mashan Hmong", "Central Mashan Miao"},
}
m["hmp"] = {
"北部麻山苗語",
"Q12953564",
"hmn",
otherNames = {"Northern Mashan Hmong", "Northern Mashan Miao"},
}
m["hmq"] = {
"東部黔東苗語",
"Q27431369",
"hmn",
otherNames = {"Eastern Qiandong Miao", "Black Miao"},
}
m["hmr"] = {
"Hmar",
"Q2992841",
"tbq-kuk",
ancestors = {"lus"},
}
m["hms"] = {
"南部黔東苗語",
"Q12953562",
"hmn",
otherNames = {"Southern Qiandong Miao", "Black Miao"},
}
m["hmt"] = {
"Hamtai",
"Q5646436",
"ngf",
otherNames = {"Kapau"},
}
m["hmu"] = {
"Hamap",
"Q12952484",
"qfa-tap",
}
m["hmv"] = {
"Hmong Dô",
"Q22911598",
"hmn",
otherNames = {"Hmong Do"},
}
m["hmw"] = {
"西部麻山苗語",
"Q12953563",
"hmn",
otherNames = {"Western Mashan Hmong", "Western Mashan Miao"},
}
m["hmy"] = {
"南部貴陽苗語",
"Q12953553",
"hmn",
otherNames = {"Southern Guiyang Hmong"},
}
m["hmz"] = {
"漢苗語",
"Q25559603",
"hmn",
otherNames = {"Hmong Shua", "Hmong Sua"},
}
m["hna"] = {
"Mina",
"Q56532",
"cdc-cbm",
otherNames = {"Mina (Cameroon)", "Hina", "Besleri"},
}
m["hnd"] = {
"南辛德科語",
"Q382273",
"inc-pan",
otherNames = {"Southern Hindko"},
ancestors = {"lah"},
}
m["hne"] = {
"恰蒂斯加爾語",
"Q33158",
"inc-hie",
otherNames = {"Chhattisgarhi"},
scripts = {"Deva"},
ancestors = {"inc-pra"},
}
m["hnh"] = {
"ǁAni",
"Q3832982",
"khi-kal",
scripts = {"Latinx"},
}
m["hni"] = {
"哈尼語",
"Q56516",
"tbq-lol",
otherNames = {"Hani", "哈尼話"},
}
m["hnj"] = {
"青苗語",
"Q3138831",
"hmn",
otherNames = {"Green Hmong", "Hmong Njua", "Hmong Leng", "Mong Leng", "Green Miao", "Blue Hmong"},
scripts = {"Latn", "Hmng"},
}
m["hnn"] = {
"哈努諾語",
"Q35435",
"phi",
otherNames = {"Hanuno'o"},
scripts = {"Hano", "Latn"},
}
m["hno"] = {
"北辛德科語",
"Q6346358",
"inc-pan",
otherNames = {"Northern Hindko", "Kagani", "Hazara Hindko", "Hindki of Hazara"},
scripts = {"Arab"},
ancestors = {"lah"},
}
m["hns"] = {
"加勒比印度斯坦語",
"Q1843468",
"inc-hie",
otherNames = {"Caribbean Hindustani", "加勒比博傑普爾語", "Caribbean Bhojpuri"},
ancestors = {"bho"},
}
m["hnu"] = {
"Hung",
"Q12632753",
"mkh-vie",
}
m["hoa"] = {
"Hoava",
"Q3138887",
"poz-ocw",
scripts = Latn,
}
m["hob"] = {
"南島馬里語",
"Q6760941",
"poz-ocw",
otherNames = {"Austronesian Mari", "Mari (Madang Province)", "Hop"},
scripts = Latn,
}
m["hoc"] = {
"霍語",
"Q33270",
"mun",
scripts = {"Wara", "Orya", "Deva", "Latn"},
otherNames = {"Ho"},
}
m["hod"] = {
"Holma",
"Q56331",
"cdc",
scripts = Latn,
}
m["hoe"] = {
"Horom",
"Q3914008",
"nic-ple",
scripts = Latn,
}
m["hoh"] = {
"Hobyót",
"Q33299",
"sem-sar",
scripts = {"Arab", "Latn"},
}
m["hoi"] = {
"Holikachuk",
"Q28508",
"ath-nor",
scripts = Latn,
}
m["hoj"] = {
"Hadothi",
"Q33227",
"inc-wes",
otherNames = {"Harauti"},
ancestors = {"mwr"},
}
m["hol"] = {
"Holu",
"Q4121133",
"bnt-pen",
scripts = Latn,
}
m["hom"] = {
"Homa",
"Q3449953",
"bnt-boa",
scripts = Latn,
}
m["hoo"] = {
"Holoholo",
"Q3139484",
"bnt-tkm",
scripts = Latn,
}
m["hop"] = {
"霍皮語",
"Q56421",
"azc",
otherNames = {"Hopi", "Moqui"},
scripts = Latn,
}
m["hor"] = {
"Horo",
"Q641748",
"csu-sar",
}
m["hos"] = {
"胡志明市手語",
"Q16111971",
"sgn",
otherNames = {"Ho Chi Minh City Sign Language"},
scripts = Latn, -- when documented
}
m["hot"] = {
"Hote",
"Q12632404",
"poz-ocw",
scripts = Latn,
}
m["hov"] = {
"Hovongan",
"Q5917269",
"poz",
}
m["how"] = {
"Honi",
"Q56842",
"tbq-lol",
otherNames = {"Haoni", "Baihong", "Hao-Bai", "Ho"},
}
m["hoy"] = {
"Holiya",
"Q5880707",
"dra",
}
m["hoz"] = {
"Hozo",
"Q5923010",
"omv-mao",
}
m["hpo"] = {
"Hpon",
"Q5923277",
"tbq-brm",
}
m["hps"] = {
"夏威夷皮欽手語",
"Q33358",
"sgn",
otherNames = {"夏威夷手語", "Hawaiian Sign Language", "Hula", "Hawaii Sign Language"},
scripts = Latn, -- when documented
}
m["hra"] = {
"Hrangkhol",
"Q5923435",
"tbq-kuk",
}
m["hrc"] = {
"Niwer Mil",
nil,
"poz-oce",
otherNames = {"Tangga"}, -- this variety of Tangga macrolanguage is on Tangga island
scripts = Latn,
}
m["hre"] = {
"赫耶語",
"Q3915794",
"mkh-nbn",
otherNames = {"Hre", "Hrê"},
}
m["hrk"] = {
"哈魯庫語",
"Q5675762",
"poz-cma",
otherNames = {"Haruku"},
}
m["hrm"] = {
"角苗語",
nil,
"hmn",
otherNames = {"Horned Miao", "Hrê"},
}
m["hro"] = {
"Haroi",
"Q3127568",
"cmc",
scripts = Latn,
}
m["hrp"] = {
"恩希爾皮語",
"Q32571318",
"aus-kar",
otherNames = {"Nhirrpi"},
}
m["hrt"] = {
"Hértevin",
"Q33290",
"sem-nna",
scripts = Latn,
}
m["hru"] = {
"Hruso",
"Q5923933",
"sit-hrs",
}
m["hrw"] = {
"Warwar Feni",
nil,
"poz-oce",
otherNames = {"Feni"},
scripts = Latn,
}
m["hrx"] = {
"漢斯立克語",
"Q304049",
"gmw",
otherNames = {"Hunsrik", "里奧格蘭德洪斯呂克語", "Riograndenser Hunsrückisch"},
scripts = Latn,
ancestors = {"gmw-cfr"},
}
m["hrz"] = {
"哈爾札尼語",
"Q56464",
"xme-ttc",
otherNames = {"Harzani", "Harzandi"},
ancestors = {"xme-ttc-nor"},
}
m["hsb"] = {
"上索布語",
"Q13248",
"wen",
otherNames = {"Upper Sorbian", "Upper Lusatian", "Upper Wendish"},
scripts = Latn,
sort_key = {
from = {"č", "ć", "ě", "ch", "ł", "ń", "ó", "ř", "š", "ž", "ź" },
to = {"c~", "c~~", "e~", "h~", "l`", "n~", "o", "r~", "s~", "z~", "z~~" }} , --the digraph ch comes after h; ł comes before l
}
m["hsh"] = {
"匈牙利手語",
"Q13636869",
"sgn",
otherNames = {"Hungarian Sign Language"},
scripts = Latn, -- when documented
}
m["hsl"] = {
"豪薩手語",
"Q3915462",
"sgn",
otherNames = {"Hausa Sign Language"},
scripts = Latn, -- when documented
}
m["hsn"] = {
"湘語",
"Q13220",
"zhx",
otherNames = {"Xiang"},
scripts = {"Hani"},
ancestors = {"ltc"},
}
m["hss"] = {
"Harsusi",
"Q33423",
"sem-sar",
scripts = {"Arab", "Latn"},
}
m["hti"] = {
"Hoti",
"Q5912372",
"poz-cma",
scripts = Latn,
}
m["hto"] = {
"Minica Huitoto",
"Q948514",
"sai-wit",
otherNames = {"Minica", "Minica Witoto"},
scripts = Latn,
}
m["hts"] = {
"哈扎語",
"Q33411",
"qfa-iso",
otherNames = {"Hadza"},
scripts = Latn,
}
m["htu"] = {
"Hitu",
"Q5872700",
"poz-cma",
scripts = Latn,
}
m["htx"] = {
"中古赫梯語",
nil,
"ine-ana",
scripts = {"Xsux"},
ancestors = {"hit"},
}
m["hub"] = {
"Huambisa",
"Q1526037",
"sai-jiv",
otherNames = {"Huambiza", "Wambisa"},
scripts = Latn,
}
m["huc"] = {
"ǂHoan",
"Q2053913",
"khi-kxa",
otherNames = {"ǂ’Amkoe", "ǂHȍã", "ǂHȍȁn"},
scripts = {"Latinx"},
}
m["hud"] = {
"Huaulu",
"Q12952504",
"poz-cma",
scripts = Latn,
}
m["huf"] = {
"Humene",
"Q11732231",
"ngf",
scripts = Latn,
}
m["hug"] = {
"Huachipaeri",
"Q3446617",
"sai-har",
scripts = Latn,
}
m["huh"] = {
"Huilliche",
"Q35531",
"sai-ara",
scripts = Latn,
}
m["hui"] = {
"Huli",
"Q3125121",
"paa-eng",
scripts = Latn,
}
m["huj"] = {
"北部貴陽苗語",
"Q12953554",
"hmn",
otherNames = {"Northern Guiyang Hmong"},
}
m["huk"] = {
"Hulung",
"Q12952505",
"poz-cet",
}
m["hul"] = {
"Hula",
"Q6382179",
"poz-ocw",
scripts = Latn,
}
m["hum"] = {
"Hungana",
"Q10975396",
"bnt-yak",
}
m["huo"] = {
"Hu",
"Q3141783",
"mkh-pal",
}
m["hup"] = {
"胡帕語",
"Q28058",
"ath-pco",
scripts = Latn,
}
m["huq"] = {
"回輝語",
"Q34133",
"cmc",
otherNames = {"海南占語", "回輝話", "三亞回族話", "Tsat", "Utsat", "Utset"},
}
m["hur"] = {
"哈爾魁梅林語",
"Q35388",
"sal",
otherNames = {"Halkomelem"},
scripts = Latn,
}
m["hus"] = {
"瓦斯特克語",
"Q35573",
"myn",
otherNames = {"Wastek", "Huastek", "Huasteka", "Huasteque", "Huaxteca", "Huaxteco", "Huaxteque", "Huastecan"},
scripts = Latn,
}
m["huu"] = {
"Murui Huitoto",
"Q2640935",
"sai-wit",
otherNames = {"Murui", "Murui Witoto"},
scripts = Latn,
}
m["huv"] = {
"Huave",
"Q12954031",
"qfa-iso",
otherNames = {"San Mateo del Mar Huave", "San Dionisio del Mar Huave", "Santa María del Mar Huave", "San Francisco del Mar Huave"},
scripts = Latn,
}
m["huw"] = {
"Hukumina",
"Q3142988",
"poz-cma",
otherNames = {"Palumata"},
scripts = Latn,
}
m["hux"] = {
"Nüpode Huitoto",
"Q56333",
"sai-wit",
otherNames = {"Nüpode", "Nüpode Witoto"},
scripts = Latn,
}
m["huy"] = {
"Hulaulá",
"Q33426",
"sem-nna",
}
m["huz"] = {
"洪濟布語",
"Q56564",
"cau-tsz",
otherNames = {"Hunzib"},
scripts = {"Cyrl"},
translit_module = "huz-translit",
entry_name = {
from = {ACUTE},
to = {}},
}
m["hvc"] = {
"海地巫毒文化語",
"Q3504239",
"crp",
otherNames = {"Haitian Vodoun Culture Language", "Langaj", "Langay"},
scripts = Latn,
}
m["hvk"] = {
"Haveke",
"Q5683513",
"poz-cln",
scripts = Latn,
}
m["hvn"] = {
"Sabu",
"Q3128792",
"poz-cet",
otherNames = {"Savu"},
scripts = Latn,
}
m["hwa"] = {
"Wané",
"Q3914887",
"kro-ekr",
scripts = Latn,
}
m["hwc"] = {
"夏威夷英語",
"Q35602",
"crp",
otherNames = {"夏威夷克里奧爾英語", "夏威夷克里奧爾語", "夏威夷皮欽語", "Hawaiian Creole", "Hawaiian Creole English", "Hawai'ian Creole English", "Hawaiian Pidgin", "Hawai'ian Creole"},
scripts = Latn,
}
m["hwo"] = {
"Hwana",
"Q56498",
"cdc-cbm",
scripts = Latn,
}
m["hya"] = {
"Hya",
"Q56798",
"cdc-cbm",
scripts = Latn,
}
return m
