Module:Languages/data3/l
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"l為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过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["laa"] = {
"拉布揚-蘇巴農語",
"Q12635302",
"phi",
}
m["lab"] = {
"線形文字A",
nil,
}
m["lac"] = {
"拉坎敦語",
"Q35766",
"myn",
otherNames = {"Lacandon", "Jach t’aan", "Hach t’an"},
}
m["lad"] = {
"拉蒂諾語",
"Q36196",
"roa-ibe",
otherNames = {"拉迪諾語", "拉地諾語", "Ladino", "Judaeo-Spanish", "Judæo-Spanish", "Judeo-Spanish"},
scripts = {"Hebr", "Latn", "Cyrl"},
ancestors = {"osp"},
}
m["lae"] = {
"Pattani",
"Q7148323",
"sit-whm",
}
m["laf"] = {
"Lafofa",
"Q35711",
"alv",
}
m["lag"] = {
"朗吉語",
"Q584983",
"bnt-mra",
}
m["lah"] = {
"蘭達語",
"Q1334774",
"inc-pan",
otherNames = {"Lahnda", "Western Punjabi"},
scripts = {"pa-Arab"},
ancestors = {"inc-tak"},
}
m["lai"] = {
"Lambya",
"Q6481626",
"bnt-mby",
}
m["laj"] = {
"Lango (Uganda)",
"Q35670",
"sdv-los",
otherNames = {"Lango", "Leb Lango"}, -- the last, though listed in Ethnologue, is not a name but rather the phrase "Lango language"
scripts = Latn,
}
m["lak"] = {
"Laka",
"Q6474529", -- also Q55616620
"csu-sar", -- formerly classified as "alv-mbm"; see [[w:Lau Laka language]]
otherNames = {"Lau Laka", "Laka (Nigeria)"},
}
m["lam"] = {
"蘭巴語",
"Q36098",
"bnt-sbi",
scripts = Latn,
}
m["lan"] = {
"Laru",
"Q3913987",
"nic-knj",
scripts = Latn,
}
m["lap"] = {
"Kabba-Laka",
"Q6474528",
"csu-sar",
otherNames = {"Kabba Laka", "Laka (Chad)", "Laka"},
}
m["laq"] = {
"普標語",
"Q3436700",
"qfa-kra",
otherNames = {"Qabiao", "Laqua"},
}
m["lar"] = {
"Larteh",
"Q35639",
"alv-gng",
scripts = Latn,
}
m["las"] = {
"古爾拉瑪語",
"Q35652",
"nic-gne",
otherNames = {"Gur Lama", "Lama (West Africa)", "Lama (Togo)", "Lama"}, -- contrast 'lay', "Tibeto-Burman Lama"
scripts = Latn,
}
m["lau"] = {
"Laba",
"Q12952694",
}
m["law"] = {
"Lauje",
"Q6498258",
"poz",
scripts = Latn,
}
m["lax"] = {
"提瓦語",
"Q7810466",
"tbq-bdg",
otherNames = {"Tiwa", "Lalung"},
scripts = Latn,
}
m["lay"] = {
"拉瑪白語",
"Q6480756",
"zhx-gba",
otherNames = {"Lama Bai", "Lama (Southeast Asia)", "Lama (Burma)", "Lama (Myanmar)", "Lama", "Northern Bai", "Laemae"}, -- the last two names are ambiguous, and also denote another Bai language
}
m["laz"] = {
"Aribwatsa",
"Q3502104",
"poz-ocw",
scripts = Latn,
}
m["lbb"] = {
"Label",
"Q3214296",
"poz-ocw",
scripts = Latn,
}
m["lbc"] = {
"拉珈語",
"Q3027879",
"qfa-tak",
otherNames = {"Lakkia", "Lakkja"},
}
m["lbe"] = {
"拉克語",
"Q36206",
"cau-nec",
otherNames = {"Lak"},
scripts = {"Cyrl"},
translit_module = "lbe-translit",
override_translit = true,
}
m["lbf"] = {
"Tinani",
"Q784502",
"sit-whm",
}
m["lbg"] = {
"Laopang",
"Q12952711",
"tbq-lol",
}
m["lbi"] = {
"La'bi",
"Q6460637",
"alv-mbm",
}
m["lbj"] = {
"拉達克語",
"Q35833",
"sit-lab",
otherNames = {"Ladakhi", "Bhoti"},
translit_module = "bo-translit",
}
m["lbk"] = {
"中邦托克語",
nil,
"phi",
otherNames = {"Central Bontoc", "Central Bontok", "Igorot Bontoc", "Igorot Bontok", "Bontok Igorot", "Bontoc", "Bontok", "Finallig"},
scripts = Latn,
}
m["lbl"] = {
"利邦比科爾語",
"Q18664462",
"phi",
otherNames = {"Libon Bikol"},
}
m["lbm"] = {
"洛迪語",
"Q6666374",
"mun",
otherNames = {"Lodhi"},
}
m["lbn"] = {
"Lamet",
"Q3216723",
"mkh-pal",
}
m["lbo"] = {
"Laven",
"Q6298648",
"mkh-ban",
otherNames = {"Loven", "Boloven", "Jru'", "Jruq", "Jru", "Boriwen", "Jaru", "Lawen", "Laweenjru"},
scripts = Latn,
}
m["lbq"] = {
"Wampar",
"Q7966946",
"poz-ocw",
scripts = Latn,
}
m["lbr"] = {
"Northern Lorung",
"Q6668040",
"sit-kie",
otherNames = {"Northern Lohorung"},
}
m["lbs"] = {
"利比亞手語",
"Q11775688",
"sgn",
otherNames = {"Libyan Sign Language"},
}
m["lbt"] = {
"拉基語",
"Q6583606",
"qfa-kra",
otherNames = {"Lachi"},
}
m["lbu"] = {
"Labu",
"Q6467660",
"poz-ocw",
scripts = Latn,
}
m["lbv"] = {
"Lavatbura-Lamusong",
"Q2405981",
"poz-ocw",
otherNames = {"Lavatbura", "Lamusong", "Lamasong"},
scripts = Latn,
}
m["lbw"] = {
"Tolaki",
"Q3033597",
"poz-btk",
scripts = Latn,
}
m["lbx"] = {
"Lawangan",
"Q3120345",
"poz-bre",
scripts = Latn,
}
m["lby"] = {
"Lamu-Lamu",
"Q6482727",
scripts = Latn,
}
m["lbz"] = {
"拉爾迪爾語",
"Q3915688",
"aus-tnk",
otherNames = {"Lardil", "Leerdil", "Leertil", "Damin", "Demiin"},
scripts = Latn,
}
m["lcc"] = {
"Legenyem",
"Q12952713",
"poz-hce",
scripts = Latn,
}
m["lcd"] = {
"Lola",
"Q6668867",
"poz-cet",
scripts = Latn,
}
m["lce"] = {
"Loncong",
"Q3058192",
}
m["lcf"] = {
"Lubu",
"Q3264685",
}
m["lch"] = {
"Luchazi",
"Q3265143",
"bnt-clu",
}
m["lcl"] = {
"Lisela",
"Q6558753",
"poz-cma",
scripts = Latn,
}
m["lcm"] = {
"Tungag",
"Q3542085",
"poz-ocw",
otherNames = {"Lavongai", "Tungak"},
scripts = Latn,
}
m["lcp"] = {
"西拉威語",
"Q18644465",
"mkh-pal",
scripts = {"Thai"},
sort_key = {
from = {"[%p]", "[็-๎]", "([เแโใไ])(ʼ?[ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["lcq"] = {
"Luhu",
"Q6699890",
"poz-cma",
otherNames = {"Piru"},
scripts = Latn,
}
m["lcs"] = {
"Lisabata-Nuniali",
"Q6558534",
}
m["lda"] = {
"Kla",
nil,
"dmn-mda",
scripts = Latn,
}
m["ldb"] = {
"Idun",
"Q3914441",
"nic-plc",
scripts = Latn,
}
m["ldd"] = {
"Luri (Nigeria)",
"Q4701277",
"cdc-wst",
}
m["ldg"] = {
"Lenyima",
"Q3914423",
"nic-uce",
scripts = Latn,
}
m["ldh"] = {
"Lamja-Dengsa-Tola",
"Q11001739",
"nic-dak",
}
m["ldj"] = {
"Lemoro",
"Q3912761",
"nic-jer",
}
m["ldk"] = {
"Leelau",
"Q3914465",
"alv-bwj",
}
m["ldl"] = {
"Kaan",
"Q3914501",
"alv-yun",
}
m["ldm"] = {
"Landoma",
"Q35568",
"alv-mel",
}
m["ldn"] = {
"拉丹語",
"Q35757",
"art",
otherNames = {"Láadan"},
type = "appendix-constructed",
scripts = Latn,
}
m["ldo"] = {
"Loo",
"Q3915378",
"alv-bwj",
}
m["ldp"] = {
"Tso",
"Q3913953",
"alv-wjk",
}
m["ldq"] = {
"Lufu",
"Q35796",
"nic-ykb",
scripts = Latn,
}
m["lea"] = {
"Lega-Shabunda",
"Q12952719",
"bnt-lgb",
otherNames = {"Lega-Malinga", "Lega Malinga", "Lega Shabunda", "Shabunda Lega", "Upper Lega", "Lower Lega", "Forest Lega", "Western Lega", "Southern Lega", "Liga", "Kiliga", "Lega", "Kilega", "KiLega", "Kanu", "Kikanu", "Gala", "Kigala", "Yoma", "Kiyoma", "Sede", "Kisede", "Gonzabale", "Beya", "Beia", "Nyamunsange", "KiNyamunsange", "Banagabo", "Kabango", "Bene"},
}
m["leb"] = {
"Lala-Bisa",
"Q6480112",
"bnt-sbi",
}
m["lec"] = {
"Leco",
"Q2625398",
"qfa-iso",
}
m["led"] = {
"Lendu",
"Q523823",
"csu-lnd",
scripts = Latn,
}
m["lee"] = {
"Lyélé",
"Q3089032",
"nic-gnn",
}
m["lef"] = {
"Lelemi",
"Q35585",
"alv-ntg",
}
m["leh"] = {
"倫杰語",
"Q6522666",
"bnt-bot",
otherNames = {"Lenje"},
}
m["lei"] = {
"Lemio",
"Q6521165",
"ngf-mad",
}
m["lej"] = {
"Lengola",
"Q6522474",
"bnt-leb",
}
m["lek"] = {
"Leipon",
"Q3229216",
"poz-aay",
scripts = Latn,
}
m["lel"] = {
"Lele (Congo)",
"Q56733",
"bnt-bsh",
otherNames = {"Bashilele", "Lele (Democratic Republic of the Congo)", "Lele", "Usilele"},
}
m["lem"] = {
"Nomaande",
"Q13479983",
"nic-mbw",
scripts = Latn,
}
m["len"] = {
"Honduran Lenca",
"Q36189",
"nai-len",
otherNames = {"Lenca", "Lencan"},
scripts = Latn,
}
m["leo"] = {
"Leti (Cameroon)",
"Q1345684",
"nic-mba",
ancestors = {"bag"},
otherNames = {"Leti"}, -- Ethnologue says this secret language has never had native speakers or been written
}
m["lep"] = {
"絨巴語",
"Q35990",
"sit",
otherNames = {"Lepcha", "雷布查語"},
scripts = {"Lepc"},
translit_module = "lep-translit",
}
m["leq"] = {
"Lembena",
"Q6521067",
"paa-eng",
}
m["ler"] = {
"Lenkau",
"Q3229472",
"poz-aay",
scripts = Latn,
}
m["les"] = {
"Lese",
"Q11033939",
"csu-mle",
}
m["let"] = {
"Lesing-Gelimi",
"Q12635445",
"poz-ocw",
scripts = Latn,
}
m["leu"] = {
"Kara (New Guinea)",
"Q3192889",
"poz-ocw",
otherNames = {"Kara (Papua New Guinea)", "Kara", "Lemakot"},
scripts = Latn,
}
m["lev"] = {
"Lamma",
"Q6583582",
"ngf",
}
m["lew"] = { -- this code was basically assigned as a catch-all for things that aren't brs, kzf or unz
"Ledo Kaili",
"Q35877",
"poz-kal",
otherNames = {"Rai", "Tara", "Ta'a", "Taa", "Central Kaili", "East Kaili", "Ledo", "Edo", "Ado", "Doi", "Ija", "Tawaili", "Palu", "Parigi", "Sigi"},
scripts = Latn,
}
m["lex"] = {
"Luang",
"Q6695015",
"poz-tim",
}
m["ley"] = {
"Lemolang",
"Q3033560",
}
m["lez"] = {
"列茲金語",
"Q31746",
"cau-lzg",
otherNames = {"Lezgi", "Lezgian", "Lezgin"},
scripts = {"Cyrl"},
translit_module = "lez-translit",
override_translit = true,
entry_name = {
from = {GRAVE, ACUTE},
to = {}} ,
}
m["lfa"] = {
"Lefa",
"Q35643",
"bnt-baf",
}
m["lfn"] = {
"新共同語言",
"Q146803",
"art",
otherNames = {"Lingua Franca Nova"},
type = "appendix-constructed",
scripts = {"Latn", "Cyrl"},
}
m["lga"] = {
"Lungga",
"Q3267590",
"poz-ocw",
scripts = Latn,
}
m["lgb"] = {
"Laghu",
"Q3216169",
"poz-ocw",
scripts = Latn,
}
m["lgg"] = {
"Lugbara",
"Q3272737",
"csu-mma",
}
m["lgh"] = {
"Laghuu",
"Q6472114",
"tbq-lol",
otherNames = {"Xá Phó", "Phù Lá Lão"},
}
m["lgi"] = {
"Lengilu",
"Q6522465",
"poz-swa",
scripts = Latn,
}
m["lgk"] = {
"林加拉克語",
"Q3241515",
"poz-vnc",
otherNames = {"Neverver", "Lingarak"},
scripts = Latn,
}
m["lgl"] = {
"Wala",
"Q3565284",
"poz-sls",
}
m["lgm"] = {
"Lega-Mwenga",
"Q14916883",
"bnt-lgb",
otherNames = {"Lega-Ntara", "Lega Ntara", "Lega Mwenga", "Mwenga Lega", "Lower Lega", "Upper Lega", "Eastern Lega", "Northern Lega", "Isile", "Ishile", "Kisile", "Mwenda-Liga"},
}
m["lgn"] = {
"Opuuo",
"Q3354339",
"ssa-kom",
otherNames = {"Opo", "Opuo", "Opo-Shita", "Shita", "Shiita", "Cita", "Ciita", "Ansita", "Kina", "Kwina", "T'apo"},
}
m["lgq"] = {
"Logba",
"Q35813",
"alv-ntg",
otherNames = {"Ikpana"},
scripts = Latn,
}
m["lgr"] = {
"Lengo",
"Q3229454",
"poz-sls",
scripts = Latn,
}
m["lgt"] = {
"Pahi",
"Q7124545",
"paa-spk",
scripts = Latn,
}
m["lgu"] = {
"Longgu",
"Q3259105",
"poz-sls",
}
m["lgz"] = {
"Ligenza",
"Q5531038",
"bnt-bun",
}
m["lha"] = {
"拉哈語(越南)",
"Q3112363",
"qfa-kra",
otherNames = {"Laha (Vietnam)", "Laha", "La Ha"},
}
m["lhh"] = {
"Laha (Indonesia)",
"Q6473107",
"poz-cma",
otherNames = {"Laha", "Central Ambon"},
}
m["lhi"] = {
"Lahu Shi",
"Q25559457",
"tbq-lol",
}
m["lhl"] = {
"拉胡爾洛哈爾語",
"Q12953672",
otherNames = {"Lahul Lohar"},
}
m["lhn"] = {
"Lahanan",
"Q12953660",
}
m["lhp"] = {
"Lhokpu",
"Q3436603",
"sit-dhi",
}
m["lhs"] = {
"Mlahsö",
"Q3393063",
"sem-cna",
}
m["lht"] = {
"Lo-Toga",
"Q3257566",
"poz-vnc",
scripts = Latn,
}
m["lhu"] = {
"拉祜語",
"Q35780",
"tbq-lol",
otherNames = {"Lahu"},
}
m["lia"] = {
"West-Central Limba",
"Q32867815",
"alv-lim",
}
m["lib"] = {
"Likum",
"Q3240737",
"poz-aay",
scripts = Latn,
}
m["lic"] = {
"黎語",
"Q934738",
"qfa-lic",
otherNames = {"Hlai", "Bouhin", "Heitu", "Ha Em", "Zhongsha", "Lauhut", "Baoding", "Tongzha", "Tongshi", "Zandui", "Baoting", "Nadou", "Dongfang", "Changjiang", "Moyjaw", "Xifang", "Baisha", "Yuanmen"}, -- some of these may need to be split off as languages
scripts = Latn,
}
m["lid"] = {
"Nyindrou",
"Q3346666",
"poz-aay",
scripts = Latn,
}
m["lie"] = {
"Likila",
"Q11011614",
"bnt-ngn",
}
m["lif"] = {
"林布語",
"Q56477",
"sit-kir",
otherNames = {"Limbu"},
scripts = {"Limb"},
translit_module = "lif-translit",
}
m["lig"] = {
"Ligbi",
"Q33594",
"dmn-jje",
}
m["lih"] = {
"Lihir",
"Q6546938",
"poz-ocw",
scripts = Latn,
}
m["lii"] = {
"Lingkhim",
"Q12635536",
}
m["lij"] = {
"利古里亞語",
"Q36106",
"roa-git",
otherNames = {"Ligurian"},
scripts = Latn,
}
m["lik"] = {
"Lika",
"Q1530394",
"bnt-boa",
}
m["lil"] = {
"利洛厄特語",
"Q34154",
"sal",
otherNames = {"Lillooet"},
}
m["lio"] = {
"Liki",
"Q4261493",
"poz-ocw",
scripts = Latn,
}
m["lip"] = {
"Sekpele",
"Q36257",
"alv-ntg",
}
m["liq"] = {
"Libido",
"Q35691",
"cus",
}
m["lir"] = {
"利比里亞英語",
"Q6541128",
otherNames = {"賴比瑞亞英語", "Liberian English"},
}
m["lis"] = {
"傈僳語",
"Q56480",
"tbq-lol",
otherNames = {"Lisu"},
scripts = {"Lisu"},
}
m["liu"] = {
"Logorik",
"Q6667811",
"sdv-daj",
}
m["liv"] = {
"立窩尼亞語",
"Q33698",
"urj-fin",
otherNames = {"Livonian"},
scripts = Latn,
entry_name = {
from = {u(0x01ed), u(0x0027), u(0x2019)},
to = {u(0x014d)}},
}
m["liw"] = {
"Col",
"Q2981948",
}
m["lix"] = {
"Liabuku",
"Q13580912",
}
m["liy"] = {
"Banda-Bambari",
"Q11051591",
"bad-cnt",
}
m["liz"] = {
"Libinza",
"Q4914576",
"bnt-zbi",
}
m["lja"] = {
"Golpa",
nil,
"aus-yol",
scripts = Latn,
}
m["lje"] = {
"Rampi",
"Q7290041",
"poz",
}
m["lji"] = {
"Laiyolo",
"Q6474218",
}
m["ljl"] = {
"Li'o",
"Q2697010",
"poz",
}
m["ljp"] = {
"楠榜阿皮語",
"Q49215",
"poz-lgx",
otherNames = {"Lampung Api"},
scripts = Latn,
}
m["ljw"] = {
"Yirandali",
"Q17059380",
}
m["ljx"] = {
"尤魯語",
nil,
otherNames = {"Yuru"},
}
m["lka"] = {
"Lakalei",
"Q12952700",
"poz-tim",
scripts = Latn,
}
m["lkb"] = {
"Kabras",
nil,
"bnt-msl",
ancestors = {"luy"},
}
m["lkc"] = {
"Kucong",
"Q6441572",
"tbq-lol",
}
m["lkd"] = {
"Lakondê",
"Q20527166",
"sai-nmk",
scripts = Latn,
}
m["lke"] = {
"Kenyi",
"Q12952628",
"bnt-nyg",
}
m["lkh"] = {
"Lakha",
"Q56606",
"sit-tib",
}
m["lki"] = {
"拉科語",
"Q56483",
"ku",
otherNames = {"Laki"},
scripts = {"fa-Arab"},
translit_module = "lki-translit",
entry_name = {
from = {u(0x0650), u(0x0652)},
to = {}
},
ancestors = {"ku-pro"},
}
m["lkj"] = {
"Remun",
"Q7312239",
}
m["lkl"] = {
"Laeko-Libuat",
"Q3504331",
"qfa-tor",
}
m["lkm"] = {
"卡拉馬雅語",
"Q6349988",
otherNames = {"Kalaamaya"},
}
m["lkn"] = {
"Lakon",
"Q3216494",
"poz-vnc",
scripts = Latn,
}
m["lko"] = {
"Khayo",
"Q6401095",
"bnt-msl",
}
m["lkr"] = {
"Päri",
"Q36487",
"sdv-lon",
}
m["lks"] = {
"Kisa",
nil,
"bnt-msl",
ancestors = {"luy"},
}
m["lkt"] = {
"拉科塔語",
"Q33537",
"sio-dkt",
otherNames = {"Lakota", "Lakhota"},
scripts = {"Latn"},
}
m["lku"] = {
"昆卡里語",
"Q6444526",
otherNames = {"Kungkari"},
}
m["lky"] = {
"Lokoya",
"Q56687",
"sdv-lma",
}
m["lla"] = {
"Lala-Roba",
"Q3914878",
"alv-yun",
}
m["llb"] = {
"Lolo",
"Q11006056",
"bnt-mak",
ancestors = {"vmw"},
}
m["llc"] = {
"Lele (Guinea)",
"Q6520837",
"dmn-mok",
otherNames = {"Lele"},
}
m["lld"] = {
"拉登語",
"Q36202",
"roa-rhe",
otherNames = {"拉汀語", "Ladin"},
scripts = Latn,
}
m["lle"] = {
"Lele (New Guinea)",
"Q3229269",
"poz-oce",
otherNames = {"Lele (Papua New Guinea)", "Lele", "Lele Hai"},
scripts = Latn,
}
m["llf"] = {
"Hermit",
"Q3134240",
"poz-aay",
scripts = Latn,
}
m["llg"] = {
"Lole",
"Q6668883",
"poz-tim",
}
m["llh"] = {
"Lamu",
"Q6482736",
"tbq-lol",
}
m["lli"] = {
"Teke-Laali",
"Q36543",
"bnt-nze",
}
m["llj"] = {
"拉吉拉吉語",
"Q6512694",
"aus-pam",
otherNames = {"Ladji-Ladji", "Ledji-Ledji"},
}
m["llk"] = {
"Lelak",
"Q3229263",
"poz-swa",
scripts = Latn,
}
m["lll"] = {
"Lilau",
"Q6547570",
"qfa-tor",
}
m["llm"] = {
"Lasalimu",
"Q6492774",
}
m["lln"] = {
"Lele (Chad)",
"Q1641493",
"cdc-est",
otherNames = {"Lele"},
}
m["llo"] = {
"Khlor",
"Q27921409",
"mkh-kat",
}
m["llp"] = {
"北埃法特語",
"Q3580152",
"poz-vnc",
otherNames = {"North Efate", "Efate", "Vate", "Vaté", "Nguna"},
scripts = Latn,
}
m["llq"] = {
"洛拉克語",
"Q12953679",
"phi",
otherNames = {"Lolak"},
}
m["lls"] = {
"立陶宛手語",
"Q3915480",
"sgn",
otherNames = {"Lithuanian Sign Language"},
}
m["llu"] = {
"勞語",
"Q3218574",
"poz-sls",
otherNames = {"Lau"},
scripts = Latn,
}
m["llx"] = {
"Lauan",
"Q35682",
"poz-occ",
scripts = Latn,
}
m["lma"] = {
"East Limba",
"Q11034212",
"alv-lim",
}
m["lmb"] = {
"Merei",
"Q12952843",
"poz-vnc",
scripts = Latn,
}
m["lmc"] = {
"利米爾甘語",
"Q6549414",
otherNames = {"Limilngan"},
}
m["lmd"] = {
"Lumun",
"Q35777",
"alv-tal",
}
m["lme"] = {
"Pévé",
"Q56249",
"cdc-mas",
}
m["lmf"] = {
"South Lembata",
"Q7567815",
}
m["lmg"] = {
"Lamogai",
"Q278365",
"poz-ocw",
scripts = Latn,
}
m["lmh"] = {
"Lambichhong",
"Q6481472",
"sit-kie",
ancestors = {"ybh"},
}
m["lmi"] = {
"Lombi",
"Q11259563",
"csu-maa",
}
m["lmj"] = {
"West Lembata",
"Q6864697",
}
m["lmk"] = {
"Lamkang",
"Q12952703",
"tbq-kuk",
}
m["lml"] = {
"拉加語",
"Q3063193",
"poz-vnc",
otherNames = {"Raga", "Hano", "Bwatvenua", "Lamalanga", "Vunmarama", "Loltong"},
scripts = Latn,
}
m["lmn"] = {
"蘭巴蒂語",
"Q33474",
"inc-wes",
otherNames = {"Lambadi", "Banjari", "Goar-boali"},
ancestors = {"raj"},
}
m["lmo"] = {
"倫巴底語",
"Q33754",
"roa-git",
otherNames = {"倫巴第語", "Lombard"},
scripts = Latn,
}
m["lmp"] = {
"Limbum",
"Q35801",
"nic-nka",
scripts = Latn,
}
m["lmq"] = {
"Lamatuka",
"Q6480982",
}
m["lmr"] = {
"Lamalera",
"Q6480787",
}
m["lmu"] = {
"Lamenu",
"Q740604",
"poz-vnc",
scripts = Latn,
}
m["lmv"] = {
"Lomaiviti",
"Q3130221",
"poz-occ",
scripts = Latn,
}
m["lmw"] = {
"Lake Miwok",
"Q3216471",
"nai-you",
scripts = Latn,
}
m["lmx"] = {
"Laimbue",
"Q6473933",
"nic-rnw",
}
m["lmy"] = {
"拉姆博亞語",
"Q6481538",
"poz-cet",
otherNames = {"Laboya", "Lamboya"},
scripts = { "Latn" },
sort_key = {
from = { "ɓ", "ɗ", "ĵ" },
to = { "b~", "d~", "j~" },
},
}
m["lmz"] = {
"Lumbee",
"Q12635887",
scripts = Latn,
}
m["lna"] = {
"Langbashe",
"Q11137550",
"bad",
}
m["lnb"] = {
"Mbalanhu",
"Q12952830",
"bnt-ova",
}
m["lnd"] = {
"弄巴灣語",
"Q13479839",
"poz-swa",
otherNames = {"Lun Bawang"},
scripts = Latn,
}
m["lnh"] = {
"Lanoh",
"Q6487291",
"mkh-asl",
}
m["lni"] = {
"Daantanai'",
"Q5207384",
"paa-sbo",
}
m["lnj"] = {
"Linngithigh",
"Q3915694",
"aus-pmn",
otherNames = {"Linngithig", "Leningitij"},
scripts = Latn,
}
m["lnl"] = {
"South Central Banda",
"Q41354532",
"bad",
}
m["lnm"] = {
"Langam",
"Q6485678",
"paa",
scripts = Latn,
}
m["lnn"] = {
"Lorediakarkar",
"Q6680287",
"poz-vnc",
scripts = Latn,
}
m["lno"] = {
"Lango (Sudan)",
"Q223306",
"sdv-lma",
otherNames = {"Lango", "Lango (South Sudan)", "Langgo"},
}
m["lns"] = {
"Lamnso'",
"Q35788",
"nic-rng",
}
m["lnu"] = {
"Longuda",
"Q35797",
"alv-bam",
scripts = Latn,
}
m["lnw"] = {
"Lanima",
nil,
"aus-pam",
scripts = Latn,
}
m["loa"] = {
"Loloda",
"Q6669025",
"paa",
scripts = Latn,
}
m["lob"] = {
"Lobi",
"Q35807",
}
m["loc"] = {
"伊農罕語",
"Q2400870",
"phi",
otherNames = {"Inonhan"},
}
m["lod"] = {
"Berawan",
"Q4891018",
"poz-swa",
otherNames = {"Central Berawan", "East Berawan", "West Berawan", "Long Terawan", "Batu Belah", "Long Teru", "Long Jegan", "Long Pata"},
scripts = Latn,
}
m["loe"] = {
"薩盧安語",
"Q12953867",
"poz",
otherNames = {"Saluan"},
}
m["lof"] = {
"Logol",
"Q35779",
"alv-hei",
}
m["log"] = {
"Logo",
"Q2613477",
"csu-mma",
}
m["loh"] = {
"Narim",
"Q56353",
"sdv",
}
m["loi"] = {
"Lomakka",
"Q3913961",
"alv-kul",
otherNames = {"Loma"},
}
m["loj"] = {
"露語",
"Q3260104",
"poz-aay",
otherNames = {"Lou"},
scripts = Latn,
}
m["lok"] = {
"Loko",
"Q3914912",
"dmn-msw",
scripts = Latn,
}
m["lol"] = {
"芒戈語",
"Q112893",
"bnt-mon",
scripts = Latn,
}
m["lom"] = {
"Looma",
"Q35885",
"dmn-msw",
otherNames = {"Loma"},
}
m["lon"] = {
"Malawi Lomwe",
"Q10975286",
}
m["loo"] = {
"Lombo",
"Q11167192",
"bnt-ske",
}
m["lop"] = {
"Lopa",
"Q3914875",
}
m["loq"] = {
"Lobala",
"Q4849710",
"bnt-ngn",
}
m["lor"] = {
"Téén",
"Q36467",
"alv-kul",
}
m["los"] = {
"Loniu",
"Q3259202",
"poz-aay",
scripts = Latn,
}
m["lot"] = {
"Lotuko",
"Q56672",
"sdv-lma",
}
m["lou"] = {
"路易斯安那克里奧爾法語",
"Q1185127",
"crp",
otherNames = {"Louisiana Creole French", "Louisiana Creole", "Kréyol"},
scripts = Latn,
ancestors = {"fr"},
}
m["lov"] = {
"Lopi",
"Q12952740",
"tbq-lol",
}
m["low"] = {
"Tampias Lobu",
"Q12953674",
}
m["lox"] = {
"Loun",
"Q6689636",
"poz-cet",
scripts = Latn,
}
m["loz"] = {
"洛齊語",
"Q33628",
"bnt-sts",
otherNames = {"Lozi"},
scripts = Latn,
}
m["lpa"] = {
"Lelepa",
"Q3229273",
"poz-vnc",
}
m["lpe"] = {
"Lepki",
"Q4259152",
"paa-pau",
}
m["lpn"] = {
"Long Phuri Naga",
"Q6673049",
"sit-aao",
}
m["lpo"] = {
"里潑語",
"Q56921",
"tbq-lol",
otherNames = {"Lipo", "Eastern Lisu"},
scripts = {"Plrd"},
}
m["lpx"] = {
"Lopit",
"Q56684",
"sdv-lma",
}
m["lra"] = {
"Rara Bakati'",
"Q3419746",
"day",
}
m["lrc"] = {
"北盧里語",
"Q19933293",
"ira-swi",
otherNames = {"Northern Luri"},
scripts = {"fa-Arab"},
ancestors = {"pal"},
}
m["lre"] = {
"Laurentian",
"Q1790301",
"iro",
otherNames = {"St. Lawrence Iroquoian"},
scripts = Latn,
}
m["lrg"] = {
"拉拉吉亞語",
"Q2591193",
otherNames = {"Laragia"},
}
m["lri"] = {
"Marachi",
"Q6754565",
"bnt-msl",
}
m["lrk"] = {
"洛亞基語",
"Q6663513",
otherNames = {"Loarki", "Gade Lohar"},
}
m["lrl"] = {
"拉里語",
"Q33468",
"ira-swi",
otherNames = {"Lari", "Achomi"},
scripts = {"fa-Arab"},
}
m["lrm"] = {
"Marama",
nil,
"bnt-msl",
ancestors = {"luy"},
}
m["lrn"] = {
"Lorang",
"Q6678781",
}
m["lro"] = {
"Laro",
"Q35687",
"alv-hei",
}
m["lrr"] = {
"Southern Lorung",
"Q12952742",
"sit-kie",
otherNames = {"Yamphe", "Southern Yamphe", "Yamphu", "Southern Yamphu"},
}
m["lrt"] = {
"Larantuka Malay",
"Q6488691",
"poz-mly",
scripts = Latn,
}
m["lrv"] = {
"Larevat",
"Q3217892",
"poz-vnc",
scripts = Latn,
}
m["lrz"] = {
"Lemerig",
"Q2028448",
"poz-vnc",
}
m["lsa"] = {
"拉斯格爾迪語",
"Q3218296",
"ira-kms",
otherNames = {"Lasgerdi"},
}
m["lsd"] = {
"Lishana Deni",
"Q3436461",
"sem-nna",
otherNames = {"Betanure Jewish Neo-Aramaic"},
scripts = {"Hebr"},
}
m["lse"] = {
"Lusengo",
"Q6683546",
"bnt-zbi",
}
m["lsh"] = {
"Lish",
"Q6558822",
"sit-khb",
}
m["lsi"] = {
"勒期語",
"Q6493203",
"tbq-brm",
otherNames = {"Lashi", "Lacid", "Lachik", "Leqi"},
}
m["lsl"] = {
"拉脫維亞手語",
"Q6497414",
"sgn",
otherNames = {"Latvian Sign Language"},
}
m["lsm"] = {
"Saamia",
"Q3739441",
"bnt-msl",
}
m["lso"] = {
"老撾手語",
"Q6488022",
"sgn",
otherNames = {"寮國手語", "Laos Sign Language", "Laotian Sign Language"},
}
m["lsp"] = {
"巴拿馬手語",
"Q7129968",
"sgn",
otherNames = {"Panamanian Sign Language"},
}
m["lsr"] = {
"Aruop",
"Q3450566",
"qfa-tor",
otherNames = {"Srenge", "Sreengge","Lawu"},
}
m["lss"] = {
"臘斯語",
"Q12953669",
"inc-snd",
otherNames = {"Lasi"},
scripts = {"Arab"},
ancestors = {"sd"},
}
m["lst"] = {
"千里達及托巴哥手語",
"Q7842495",
"sgn",
otherNames = {"Trinidad and Tobago Sign Language"},
}
m["lsy"] = {
"毛里求斯手語",
"Q6793754",
"sgn",
otherNames = {"模里西斯手語", "Mauritian Sign Language"},
}
m["ltc"] = {
"中古漢語",
"Q2016252",
"zhx",
otherNames = {"Middle Chinese", "Late Middle Chinese", "Early Middle Chinese"},
scripts = {"Hani"},
ancestors = {"och"},
}
m["ltg"] = {
"拉特加萊語",
"Q36212",
"bat",
otherNames = {"Latgalian"},
scripts = Latn,
}
m["lti"] = {
"勒蒂語",
"Q3236912",
"poz-tim",
otherNames = {"Leti"},
scripts = Latn,
}
m["ltn"] = {
"Latundê",
nil,
"sai-nmk",
scripts = Latn,
}
m["lto"] = {
"Olutsotso",
nil,
"bnt-msl",
ancestors = {"luy"},
}
m["lts"] = {
"Lutachoni",
nil,
"bnt-msl",
}
m["ltu"] = {
"Latu",
"Q6497181",
"poz-cma",
}
m["lua"] = {
"魯巴魯魯亞語",
"Q34173",
"bnt-lub",
otherNames = {"Tshiluba", "Luba"},
scripts = Latn,
}
m["luc"] = {
"Aringa",
"Q56556",
"csu-mma",
}
m["lud"] = {
"盧迪茨語",
"Q33918",
"urj-fin",
otherNames = {"Ludian", "Ludic", "Lude"},
scripts = Latn,
}
m["lue"] = {
"Luvale",
"Q33597",
"bnt-clu",
scripts = Latn,
}
m["luf"] = {
"Laua",
"Q6497673",
}
m["lui"] = {
"路易塞諾語",
"Q56236",
"azc-cup",
otherNames = {"Luiseno", "Juaneño", "Juaneno"},
scripts = Latn,
entry_name = {
from = {"̂", ACUTE},
to = {}
},
}
m["luj"] = {
"Luna",
"Q11003832",
"bnt-lbn",
}
m["luk"] = {
"Lunanakha",
"Q56446",
"sit-tib",
ancestors = {"dz"},
}
m["lul"] = {
"Olu'bo",
"Q6589401",
"csu-mma",
}
m["lum"] = {
"Luimbi",
"Q10963134",
"bnt-clu",
}
m["lun"] = {
"盧恩達語",
"Q33607",
"bnt-lun",
scripts = Latn,
}
m["luo"] = {
"盧歐語",
"Q5414796",
"sdv-los",
otherNames = {"Luo", "Dholuo"},
scripts = Latn,
}
m["lup"] = {
"Lumbu",
"Q35793",
"bnt-sir",
}
m["luq"] = {
"Lucumi",
"Q1768321",
}
m["lur"] = {
"Laura",
"Q2984540",
}
m["lus"] = {
"米佐語",
"Q36147",
"tbq-kuk",
otherNames = {"Mizo", "Lushai", "Lushei"},
scripts = Latn,
}
m["lut"] = {
"盧紹錫德語",
"Q33658",
"sal",
otherNames = {"Lushootseed"},
scripts = Latn,
}
m["luu"] = {
"Lumba-Yakkha",
"Q6703050",
"sit-kie",
ancestors = {"ybh"},
}
m["luv"] = {
"魯瓦蒂語",
"Q33402",
"inc-snd",
otherNames = {"Luwati"},
ancestors = {"inc-vra"},
scripts = {"Khoj"},
}
m["luy"] = {
"盧希亞語",
"Q35893",
"bnt-msl",
otherNames = {"Luhya"},
scripts = Latn,
}
m["luz"] = {
"南盧里語",
"Q12952748",
"ira-swi",
otherNames = {"Southern Luri"},
scripts = {"fa-Arab"},
ancestors = {"pal"},
}
m["lva"] = {
"Maku'a",
"Q35790",
"poz-tim",
}
m["lvi"] = {
"Lawi",
"Q6502657",
"mkh-ban",
otherNames = {"Lavi", "Lavy", "Swoeng", "Savoeng", "Saveung", "Lakwi"},
scripts = Latn,
}
m["lvk"] = {
"Lavukaleve",
"Q770547",
"paa",
scripts = Latn,
}
m["lvu"] = {
"Levuka",
"Q6535860",
}
m["lwa"] = {
"Lwalu",
"Q6706953",
"bnt-lbn",
}
m["lwe"] = {
"Lewo Eleng",
"Q6537465",
}
m["lwg"] = {
"Wanga",
nil,
"bnt-msl",
otherNames = {"Oluwanga"},
ancestors = {"luy"},
}
m["lwh"] = {
"白拉基語",
"Q8842956",
"qfa-kra",
otherNames = {"White Lachi"},
}
m["lwl"] = {
"東拉威語",
"Q18644464",
"mkh-pal",
otherNames = {"Eastern Lawa"},
scripts = {"Thai"},
sort_key = {
from = {"[%p]", "[็-๎]", "([เแโใไ])(ʼ?[ก-ฮ])"},
to = {"", "", "%2%1"}},
}
m["lwm"] = {
"老緬語",
"Q19597674",
"tbq-lol",
otherNames = {"Laomian"},
}
m["lwo"] = {
"Luwo",
"Q56362",
"sdv-lon",
otherNames = {"Jur", "Giur"},
scripts = Latn,
}
m["lws"] = {
"馬拉威手語",
"Q47522462",
"sgn",
otherNames = {"Malawian Sign Language"},
}
m["lwt"] = {
"Lewotobi",
"Q14916885",
}
m["lwu"] = {
"Lawu",
"Q6505073",
}
m["lww"] = {
"Lewo",
"Q3237321",
"poz-vnc",
scripts = Latn,
}
m["lya"] = {
"Layakha",
"Q56602",
"sit-tib",
ancestors = {"dz"},
}
m["lyg"] = {
"林甘語",
"Q12635902",
"aav-pkl",
otherNames = {"Lyngngam"},
}
m["lyn"] = {
"Luyana",
"Q3268098",
}
m["lzh"] = {
"文言文",
"Q37041",
"zhx",
otherNames = {"文言", "Literary Chinese"},
scripts = {"Hani"},
wikimedia_codes = {"zh-classical"},
}
m["lzl"] = {
"Litzlitz",
"Q6653424",
"poz-vnc",
scripts = Latn,
}
m["lzn"] = {
"Leinong Naga",
"Q5924455",
"sit-kch",
}
m["lzz"] = {
"拉茲語",
"Q1160372",
"ccs-zan",
otherNames = {"Laz"},
scripts = {"Geor", "Latn"},
translit_module = "translit-redirect",
override_translit = true,
entry_name = {
from = {"̂", GRAVE, ACUTE},
to = {}},
}
return m
