模組:Languages/data/3/l

維基詞典,自由的多語言詞典
< 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["laa"] = {
	"拉布揚-蘇巴農語",
	12635302,
	"phi",
}

m["lab"] = {
	"線形文字A",
	nil,
}

m["lac"] = {
	"拉坎敦語",
	35766,
	"myn",
}

m["lad"] = {
	"拉蒂諾語",
	36196,
	"roa-ibe",
	"Hebr, Latn, Cyrl",
	ancestors = "osp",
}

m["lae"] = {
	"Pattani",
	7148323,
	"sit-whm",
}

m["laf"] = {
	"Lafofa",
	35711,
	"alv",
}

m["lag"] = {
	"朗吉語",
	584983,
	"bnt-mra",
}

m["lah"] = {
	"蘭達語",
	1334774,
	"inc-pan",
	"pa-Arab",
	ancestors = "inc-opa",
}

m["lai"] = {
	"Lambya",
	6481626,
	"bnt-mby",
}

m["laj"] = {
	"Lango (Uganda)",
	35670,
	"sdv-los",
	"Latn",
}

m["lak"] = {
	"Laka",
	6474529, -- also Q55616620
	"csu-sar", -- formerly classified as "alv-mbm"; see [[w:Lau Laka language]]
}

m["lam"] = {
	"蘭巴語",
	36098,
	"bnt-sbi",
	"Latn",
}

m["lan"] = {
	"Laru",
	3913987,
	"nic-knj",
	"Latn",
}

m["lap"] = {
	"Kabba-Laka",
	6474528,
	"csu-sar",
}

m["laq"] = {
	"普標語",
	3436700,
	"qfa-kra",
}

m["lar"] = {
	"Larteh",
	35639,
	"alv-gng",
	"Latn",
}

m["las"] = {
	"古爾拉瑪語",
	35652,
	"nic-gne",
	"Latn",
}

m["lau"] = {
	"Laba",
	12952694,
	"paa-nha"
}

m["law"] = {
	"勞捷語",
	6498258,
	"poz",
	"Latn",
}

m["lax"] = {
	"提瓦語",
	7810466,
	"tbq-bdg",
	"Latn",
}

m["lay"] = {
	"拉瑪白語",
	6480756,
	"sit-nba",
	"Hani, Latn",
	sort_key = {Hani = "Hani-sortkey"},
}

m["laz"] = {
	"Aribwatsa",
	3502104,
	"poz-ocw",
	"Latn",
}

m["lbb"] = {
	"拉貝爾語",
	3214296,
	"poz-ocw",
	"Latn",
}

m["lbc"] = {
	"拉珈語",
	3027879,
	"qfa-tak",
}

m["lbe"] = {
	"拉克語",
	36206,
	"cau-nec",
	"Cyrl, Latn, Arab, Geor",
	translit = "lbe-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 = "lbe-sortkey",
}

m["lbf"] = {
	"Tinani",
	784502,
	"sit-whm",
}

m["lbg"] = {
	"老潘語",
	12952711,
	"tbq-bis",
}

m["lbi"] = {
	"La'bi",
	6460637,
	"alv-mbm",
}

m["lbj"] = {
	"拉達克語",
	35833,
	"sit-lab",
	"Tibt",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["lbk"] = {
	"中邦托克語",
	nil,
	"phi",
	"Latn",
}

m["lbl"] = {
	"利邦比科爾語",
	18664462,
	"phi",
}

m["lbm"] = {
	"洛迪語",
	6666374,
	"mun",
}

m["lbn"] = {
	"Lamet",
	3216723,
	"mkh-pal",
}

m["lbo"] = {
	"Laven",
	6298648,
	"mkh-ban",
	"Latn",
}

m["lbq"] = {
	"Wampar",
	7966946,
	"poz-ocw",
	"Latn",
}

m["lbr"] = {
	"Northern Lorung",
	6668040,
	"sit-kie",
}

m["lbs"] = {
	"利比亞手語",
	11775688,
	"sgn",
}

m["lbt"] = {
	"拉基語",
	6583606,
	"qfa-kra",
}

m["lbu"] = {
	"拉布語",
	6467660,
	"poz-ocw",
	"Latn",
}

m["lbv"] = {
	"拉瓦特布拉語",
	2405981,
	"poz-ocw",
	"Latn",
}

m["lbw"] = {
	"多樂基語",
	3033597,
	"poz-btk",
	"Latn",
}

m["lbx"] = {
	"Lawangan",
	3120345,
	"poz-bre",
	"Latn",
}

m["lby"] = {
	"Lamu-Lamu",
	6482727,
	nil,
	"Latn",
}

m["lbz"] = {
	"拉爾迪爾語",
	3915688,
	"aus-tnk",
	"Latn",
}

m["lcc"] = {
	"Legenyem",
	12952713,
	"poz-hce",
	"Latn",
}

m["lcd"] = {
	"Lola",
	6668867,
	"poz-cet",
	"Latn",
}

m["lce"] = {
	"Loncong",
	3058192,
}

m["lcf"] = {
	"Lubu",
	3264685,
}

m["lch"] = {
	"Luchazi",
	3265143,
	"bnt-clu",
}

m["lcl"] = {
	"Lisela",
	6558753,
	"poz-cma",
	"Latn",
}

m["lcm"] = {
	"Tungag",
	3542085,
	"poz-ocw",
	"Latn",
}

m["lcp"] = {
	"西拉威語",
	18644465,
	"mkh-pal",
	"Thai",
	sort_key = "Thai-sortkey",
}

m["lcq"] = {
	"Luhu",
	6699890,
	"poz-cma",
	"Latn",
}

m["lcs"] = {
	"Lisabata-Nuniali",
	6558534,
}

m["lda"] = {
	"Kla",
	nil,
	"dmn-mda",
	"Latn",
}

m["ldb"] = {
	"Idun",
	3914441,
	"nic-plc",
	"Latn",
}

m["ldd"] = {
	"Luri (Nigeria)",
	4701277,
	"cdc-wst",
}

m["ldg"] = {
	"Lenyima",
	3914423,
	"nic-uce",
	"Latn",
}

m["ldh"] = {
	"Lamja-Dengsa-Tola",
	11001739,
	"nic-dak",
}

m["ldj"] = {
	"Lemoro",
	3912761,
	"nic-jer",
}

m["ldk"] = {
	"Leelau",
	3914465,
	"alv-bwj",
}

m["ldl"] = {
	"Kaan",
	3914501,
	"alv-yun",
}

m["ldm"] = {
	"Landoma",
	35568,
	"alv-mel",
}

m["ldn"] = {
	"拉丹語",
	35757,
	"art",
	"Latn",
	type = "appendix-constructed",
}

m["ldo"] = {
	"Loo",
	3915378,
	"alv-bwj",
}

m["ldp"] = {
	"措語",
	3913953,
	"alv-wjk",
}

m["ldq"] = {
	"魯夫語",
	35796,
	"nic-ykb",
	"Latn",
}

m["lea"] = {
	"Lega-Shabunda",
	12952719,
	"bnt-lgb",
}

m["leb"] = {
	"拉拉-布桑西語",
	6480112,
	"bnt-sbi",
}

m["lec"] = {
	"Leco",
	2625398,
	"qfa-iso",
}

m["led"] = {
	"Lendu",
	523823,
	"csu-lnd",
	"Latn",
}

m["lee"] = {
	"Lyélé",
	3089032,
	"nic-gnn",
}

m["lef"] = {
	"勒勒米語",
	35585,
	"alv-ntg",
}

m["leh"] = {
	"倫杰語",
	6522666,
	"bnt-bot",
}

m["lei"] = {
	"萊米奧語",
	6521165,
	"ngf-mad",
}

m["lej"] = {
	"Lengola",
	6522474,
	"bnt-leb",
}

m["lek"] = {
	"雷彭語",
	3229216,
	"poz-aay",
	"Latn",
}

m["lel"] = {
	"勒勒語 (剛果)",
	56733,
	"bnt-bsh",
}

m["lem"] = {
	"Nomaande",
	13479983,
	"nic-mbw",
	"Latn",
}

m["len"] = {
	"Honduran Lenca",
	36189,
	"nai-len",
	"Latn",
}

m["leo"] = {
	"Leti (Cameroon)",
	1345684,
	"nic-mba",
	ancestors = "bag",
}

m["lep"] = {
	"絨巴語",
	35990,
	"sit",
	"Lepc",
	translit = "lep-translit",
}

m["leq"] = {
	"倫貝納語",
	6521067,
	"paa-eng",
}

m["ler"] = {
	"倫考語",
	3229472,
	"poz-aay",
	"Latn",
}

m["les"] = {
	"Lese",
	11033939,
	"csu-mle",
}

m["let"] = {
	"萊辛-戈利米語",
	12635445,
	"poz-ocw",
	"Latn",
}

m["leu"] = {
	"卡拉語 (新幾內亞)",
	3192889,
	"poz-ocw",
	"Latn",
}

m["lev"] = {
	"Lamma",
	6583582,
	"ngf",
}

m["lew"] = { -- this code was basically assigned as a catch-all for things that aren't brs, kzf or unz
	"列多-凱利語",
	35877,
	"poz-kal",
	"Latn",
}

m["lex"] = {
	"Luang",
	6695015,
	"poz-tim",
}

m["ley"] = {
	"雷摩朗語",
	3033560,
}

m["lez"] = {
	"列茲金語",
	31746,
	"cau-esm",
	"Cyrl, Latn, Arab",
	translit = "lez-translit",
	override_translit = true,
	display_text = {Cyrl = s["cau-Cyrl-displaytext"]},
	entry_name = {
		Cyrl = s["cau-Cyrl-entryname"],
		Latn = s["cau-Latn-entryname"],
	},
}

m["lfa"] = {
	"Lefa",
	35643,
	"bnt-baf",
}

m["lfn"] = {
	"新共同語言",
	146803,
	"art",
	"Latn, Cyrl",
	type = "appendix-constructed",
}

m["lga"] = {
	"Lungga",
	3267590,
	"poz-ocw",
	"Latn",
}

m["lgb"] = {
	"Laghu",
	3216169,
	"poz-ocw",
	"Latn",
}

m["lgg"] = {
	"Lugbara",
	3272737,
	"csu-mma",
}

m["lgh"] = {
	"拉余語",
	6472114,
	"tbq-muj",
}

m["lgi"] = {
	"Lengilu",
	6522465,
	"poz-swa",
	"Latn",
}

m["lgk"] = {
	"林加拉克語",
	3241515,
	"poz-vnc",
	"Latn",
}

m["lgl"] = {
	"Wala",
	3565284,
	"poz-sls",
}

m["lgm"] = {
	"Lega-Mwenga",
	14916883,
	"bnt-lgb",
}

m["lgn"] = {
	"Opuuo",
	3354339,
	"ssa-kom",
}

m["lgq"] = {
	"Logba",
	35813,
	"alv-ntg",
	"Latn",
}

m["lgr"] = {
	"Lengo",
	3229454,
	"poz-sls",
	"Latn",
}

m["lgs"] = {
	"Guinea-Bissau Sign Language",
	5616441,
	"sgn",
}

m["lgt"] = {
	"帕希語",
	7124545,
	"paa-spk",
	"Latn",
}

m["lgu"] = {
	"Longgu",
	3259105,
	"poz-sls",
}

m["lgz"] = {
	"Ligenza",
	5531038,
	"bnt-bun",
}

m["lha"] = {
	"拉哈語(越南)",
	3112363,
	"qfa-kra",
}

m["lhh"] = {
	"Laha (Indonesia)",
	6473107,
	"poz-cma",
}

m["lhi"] = {
	"拉祜西語",
	25559457,
	"tbq-lho",
}

m["lhl"] = {
	"拉胡爾洛哈爾語",
	12953672,
}

m["lhn"] = {
	"Lahanan",
	12953660,
}

m["lhp"] = {
	"Lhokpu",
	3436603,
	"sit-dhi",
}

m["lhs"] = {
	"Mlahsö",
	3393063,
	"sem-cna",
}

m["lht"] = {
	"Lo-Toga",
	3257566,
	"poz-vnc",
	"Latn",
}

m["lhu"] = {
	"拉祜語",
	35780,
	"tbq-lho",
}

m["lia"] = {
	"West-Central Limba",
	32867815,
	"alv-lim",
}

m["lib"] = {
	"利庫姆語",
	3240737,
	"poz-aay",
	"Latn",
}

m["lic"] = {
	"黎語",
	934738,
	"qfa-lic",
	"Latn",
}

m["lid"] = {
	"尼德魯語",
	3346666,
	"poz-aay",
	"Latn",
}

m["lie"] = {
	"Likila",
	11011614,
	"bnt-ngn",
}

m["lif"] = {
	"林布語",
	56477,
	"sit-kir",
	"Limb",
	translit = "lif-translit",
}

m["lig"] = {
	"Ligbi",
	33594,
	"dmn-jje",
}

m["lih"] = {
	"利希爾語",
	6546938,
	"poz-ocw",
	"Latn",
}

m["lii"] = {
	"Lingkhim",
	12635536,
}

m["lij"] = {
	"利古里亞語",
	36106,
	"roa-git",
	"Latn",
}

m["lik"] = {
	"Lika",
	1530394,
	"bnt-boa",
}

m["lil"] = {
	"利洛厄特語",
	34154,
	"sal",
}

m["lio"] = {
	"利基語",
	4261493,
	"poz-ocw",
	"Latn",
}

m["lip"] = {
	"塞克佩勒語",
	36257,
	"alv-ntg",
}

m["liq"] = {
	"利比多語",
	35691,
	"cus-hec",
}

m["lir"] = {
	"利比里亞英語",
	6541128,
	"crp",
	"Latn",
	ancestors = "en",
}

m["lis"] = {
	"傈僳語",
	56480,
	"tbq-lso",
	"Lisu, Latn",
	translit = {Lisu = "Lisu-translit"},
	override_translit = true,
	sort_key = {Lisu = s["Lisu-sortkey"]},
}

m["liu"] = {
	"Logorik",
	6667811,
	"sdv-daj",
}

m["liv"] = {
	"立窩尼亞語",
	33698,
	"urj-fin",
	"Latn",
	entry_name = {
		remove_diacritics = "'" .. u(0x2019),
		from = {"Ǭ", "ǭ"},
		to = {"Ō", "ō"}
	},
}

m["liw"] = {
	"Col",
	2981948,
}

m["lix"] = {
	"利亞布庫語",
	13580912,
}

m["liy"] = {
	"Banda-Bambari",
	11051591,
	"bad-cnt",
}

m["liz"] = {
	"Libinza",
	4914576,
	"bnt-zbi",
}

m["lja"] = {
	"Golpa",
	nil,
	"aus-yol",
	"Latn",
}

m["lje"] = {
	"冉姆彼語",
	7290041,
	"poz",
}

m["lji"] = {
	"萊右洛語",
	6474218,
}

m["ljl"] = {
	"Li'o",
	2697010,
	"poz",
}

m["ljp"] = {
	"阿比-楠榜語",
	49215,
	"poz-lgx",
	"Latn",
}

m["ljw"] = {
	"Yirandali",
	17059380,
}

m["ljx"] = {
	"尤魯語",
	nil,
}

m["lka"] = {
	"Lakalei",
	12952700,
	"poz-tim",
	"Latn",
}

m["lkb"] = {
	"Kabras",
	nil,
	"bnt-msl",
	ancestors = "luy",
}

m["lkc"] = {
	"苦聰話",
	6441572,
	"tbq-lho",
}

m["lkd"] = {
	"Lakondê",
	20527166,
	"sai-nmk",
	"Latn",
}

m["lke"] = {
	"Kenyi",
	12952628,
	"bnt-nyg",
}

m["lkh"] = {
	"Lakha",
	56606,
	"sit-tib",
}

m["lki"] = {
	"拉科語",
	56483,
	"ku",
	"fa-Arab",
	translit = "lki-translit",
	entry_name = {remove_diacritics = c.kasra .. c.sukun},
}

m["lkj"] = {
	"Remun",
	7312239,
}

m["lkl"] = {
	"萊科語",
	3504331,
	"qfa-tor",
}

m["lkm"] = {
	"卡拉馬雅語",
	6349988,
}

m["lkn"] = {
	"Lakon",
	3216494,
	"poz-vnc",
	"Latn",
}

m["lko"] = {
	"Khayo",
	6401095,
	"bnt-msl",
}

m["lkr"] = {
	"Päri",
	36487,
	"sdv-lon",
}

m["lks"] = {
	"Kisa",
	nil,
	"bnt-msl",
	ancestors = "luy",
}

m["lkt"] = {
	"拉科塔語",
	33537,
	"sio-dkt",
	"Latn",
}

m["lku"] = {
	"昆卡里語",
	6444526,
}

m["lky"] = {
	"Lokoya",
	56687,
	"sdv-lma",
}

m["lla"] = {
	"拉拉-羅巴語",
	3914878,
	"alv-yun",
}

m["llb"] = {
	"Lolo",
	11006056,
	"bnt-mak",
	ancestors = "vmw",
}

m["llc"] = {
	"勒勒語 (幾內亞)",
	6520837,
	"dmn-mok",
}

m["lld"] = {
	"拉登語",
	36202,
	"roa-rhe",
	"Latn",
}

m["lle"] = {
	"勒勒語 (新幾內亞)",
	3229269,
	"poz-oce",
	"Latn",
}

m["llf"] = {
	"赫米特語",
	3134240,
	"poz-aay",
	"Latn",
}

m["llg"] = {
	"Lole",
	6668883,
	"poz-tim",
}

m["llh"] = {
	"拉姆語",
	6482736,
	"tbq-lso",
}

m["lli"] = {
	"Teke-Laali",
	36543,
	"bnt-nze",
}

m["llj"] = {
	"拉吉拉吉語",
	6512694,
	"aus-pam",
}

m["llk"] = {
	"Lelak",
	3229263,
	"poz-swa",
	"Latn",
}

m["lll"] = {
	"利勞語",
	6547570,
	"qfa-tor",
}

m["llm"] = {
	"拉撒利姆語",
	6492774,
}

m["lln"] = {
	"勒勒語 (查德)",
	1641493,
	"cdc-est",
}

m["llo"] = {
	"Khlor",
	27921409,
	"mkh-kat",
}

m["llp"] = {
	"北埃法特語",
	3580152,
	"poz-vnc",
	"Latn",
}

m["llq"] = {
	"洛拉克語",
	12953679,
	"phi",
}

m["lls"] = {
	"立陶宛手語",
	3915480,
	"sgn",
}

m["llu"] = {
	"勞語",
	3218574,
	"poz-sls",
	"Latn",
}

m["llx"] = {
	"Lauan",
	35682,
	"poz-occ",
	"Latn",
}

m["lma"] = {
	"East Limba",
	11034212,
	"alv-lim",
}

m["lmb"] = {
	"Merei",
	12952843,
	"poz-vnc",
	"Latn",
}

m["lmc"] = {
	"利米爾甘語",
	6549414,
}

m["lmd"] = {
	"Lumun",
	35777,
	"alv-tal",
}

m["lme"] = {
	"Pévé",
	56249,
	"cdc-mas",
}

m["lmf"] = {
	"South Lembata",
	7567815,
}

m["lmg"] = {
	"拉莫加語",
	278365,
	"poz-ocw",
	"Latn",
}

m["lmh"] = {
	"Lambichhong",
	6481472,
	"sit-kie",
	ancestors = "ybh",
}

m["lmi"] = {
	"Lombi",
	11259563,
	"csu-maa",
}

m["lmj"] = {
	"West Lembata",
	6864697,
}

m["lmk"] = {
	"Lamkang",
	12952703,
	"tbq-kuk",
}

m["lml"] = {
	"拉加語",
	3063193,
	"poz-vnc",
	"Latn",
}

m["lmn"] = {
	"蘭巴蒂語",
	33474,
	"inc-wes",
	ancestors = "raj",
}

m["lmo"] = {
	"倫巴底語",
	33754,
	"roa-git",
	"Latn",
}

m["lmp"] = {
	"Limbum",
	35801,
	"nic-nka",
	"Latn",
}

m["lmq"] = {
	"Lamatuka",
	6480982,
}

m["lmr"] = {
	"Lamalera",
	6480787,
}

m["lmu"] = {
	"Lamenu",
	740604,
	"poz-vnc",
	"Latn",
}

m["lmv"] = {
	"Lomaiviti",
	3130221,
	"poz-occ",
	"Latn",
}

m["lmw"] = {
	"湖泊米沃克語",
	3216471,
	"nai-you",
	"Latn",
}

m["lmx"] = {
	"Laimbue",
	6473933,
	"nic-rnw",
}

m["lmy"] = {
	"拉姆博亞語",
	6481538,
	"poz-cet",
	"Latn",
	sort_key = "lmy-sortkey",
}

m["lmz"] = {
	"Lumbee",
	12635887,
	nil,
	"Latn",
}

m["lna"] = {
	"Langbashe",
	11137550,
	"bad",
}

m["lnb"] = {
	"Mbalanhu",
	12952830,
	"bnt-ova",
}

m["lnd"] = {
	"弄巴灣語",
	13479839,
	"poz-swa",
	"Latn",
}

m["lnh"] = {
	"Lanoh",
	6487291,
	"mkh-asl",
}

m["lni"] = {
	"Daantanai'",
	5207384,
	"paa-sbo",
}

m["lnj"] = {
	"Linngithigh",
	3915694,
	"aus-pmn",
	"Latn",
}

m["lnl"] = {
	"South Central Banda",
	41354532,
	"bad",
}

m["lnm"] = {
	"蘭加姆語",
	6485678,
	"paa",
	"Latn",
}

m["lnn"] = {
	"Lorediakarkar",
	6680287,
	"poz-vnc",
	"Latn",
}

m["lno"] = {
	"Lango (Sudan)",
	223306,
	"sdv-lma",
}

m["lns"] = {
	"Lamnso'",
	35788,
	"nic-rng",
}

m["lnu"] = {
	"Longuda",
	35797,
	"alv-bam",
	"Latn",
}

m["lnw"] = {
	"Lanima",
	nil,
	"aus-pam",
	"Latn",
}

m["loa"] = {
	"Loloda",
	6669025,
	"paa-nha",
	"Latn",
}

m["lob"] = {
	"Lobi",
	35807,
}

m["loc"] = {
	"伊農罕語",
	2400870,
	"phi",
}

m["lod"] = {
	"伯拉萬語",
	4891018,
	"poz-swa",
	"Latn",
}

m["loe"] = {
	"薩盧安語",
	12953867,
	"poz",
}

m["lof"] = {
	"Logol",
	35779,
	"alv-hei",
}

m["log"] = {
	"Logo",
	2613477,
	"csu-mma",
}

m["loh"] = {
	"Narim",
	56353,
	"sdv",
}

m["loi"] = {
	"Lomakka",
	3913961,
	"alv-kul",
}

m["loj"] = {
	"洛烏語",
	3260104,
	"poz-aay",
	"Latn",
}

m["lok"] = {
	"Loko",
	3914912,
	"dmn-msw",
	"Latn",
}

m["lol"] = {
	"芒戈語",
	112893,
	"bnt-mon",
	"Latn",
}

m["lom"] = {
	"Looma",
	35885,
	"dmn-msw",
	"Latn, Loma"
}

m["lon"] = {
	"Malawi Lomwe",
	10975286,
}

m["loo"] = {
	"Lombo",
	11167192,
	"bnt-ske",
}

m["lop"] = {
	"Lopa",
	3914875,
}

m["loq"] = {
	"Lobala",
	4849710,
	"bnt-ngn",
}

m["lor"] = {
	"Téén",
	36467,
	"alv-kul",
}

m["los"] = {
	"洛尼烏語",
	3259202,
	"poz-aay",
	"Latn",
}

m["lot"] = {
	"Lotuko",
	56672,
	"sdv-lma",
}

m["lou"] = {
	"路易斯安那克里奧爾法語",
	1185127,
	"crp",
	"Latn",
	ancestors = "fr",
	sort_key = s["roa-oil-sortkey"],
}

m["lov"] = {
	"水田語",
	12952740,
	"tbq-tal",
}

m["low"] = {
	"Tampias Lobu",
	12953674,
}

m["lox"] = {
	"Loun",
	6689636,
	"poz-cet",
	"Latn",
}

m["loz"] = {
	"洛齊語",
	33628,
	"bnt-sts",
	"Latn",
}

m["lpa"] = {
	"萊萊帕語",
	3229273,
	"poz-vnc",
}

m["lpe"] = {
	"Lepki",
	4259152,
	"paa-pau",
}

m["lpn"] = {
	"Long Phuri Naga",
	6673049,
	"sit-aao",
}

m["lpo"] = {
	"里潑語",
	56921,
	"tbq-llo",
	"Plrd",
}

m["lpx"] = {
	"Lopit",
	56684,
	"sdv-lma",
}

m["lra"] = {
	"Rara Bakati'",
	3419746,
	"day",
}

m["lrc"] = {
	"北盧里語",
	19933293,
	"ira-swi",
	"fa-Arab",
	ancestors = "pal",
}

m["lre"] = {
	"勞倫特語",
	1790301,
	"iro-nor",
	"Latn",
}

m["lrg"] = {
	"拉拉吉亞語",
	2591193,
}

m["lri"] = {
	"Marachi",
	6754565,
	"bnt-msl",
}

m["lrk"] = {
	"洛亞基語",
	6663513,
}

m["lrl"] = {
	"拉里語",
	33468,
	"ira-swi",
	"fa-Arab",
}

m["lrm"] = {
	"Marama",
	nil,
	"bnt-msl",
	ancestors = "luy",
}

m["lrn"] = {
	"Lorang",
	6678781,
}

m["lro"] = {
	"Laro",
	35687,
	"alv-hei",
}

m["lrr"] = {
	"Southern Lorung",
	12952742,
	"sit-kie",
}

m["lrt"] = {
	"Larantuka Malay",
	6488691,
	"poz-mly",
	"Latn",
}

m["lrv"] = {
	"Larevat",
	3217892,
	"poz-vnc",
	"Latn",
}

m["lrz"] = {
	"Lemerig",
	2028448,
	"poz-vnc",
}

m["lsa"] = {
	"拉斯格爾迪語",
	3218296,
	"ira-kms",
}

m["lsd"] = {
	"李沙那德尼語",
	3436461,
	"sem-nna",
	"Hebr",
}

m["lse"] = {
	"Lusengo",
	6683546,
	"bnt-zbi",
}

m["lsh"] = {
	"Lish",
	6558822,
	"sit-khb",
}

m["lsi"] = {
	"勒期語",
	6493203,
	"tbq-brm",
}

m["lsl"] = {
	"拉脫維亞手語",
	6497414,
	"sgn",
}

m["lsm"] = {
	"Saamia",
	3739441,
	"bnt-msl",
}

m["lso"] = {
	"老撾手語",
	6488022,
	"sgn",
}

m["lsp"] = {
	"巴拿馬手語",
	7129968,
	"sgn",
}

m["lsr"] = {
	"阿如歐普語",
	3450566,
	"qfa-tor",
}

m["lss"] = {
	"臘斯語",
	12953669,
	"inc-snd",
	"Arab",
	ancestors = "sd",
}

m["lst"] = {
	"千里達及托巴哥手語",
	7842495,
	"sgn",
}

m["lsy"] = {
	"毛里求斯手語",
	6793754,
	"sgn",
}

m["ltc"] = {
	"中古漢語",
	2016252,
	"zhx",
	"Hant, Phag, Tang",
	translit = {Hant = "zh-translit"},
	sort_key = {Hant = "Hani-sortkey"},
}

m["ltg"] = {
	"拉特加萊語",
	36212,
	"bat-eas",
	"Latn",
}

m["lti"] = {
	"勒蒂語",
	3236912,
	"poz-tim",
	"Latn",
}

m["ltn"] = {
	"Latundê",
	nil,
	"sai-nmk",
	"Latn",
}

m["lto"] = {
	"Olutsotso",
	nil,
	"bnt-msl",
	ancestors = "luy",
}

m["lts"] = {
	"Lutachoni",
	nil,
	"bnt-msl",
}

m["ltu"] = {
	"Latu",
	6497181,
	"poz-cma",
}

m["lua"] = {
	"魯巴魯魯亞語",
	34173,
	"bnt-lub",
	"Latn",
}

m["luc"] = {
	"Aringa",
	56556,
	"csu-mma",
}

m["lud"] = {
	"盧迪茨語",
	33918,
	"urj-fin",
	"Latn",
}

m["lue"] = {
	"Luvale",
	33597,
	"bnt-clu",
	"Latn",
}

m["luf"] = {
	"拉瓦語",
	6497673,
}

m["lui"] = {
	"路易塞諾語",
	56236,
	"azc-cup",
	"Latn",
	entry_name = {remove_diacritics = c.acute .. c.circ},
}

m["luj"] = {
	"Luna",
	11003832,
	"bnt-lbn",
}

m["luk"] = {
	"盧納納方言",
	56446,
	"sit-tib",
	"Tibt",
	ancestors = "dz",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["lul"] = {
	"Olu'bo",
	6589401,
	"csu-mma",
}

m["lum"] = {
	"倫比語",
	10963134,
	"bnt-clu",
}

m["lun"] = {
	"盧恩達語",
	33607,
	"bnt-lun",
	"Latn",
}

m["luo"] = {
	"盧歐語",
	5414796,
	"sdv-los",
	"Latn",
}

m["lup"] = {
	"倫布語",
	35793,
	"bnt-sir",
}

m["luq"] = {
	"盧庫米語",
	1768321,
	"alv-yor",
	"Latn",
	ancestors = "yo",
	sort_key = {
		remove_diacritics = c.acute,
	},
}

m["lur"] = {
	"勞拉語",
	2984540,
}

m["lus"] = {
	"米佐語",
	36147,
	"tbq-kuk",
	"Latn",
}

m["lut"] = {
	"盧紹錫德語",
	33658,
	"sal",
	"Latn",
}

m["luu"] = {
	"夜叉語",
	6703050,
	"sit-kie",
	ancestors = "ybh",
}

m["luv"] = {
	"魯瓦蒂語",
	33402,
	"inc-snd",
	"Khoj",
}

m["luy"] = {
	"盧希亞語",
	35893,
	"bnt-msl",
	"Latn",
}

m["luz"] = {
	"南盧里語",
	12952748,
	"ira-swi",
	"fa-Arab",
	ancestors = "pal",
}

m["lva"] = {
	"馬庫瓦語",
	35790,
	"poz-tim",
}

m["lvi"] = {
	"拉維語",
	6502657,
	"mkh-ban",
	"Latn",
}

m["lvk"] = {
	"拉烏卡萊韋語",
	770547,
	"paa",
	"Latn",
}

m["lvl"] = {
	"Lwel",
	93936908,
	"bnt-bdz",
	"Latn",
}

m["lvu"] = {
	"萊武卡語",
	6535860,
}

m["lwa"] = {
	"瓦盧語",
	6706953,
	"bnt-lbn",
}

m["lwe"] = {
	"盧沃埃倫語",
	6537465,
}

m["lwg"] = {
	"旺加語",
	nil,
	"bnt-msl",
	ancestors = "luy",
}

m["lwh"] = {
	"白拉基語",
	8842956,
	"qfa-kra",
}

m["lwl"] = {
	"東拉威語",
	18644464,
	"mkh-pal",
	"Thai",
	sort_key = "Thai-sortkey",
}

m["lwm"] = {
	"老緬語",
	19597674,
	"tbq-bis",
}

m["lwo"] = {
	"盧沃語",
	56362,
	"sdv-lon",
	"Latn",
}

m["lws"] = {
	"馬拉威手語",
	47522462,
	"sgn",
}

m["lwt"] = {
	"勒沃托比語",
	14916885,
}

m["lwu"] = {
	"拉武語",
	6505073,
	"tbq-lwo",
}

m["lww"] = {
	"樂窩語",
	3237321,
	"poz-vnc",
	"Latn",
}

m["lya"] = {
	"拉雅語",
	56602,
	"sit-tib",
	"Tibt",
	ancestors = "dz",
	translit = "Tibt-translit",
	override_translit = true,
	display_text = s["Tibt-displaytext"],
	entry_name = s["Tibt-entryname"],
	sort_key = "Tibt-sortkey",
}

m["lyg"] = {
	"林甘語",
	12635902,
	"aav-pkl",
}

m["lyn"] = {
	"盧亞納語",
	3268098,
}

m["lzh"] = {
	"文言文",
	37041,
	"zhx",
	"Hant",
	wikimedia_codes = "zh-classical",
	translit = "zh-translit",
	sort_key = "Hani-sortkey",
}

m["lzl"] = {
	"Litzlitz",
	6653424,
	"poz-vnc",
	"Latn",
}

m["lzn"] = {
	"Leinong Naga",
	5924455,
	"sit-kch",
}

m["lzz"] = {
	"拉茲語",
	1160372,
	"ccs-zan",
	"Geor, Latn",
	translit = {Geor = "lzz-translit"},
	override_translit = true,
	entry_name = {remove_diacritics = c.grave .. c.acute .. c.circ},
}

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