模組:Languages/data/3/p

維基詞典,自由的多語言詞典
< 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["pab"] = {
	"Pareci",
	3504312,
	"awd",
	"Latn",
}

m["pac"] = {
	"帕戈語",
	3441136,
	"mkh-kat",
	"Latn",
}

m["pad"] = {
	"巴烏馬利語",
	389827,
	"auf",
	"Latn",
}

m["pae"] = {
	"Pagibete",
	7124357,
	"bnt-bta",
	"Latn",
}

m["paf"] = {
	"Paranawát",
	12953806,
	"tup-gua",
	"Latn",
}

m["pag"] = {
	"班詩蘭語",
	33879,
	"phi",
	"Latn, Tglg",
	entry_name = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.diaer},
}

m["pah"] = {
	"坦賀利姆語",
	10266010,
	"tup-gua",
	"Latn",
}

m["pai"] = {
	"帕語",
	3914871,
	"nic-tar",
	"Latn",
}

m["pak"] = {
	"帕拉卡納語",
	12953804,
	"tup-gua",
	"Latn",
}

m["pal"] = {
	"中古波斯語",
	32063,
	"ira-swi",
	"Latn, Phli, pal-Avst, Mani, Phlp, Phlv", -- Latn for translit; Phlv not in Unicode
	translit = {
		Phli = "Phli-translit",
		["pal-Avst"] = "Avst-translit",
		Mani = "Mani-translit",
	},
	ancestors = "peo",
}

m["pam"] = {
	"卡片片甘語",
	36121,
	"phi",
	"Latn", --also Kulitan, which lacks a code
	entry_name = {Latn = {remove_diacritics = c.grave .. c.acute .. c.circ}},
	standardChars = {
		Latn = "AaBbDdEeGgHhIiKkLlMmNnOoPpRrSsTtUuWwYy",
		c.punc
	},
	sort_key = {
		Latn = "tl-sortkey"
	},
}


m["pao"] = {
	"北派伍特語",
	3360656,
	"azc-num",
	"Latn",
}

m["pap"] = {
	"帕皮阿門托語",
	33856,
	"crp",
	"Latn",
	ancestors = "pt",
}

m["paq"] = {
	"Parya",
	1135134,
	"inc-cen",
}

m["par"] = {
	"帕納明特語",
	33926,
	"azc-num",
	"Latn",
}

m["pas"] = {
	"Papasena",
	7132508,
	"paa-lkp",
	"Latn",
}

m["pat"] = {
	"帕皮塔萊語",
	6528659,
	"poz-aay",
	"Latn",
}

m["pau"] = {
	"帕勞語",
	33776,
	"poz-sus",
	"Latn, Kana",
	sort_key = {Kana = "Kana-sortkey"},
}

m["pav"] = {
	"Wari'",
	3027909,
	"sai-cpc",
	"Latn",
}

m["paw"] = {
	"波尼語",
	56751,
	"cdd",
	"Latn",
}

m["pax"] = {
	"班加拉勒語",
	25559779,
	nil,
	"Latn",
}

m["pay"] = {
	"Pech",
	4898889,
	"cba",
	"Latn",
}

m["paz"] = {
	"班加拉陸語",
	7131310,
	nil,
	"Latn",
}

m["pbb"] = {
	"Páez",
	33677,
	nil,
	"Latn",
}

m["pbc"] = {
	"巴搭摩納語",
	3915921,
	"sai-pem",
	"Latn",
}

m["pbe"] = {
	"梅松特拉波波洛卡語",
	42365630,
	"omq-pop",
	"Latn",
}

m["pbf"] = {
	"科約特佩克波波洛卡語",
	5180100,
	"omq-pop",
	"Latn",
}

m["pbg"] = {
	"Paraujano",
	3501747,
	"awd-taa",
	"Latn",
}

m["pbh"] = {
	"Panare",
	56610,
	"sai-ven",
	"Latn",
}

m["pbi"] = {
	"Podoko",
	3515096,
	"cdc-cbm",
	"Latn",
}

m["pbl"] = {
	"Mak (Nigeria)",
	3915349,
	"alv-bwj",
	"Latn",
}

m["pbm"] = {
	"普埃布拉馬薩特克語",
	nil,
	"omq-maz",
	"Latn",
}

m["pbn"] = {
	"Kpasam",
	3914902,
	"alv-mye",
	"Latn",
}

m["pbo"] = {
	"Papel",
	36314,
	"alv-pap",
	"Latn",
}

m["pbp"] = {
	"Badyara",
	35095,
	"alv-ten",
	"Latn",
}

m["pbr"] = {
	"Pangwa",
	3847550,
	"bnt-bki",
	"Latn",
}

m["pbs"] = {
	"中帕梅語",
	3361763,
	"omq",
	"Latn",
}

m["pbv"] = {
	"布那語",
	3501850,
	"aav-pkl",
	"Latn",
}

m["pby"] = {
	"普尤語",
	2567925,
	"paa-asa",
	"Latn",
}

m["pca"] = {
	"聖伊內斯阿瓦特姆潘波波洛卡語",
	42365276,
	"omq-pop",
	"Latn",
}

m["pcb"] = {
	"比爾語",
	6583669,
	"mkh-pea",
	"Khmr",
}

m["pcc"] = {
	"布依語",
	35100,
	"tai-nor",
	"Latn, Hani",
	sort_key = {Hani = "Hani-sortkey"},
}

m["pcd"] = {
	"皮卡第語",
	34024,
	"roa-oil",
	"Latn",
	sort_key = s["roa-oil-sortkey"],
}

m["pce"] = {
	"布雷德昂語",
	12953798,
	"mkh-pal",
	"Mymr",
}

m["pcf"] = {
	"Paliyan",
	7127643,
	"dra-tam",
}

m["pcg"] = {
	"Paniya",
	7131211,
	"dra-mal",
}

m["pch"] = {
	"Pardhan",
	7133207,
	"dra-gon",
}

m["pci"] = {
	"Duruwa",
	56753,
	"dra-pgd",
	"Deva, Orya",
}

m["pcj"] = {
	"Parenga",
	3111396,
	"mun",
}

m["pck"] = {
	"Paite",
	12952337,
	"tbq-kuk",
}

m["pcl"] = {
	"Pardhi",
	7136554,
	"inc-bhi",
}

m["pcm"] = {
	"尼日利亞皮欽語",
	33655,
	"crp",
	"Latn",
	ancestors = "en",
	entry_name = {remove_diacritics = c.grave .. c.acute .. c.circ .. c.caron .. c.macronbelow},
	sort_key = {
		remove_diacritics = c.tilde,
		from = {"ẹ", "gb", "kp", "ọ", "sh", "zh"},
		to = {"e" .. p[1], "g" .. p[1], "k" .. p[1], "o" .. p[1], "s" .. p[1], "z" .. p[1]}
	},
}

m["pcn"] = {
	"皮蒂語",
	3913375,
	"nic-kne",
	"Latn",
}

m["pcp"] = {
	"Pacahuara",
	2591165,
	"sai-pan",
	"Latn",
}

m["pcw"] = {
	"Pyapun",
	3438807,
	nil,
	"Latn",
}

m["pda"] = {
	"Anam",
	3501930,
	"ngf-mad",
	"Latn",
}

m["pdc"] = {
	"賓夕法尼亞德語",
	22711,
	"gmw-hgm",
	"Latn",
	ancestors = "gmw-rfr",
}

m["pdi"] = {
	"Pa Di",
	3359940,
	nil,
	"Latn",
}

m["pdn"] = {
	"Fedan",
	7206699,
	"poz-ocw",
	"Latn",
}

m["pdo"] = {
	"巴都艾語",
	3360370,
	"poz-btk",
	"Latn",
}

m["pdt"] = {
	"門諾低地德語",
	1751432,
	"gmw-lgm",
	"Latn",
	ancestors = "nds-de",
}

m["pdu"] = {
	"Kayan",
	7123283,
	"kar",
	"Latn",
}

m["pea"] = {
	"Peranakan Indonesian",
	653415,
	nil,
	"Latn",
}

m["peb"] = {
	"Eastern Pomo",
	3396032,
	"nai-pom",
	"Latn",
}

m["ped"] = {
	"Mala (New Guinea)",
	11732569,
	"ngf-mad",
	"Latn",
}

m["pee"] = {
	"達捷語",
	12953902,
	nil,
	"Latn",
}

m["pef"] = {
	"Northeastern Pomo",
	3396018,
	"nai-pom",
	"Latn",
}

m["peg"] = {
	"Pengo",
	56758,
	"dra-kki",
	"Orya",
	translit = "kxv-translit",
}

m["peh"] = {
	"保安語",
	32983,
	"xgn-shr",
	"Latn",
}

m["pei"] = {
	"奇奇梅克-喬納斯語",
	3915427,
	"omq-otp",
	"Latn",
}

m["pej"] = {
	"北波莫語",
	3396021,
	"nai-pom",
	"Latn",
}

m["pek"] = {
	"班查爾語",
	3374631,
	"poz-aay",
	"Latn",
}

m["pel"] = {
	"佩卡爾語",
	3241781,
	nil,
	"Latn",
}

m["pem"] = {
	"彭德語",
	7162372,
	"bnt-pen",
	"Latn",
}

m["peo"] = {
	"古波斯語",
	35225,
	"ira-swi",
	"Xpeo, Latn",
	translit = "peo-translit",
}

m["pep"] = {
	"昆嘉語",
	6444807,
	nil,
	"Latn",
}

m["peq"] = {
	"南波莫語",
	3396023,
	"nai-pom",
	"Latn",
}

-- "pes" IS TREATED AS "fa" (or as etymology-only), SEE WT:LT

m["pev"] = {
	"Pémono",
	3439012,
	"sai-map",
	"Latn",
}

m["pex"] = {
	"佩塔茨語",
	3376353,
	"poz-ocw",
	"Latn",
}

m["pey"] = {
	"佩喬語",
	940486,
	nil,
	"Latn",
}


m["pez"] = {
	"東珀南語",
	18638342,
	"poz-swa",
	"Latn",
}

m["pfa"] = {
	"Pááfang",
	3063517,
	"poz-mic",
	"Latn",
}

m["pfe"] = {
	"Peere",
	36377,
	"alv-dur",
	"Latn",
}

m["pga"] = {
	"朱巴阿拉伯語",
	1262143,
	"crp",
	"Latn",
	ancestors = "apd",
}

m["pgd"] = {
	"健馱邏語",
	nil,
	"inc-mid",
	"Deva, Khar",
	ancestors = "inc-ash",
	translit = "Khar-translit",
}

m["pgg"] = {
	"龐瓦利語",
	13600429,
	"him",
	"Deva, Takr",
	translit = "hi-translit",
}

m["pgi"] = {
	"帕吉語",
	7124354,
	"paa-brd",
	"Latn",
}

m["pgk"] = {
	"Rerep",
	586907,
	"poz-vnc",
	"Latn",
}

m["pgl"] = {
	"原始愛爾蘭語",
	3320030,
	"cel-gae",
	"Ogam",
	translit = "pgl-translit",
}

m["pgn"] = {
	"帕埃利尼語",
	nil,
	"itc-sbl",
	"Latn",
}

m["pgs"] = {
	"Pangseng",
	3914027,
	"alv-mum",
	"Latn",
}

m["pgu"] = {
	"帕古語",
	7124462,
	"paa-nha",
	"Latn",
}

m["pgz"] = {
	"巴布亞紐幾內亞手語",
	25044405,
	"sgn",
}

m["pha"] = {
	"巴哼語",
	2625410,
	"hmn",
}

m["phd"] = {
	"Phudagi",
	7188289,
}

m["phg"] = {
	"方語",
	7188376,
	"mkh-kat",
}

m["phh"] = {
	"夫卡語",
	7188298,
	"tbq-phw",
}

m["phk"] = {
	"帕克傣語",
	7675798,
	"tai-swe",
	"Mymr",
	translit = "aio-phk-translit",
	entry_name = {remove_diacritics = c.VS01},
}

m["phl"] = {
	"帕盧拉語",
	2449549,
	"inc-shn",
	"Latn, ur-Arab",
}

m["phm"] = {
	"Phimbi",
	11007144,
	"bnt-sna",
	"Latn",
}

m["phn"] = {
	"腓尼基語",
	36734,
	"sem-can",
	"Phnx",
	translit = "Phnx-translit",
}

m["pho"] = {
	"普內語",
	7188361,
	"tbq-bis",
}

m["phq"] = {
	"帕那語",
	7180427,
	"tbq-sil",
}

m["phr"] = {
	"帕哈里-波特瓦里語",
	33739,
	"inc-pan",
	"pa-Arab, Guru",
	ancestors = "lah",
	translit = {
		Guru = "Guru-translit",
		["pa-Arab"] = "pa-Arab-translit",
	},
	entry_name = {
		["pa-Arab"] = {
			remove_diacritics = c.fathatan .. c.dammatan .. c.kasratan .. c.fatha .. c.damma .. c.kasra .. c.shadda .. c.sukun .. c.nunghunna,
			from = {"ݨ", "ࣇ"},
			to = {"ن", "ل"}
		},
	}
}

m["pht"] = {
	"普泰語",
	3626597,
	"tai-swe",
}

m["phu"] = {
	"Phuan",
	3915665,
}

m["phv"] = {
	"Pahlavani",
	7124567,
}

m["phw"] = {
	"Phangduwali",
	12953036,
	"sit-kie",
	ancestors = "ybh",
}

m["pia"] = {
	"皮馬巴霍語",
	3388544,
	"azc",
	"Latn",
}

m["pib"] = {
	"Yine",
	3135432,
	"awd",
	"Latn",
}

m["pic"] = {
	"Pinji",
	36296,
	"bnt-tso",
	"Latn",
}

m["pid"] = {
	"Piaroa",
	3382207,
	nil,
	"Latn",
}

m["pie"] = {
	"皮羅語",
	7198055,
	"nai-kta",
	"Latn",
}

m["pif"] = {
	"平格拉普語",
	36421,
	"poz-mic",
	"Latn",
}

m["pig"] = {
	"Pisabo",
	966883,
	"sai-pan",
	"Latn",
}

m["pih"] = {
	"皮特凱恩語",
	36554,
	"crp",
	"Latn",
	ancestors = "en",
}

m["pii"] = {
	"Pini",
	10631925,
}

m["pij"] = {
	"Pijao",
	7193519,
}

m["pil"] = {
	"Yom",
	36893,
	"nic-yon",
}

m["pim"] = {
	"波瓦坦語",
	2270532,
	"alg-eas",
	"Latn",
}

m["pin"] = {
	"皮阿梅語",
	7190042,
}

m["pio"] = {
	"Piapoco",
	3382208,
	"awd-nwk",
	"Latn",
}

m["pip"] = {
	"Pero",
	2411063,
	"cdc-wst",
}

m["pir"] = {
	"Piratapuyo",
	3389119,
	"sai-tuc",
	"Latn",
}

m["pis"] = {
	"皮京語",
	36699,
	"crp",
	"Latn",
	ancestors = "en",
}

m["pit"] = {
	"皮塔-皮塔語",
	6433116,
	"aus-kar",
	"Latn",
}

m["piu"] = {
	"Pintupi-Luritja",
	2591175,
	"aus-pam",
}

m["piv"] = {
	"皮勒尼語",
	2976736,
	"poz-pnp",
	"Latn",
}

m["piw"] = {
	"Pimbwe",
	3894132,
	"bnt-mwi",
}

m["pix"] = {
	"皮烏語",
	7199578,
}

m["piy"] = {
	"Piya-Kwonci",
	3440492,
}

m["piz"] = {
	"Pije",
	3388339,
	"poz-cln",
	"Latn",
}

m["pjt"] = {
	"皮詹加加拉語",
	2982063,
	"aus-pam",
	"pjt-Latn",
}

m["pkb"] = {
	"Kipfokomo",
	7208693,
	"bnt-sab",
	"Latn",
}

m["pkc"] = {
	"百濟語",
	4841264,
	"qfa-kor",
	"Hani, Kana",
	sort_key = {
		Hani = "Hani-sortkey",
		Kana = "Kana-sortkey"
	},
}

m["pkg"] = {
	"帕克-湯語",
	3360711,
}

m["pkh"] = {
	"Pankhu",
	7130962,
	"tbq-kuk",
}

m["pkn"] = {
	"Pakanha",
	954916,
	"aus-pmn",
}

m["pko"] = {
	"Pökoot",
	36323,
	"sdv-kln",
}

m["pkp"] = {
	"普卡普卡語",
	36447,
	"poz-pnp",
	"Latn",
}

m["pkr"] = {
	"Attapady Kurumba",
	16835180,
	"dra-imd",
}

m["pks"] = {
	"巴基斯坦手語",
	22964057,
	"sgn",
}

m["pkt"] = {
	"麻楞語",
	6583562,
	"mkh-vie",
}

m["pku"] = {
	"Paku",
	2932604,
}

m["pla"] = {
	"Miani",
	12952844,
	nil,
	"Latn",
}

m["plb"] = {
	"Polonombauk",
	7225957,
	"poz-vnc",
	"Latn",
}

m["plc"] = {
	"中巴拉望語",
	12953795,
	"phi",
	"Latn",
}

m["ple"] = {
	"帕盧厄語",
	2196866,
	"poz-cet",
	"Latn",
}

m["plg"] = {
	"Pilagá",
	2748259,
	"sai-guc",
	"Latn",
}

m["plh"] = {
	"保洛希語",
	7155331,
	"poz-cma",
}

m["plj"] = {
	"Polci",
	3914383,
}

m["plk"] = {
	"科希斯坦希納語",
	12953882,
	"inc-shn",
}

m["pll"] = {
	"納盎德昂語",
	27941664,
	"mkh-pal",
	"Mymr",
}

m["pln"] = {
	"Palenquero",
	36665,
	"crp",
	"Latn",
	ancestors = "es",
}

m["plo"] = {
	"奧魯塔波波魯卡語",
	5908687,
	"nai-miz",
	"Latn",
}

m["plq"] = {
	"Palaic",
	36582,
	"ine-ana",
	"Xsux",
}

m["plr"] = {
	"Palaka Senoufo",
	36346,
	"alv-snf",
	"Latn",
}

m["pls"] = {
	"聖馬科斯特拉爾科亞爾科波波洛卡語",
	12641692,
	"omq-pop",
	"Latn",
}

m["plu"] = {
	"巴里庫爾語",
	3073448,
	"awd",
	"Latn",
}

m["plv"] = {
	"西南巴拉望語",
	15614922,
	"phi",
	"Latn",
}

m["plw"] = {
	"布魯克波因特巴拉望語",
	12953796,
	"phi",
	"Latn",
}

m["ply"] = {
	"巴琉語",
	3361723,
	"mkh-pkn",
	"Latn",
}

m["plz"] = {
	"Paluan",
	7128795,
	nil,
	"Latn",
}

m["pma"] = {
	"帕馬語",
	3130286,
	"poz-vnc",
	"Latn",
}

m["pmb"] = {
	"Pambia",
	36267,
	"znd",
	"Latn",
}

m["pmd"] = {
	"Pallanganmiddang",
	7127734,
	"aus-pam",
	"Latn",
}

m["pme"] = {
	"Pwaamei",
	3411152,
	"poz-cln",
	"Latn",
}

m["pmf"] = {
	"帕莫納語",
	3513320,
	"poz-kal",
	"Latn",
}

m["pmi"] = {
	"北普米語",
	3403245,
	"sit-qia",
}

m["pmj"] = {
	"南普米語",
	3403246,
	"sit-qia",
}

m["pmk"] = {
	"Pamlico",
	nil,
	"alg-eas",
	"Latn",
}

m["pml"] = {
	"沙比爾語",
	636479,
	"crp",
	"Latn",
	ancestors = "lij, pro, vec",
}

m["pmm"] = {
	"Pol",
	36408,
	"bnt-kak",
	"Latn",
}

m["pmn"] = {
	"Pam",
	7129017,
	"alv-mbm",
}

m["pmo"] = {
	"Pom",
	7227178,
	"poz-hce",
	"Latn",
}

m["pmq"] = {
	"北帕梅語",
	3361762,
	"omq",
	"Latn",
}

m["pmr"] = {
	"派納馬語",
	3450824,
}

m["pms"] = {
	"皮埃蒙特語",
	15085,
	"roa-git",
	"Latn",
}

m["pmt"] = {
	"土阿莫土語",
	36763,
	"poz-pep",
	"Latn",
}

m["pmu"] = {
	"米爾布爾旁遮普語",
	6874480,
}

m["pmw"] = {
	"平原米沃克語",
	3391031,
	"nai-you",
	"Latn",
}

m["pmx"] = {
	"Poumei Naga",
	12952910,
	"tbq-anp",
}

m["pmy"] = {
	"巴布亞馬來語",
	12473446,
	nil,
	"Latn",
}

m["pmz"] = {
	"南帕梅語",
	3361765,
	"omq",
	"Latn",
}

m["pna"] = {
	"Punan Bah-Biau",
	4842201,
}

m["pnb"] = {
	"西旁遮普語",
	58635,
	"inc-pan",
	"pa-Arab",
	ancestors = "pa",
}

m["pnc"] = {
	"潘內語",
	7131391,
}

m["pnd"] = {
	"Mpinda",
	63308194,
	"bnt-kmb",
}

m["pne"] = {
	"西珀南語",
	12953808,
	"poz-swa",
	"Latn",
}

m["png"] = {
	"Pongu",
	36282,
	"nic-shi",
}

m["pnh"] = {
	"彭林語",
	3130301,
	"poz-pep",
	"Latn",
}

m["pni"] = {
	"Aoheng",
	4778608,
	"poz",
}

m["pnj"] = {
	"Pinjarup",
	33103591,
}

m["pnk"] = {
	"Paunaca",
	2064378,
	"awd",
	"Latn",
}

m["pnl"] = {
	"Paleni",
	7127118,
	"alv-wan",
	"Latn",
}

m["pnm"] = {
	"Punan Batu",
	7259892,
}

m["pnn"] = {
	"Pinai-Hagahai",
	5638511,
}

m["pno"] = {
	"Panobo",
	3141869,
	"sai-pan",
	"Latn",
}

m["pnp"] = {
	"潘查納語",
	7130204,
}

m["pnq"] = {
	"帕納語 (西非)",
	7129739,
	"nic-gnn",
	"Latn",
}

m["pnr"] = {
	"帕尼姆語",
	11732562,
	"ngf-mad",
}

m["pns"] = {
	"波諾薩坎語",
	7227956,
	"phi",
}

m["pnt"] = {
	"旁狄希臘語",
	36748,
	"grk",
	"Grek, Latn, Cyrl",
	ancestors = "gkm",
	translit = {Grek = "el-translit"},
	entry_name = {remove_diacritics = c.caron .. c.diaerbelow .. c.brevebelow},
	sort_key = s["Grek-sortkey"],
}

m["pnu"] = {
	"炯奈語",
	56325,
	"hmn",
}

m["pnv"] = {
	"皮尼古拉語",
	10631927,
	"aus-psw",
	"Latn",
}

m["pnw"] = {
	"巴尼馬語",
	3913830,
	"aus-nga",
	"Latn",
}

m["pnx"] = {
	"克年語",
	3914627,
	"mkh",
}

m["pny"] = {
	"Pinyin",
	36250,
	"nic-nge",
	"Latn",
}

m["pnz"] = {
	"帕納語 (中非)",
	36241,
	"alv-mbm",
	"Latn",
}

m["poc"] = {
	"波科馬姆語",
	36416,
	"myn",
	"Latn",
}

m["poe"] = {
	"聖胡安阿欽戈波波洛卡語",
	12953819,
	"omq-pop",
	"Latn",
}

m["pof"] = {
	"Poke",
	7208577,
	"bnt-ske",
}

m["pog"] = {
	"波其瓜拉語",
	56722,
	"tup-gua",
	"Latn",
}

m["poh"] = {
	"Poqomchi'",
	36414,
	"myn",
	"Latn",
}

m["poi"] = {
	"高地波波魯卡語",
	7511556,
	"nai-miz",
	"Latn",
}

m["pok"] = {
	"Pokangá",
	25559704,
	"sai-tuc",
	"Latn",
}

m["pom"] = {
	"Southeastern Pomo",
	3396025,
	"nai-pom",
	"Latn",
}

m["pon"] = {
	"波納佩語",
	28422,
	"poz-mic",
	"Latn",
}

m["poo"] = {
	"Central Pomo",
	3396020,
	"nai-pom",
	"Latn",
}

m["pop"] = {
	"普瓦普瓦語",
	3411153,
	"poz-cln",
	"Latn",
}

m["poq"] = {
	"特西斯特佩克波波魯卡語",
	5908707,
	"nai-miz",
	"Latn",
}

m["pos"] = {
	"薩約拉波波魯卡語",
	5908722,
	"nai-miz",
	"Latn",
}

m["pot"] = {
	"珀塔瓦托米語",
	56749,
	"alg",
	"Latn",
}

m["pov"] = {
	"幾內亞比紹克里奧爾語",
	33339,
	"crp",
	"Latn",
	ancestors = "pt",
}

m["pow"] = {
	"聖費利佩奧特拉特佩克波波洛卡語",
	25559598,
	"omq-pop",
	"Latn",
}

m["pox"] = {
	"波拉布語",
	36741,
	"zlw-lch",
	"Latn",
}

m["poy"] = {
	"Pogolo",
	2429648,
	"bnt-kil",
}

m["ppa"] = {
	"Pao",
	7132069,
}

m["ppe"] = {
	"Papi",
	7132809,
}

m["ppi"] = {
	"帕伊帕伊語",
	56726,
	"nai-yuc",
	"Latn",
}

m["ppk"] = {
	"烏瑪語",
	7881036,
	"poz-kal",
	"Latn",
}

m["ppl"] = {
	"皮皮爾語",
	1186896,
	"azc-nah",
	"Latn",
	entry_name = {remove_diacritics = c.acute .. c.macron},
}

m["ppm"] = {
	"帕波瑪語",
	7133239,
	"poz-hce",
	"Latn",
}

m["ppn"] = {
	"帕帕帕納語",
	3362757,
	"poz-ocw",
	"Latn",
}

m["ppo"] = {
	"福洛巴語",
	5464843,
	"paa",
	"Latn",
}

m["ppq"] = {
	"佩語",
	7160903,
}

m["pps"] = {
	"聖路易特馬拉卡約卡波波洛卡語",
	25559602,
	"omq-pop",
	"Latn",
}

m["ppt"] = {
	"帕語",
	3504757,
	"ngf",
	"Latn",
}

m["ppu"] = {
	"拍瀑拉語",
	2094884,
	"map",
	"Latn",
}

m["pqa"] = {
	"帕阿語",
	3441315,
	"cdc-wst",
}

m["pqm"] = {
	"馬里希特-帕薩瑪奎迪語",
	3183144,
	"alg-eas",
	"Latn",
}

m["prc"] = {
	"帕拉奇語",
	2640637,
	"ira-orp",
}

-- "prd" IS NOT INCLUDED, SEE WT:LT

m["pre"] = {
	"普林西比語",
	36520,
	"crp",
	"Latn",
	ancestors = "pt",
}

m["prf"] = {
	"巴拉南語",
	7135433,
	"phi",
}

m["prg"] = {
	"古普魯士語",
	35501,
	"bat-wes",
	"Latn",
}

m["prh"] = {
	"波羅哈農語",
	6583710,
	"phi",
}

m["pri"] = {
	"Paicî",
	732131,
	"poz-cln",
	"Latn",
}

m["prk"] = {
	"巴饒克語",
	3363719,
	"mkh-pal",
}

m["prl"] = {
	"秘魯手語",
	3915508,
	"sgn",
}

m["prm"] = {
	"Kibiri",
	56745,
	"paa",
}

m["prn"] = {
	"瓦西瓦里語",
	32689,
	"nur-nor",
}

m["pro"] = {
	"古奧克語",
	2779185,
	"roa-ocr",
	"Latn",
	sort_key = {remove_diacritics = c.cedilla},
}

-- "prp" IS NOT INCLUDED, SEE WT:LT

m["prq"] = {
	"佩勒內阿舍寧卡語",
	3450601,
	"awd",
	"Latn",
}

m["prr"] = {
	"普里語",
	7261687,
}

-- "prs" IS TREATED AS "fa" (or as etymology-only), SEE WT:LT

m["prt"] = {
	"派語",
	7180184,
	"mkh",
}

m["pru"] = {
	"Puragi",
	7260800,
	"ngf-sbh",
}

m["prw"] = {
	"帕拉文語",
	7136291,
	"ngf-mad",
}

m["prx"] = {
	"Purik",
	567905,
	"sit-lab",
}

m["prz"] = {
	"普羅維登西亞手語",
	3322084,
	"sgn",
}

m["psa"] = {
	"Asue Awyu",
	11266334,
}

m["psc"] = {
	"波斯手語",
	7170221,
	"sgn",
}

m["psd"] = {
	"平原印第安手語",
	2380124,
	"sgn",
}

m["pse"] = {
	"中馬來語",
	3367751,
	"poz-mly",
}

m["psg"] = {
	"檳城手語",
	4924925,
	"sgn",
}

m["psh"] = {
	"西南帕沙伊語",
	16112270,
	"inc-pas",
	"fa-Arab",
}

m["psi"] = {
	"東南帕沙伊語",
	23713536,
	"inc-pas",
	"fa-Arab",
}

m["psl"] = {
	"波多黎各手語",
	7258608,
	"sgn-fsl",
}

m["psm"] = {
	"Pauserna",
	2912846,
	"tup-gua",
	"Latn",
}

m["psn"] = {
	"巴那宣語",
	7130113,
	"poz",
}

m["pso"] = {
	"波蘭手語",
	3915194,
	"sgn-gsl",
}

m["psp"] = {
	"菲律賓手語",
	3551357,
	"sgn-fsl",
}

m["psq"] = {
	"帕西語",
	7142091,
}

m["psr"] = {
	"葡萄牙手語",
	3915472,
	"sgn",
}

m["pss"] = {
	"考龍語",
	3194294,
	"poz-ocw",
}

m["psw"] = {
	"Port Sandwich",
	3398324,
	"poz-vnc",
	"Latn",
}

m["psy"] = {
	"Piscataway",
	3504233,
	"alg-eas",
}

m["pta"] = {
	"Pai Tavytera",
	7124619,
	"tup-gua",
	"Latn",
}

m["pth"] = {
	"帕塔索語",
	7144304,
}

m["pti"] = {
	"Pintiini",
	10632026,
	"aus-pam",
}

m["ptn"] = {
	"帕塔尼語",
	7144242,
	"poz-hce",
	"Latn",
}

m["pto"] = {
	"柔威語",
	8073148,
	"tup-gua",
	"Latn",
}

m["ptp"] = {
	"帕特普語",
	3368679,
	"poz-ocw",
	"Latn",
}

m["ptq"] = {
	"帕塔普語",
	60785085,
	"dra-tam",
}

m["ptr"] = {
	"皮阿馬次納語",
	7190040,
	"poz-vnc",
	"Latn",
}

m["ptt"] = {
	"恩雷甘語",
	12953520,
}

m["ptu"] = {
	"班班語",
	4853321,
	"poz-ssw",
}

m["ptv"] = {
	"Port Vato",
	3398323,
	nil,
	"Latn",
}

m["ptw"] = {
	"彭特拉奇語",
	2069475,
	"sal",
	"Latn",
}

m["pty"] = {
	"Pathiya",
	7144790,
	"dra-mal",
}

m["pua"] = {
	"普雷佩查語",
	16114351,
	"qfa-iso",
	"Latn",
	sort_key = {remove_diacritics = c.acute},
}

m["pub"] = {
	"普倫語",
	6400562,
	"tbq-kuk",
	"Latn",
}

m["puc"] = {
	"Punan Merap",
	7259895,
}

m["pud"] = {
	"Punan Aput",
	4782333,
}

m["pue"] = {
	"佩爾切語",
	33660,
}

m["puf"] = {
	"Punan Merah",
	7259894,
}

m["pug"] = {
	"普耶語",
	36375,
	"nic-gnw",
}

m["pui"] = {
	"普伊納維語",
	3027918,
}

m["puj"] = {
	"Punan Tubu",
	7259896,
	"poz-swa",
}

m["pum"] = {
	"普瑪語",
	33736,
	"sit-kic",
}

m["puo"] = {
	"欣門語",
	6440803,
	"mkh",
}

m["pup"] = {
	"普拉布語",
	7259163,
	"ngf-mad",
}

m["puq"] = {
	"Puquina",
	1207739,
}

m["pur"] = {
	"Puruborá",
	7261619,
	"tup",
}

m["put"] = {
	"Putoh",
	12953832,
	"poz-swa",
	"Latn",
}

m["puu"] = {
	"普努語",
	36401,
	"bnt-sir",
	"Latn",
}

m["puw"] = {
	"Puluwat",
	36397,
	"poz-mic",
	"Latn",
}

m["pux"] = {
	"普阿雷語",
	3507983,
}

m["puy"] = {
	"Purisimeño",
	2967638,
	"nai-chu",
	"Latn",
}

m["pwa"] = {
	"帕瓦亞語",
	7156099,
	"paa",
	"Latn",
}

m["pwb"] = {
	"帕納瓦語",
	47385077,
	"nic-jer",
	"Latn",
	ancestors = "jer",
}

m["pwg"] = {
	"加帕派瓦語",
	3095245,
	"poz-ocw",
	"Latn",
}

m["pwi"] = {
	"帕德溫語",
	3370188,
	"nai-wtq",
	"Latn",
}

m["pwm"] = {
	"莫爾伯語",
	6895718,
	"poz-san",
	"Latn",
}

m["pwn"] = {
	"排灣語",
	715755,
	"map",
	"Latn",
}

m["pwo"] = {
	"西波克倫語",
	7988202,
	"kar",
	"Mymr",
}

m["pwr"] = {
	"Powari",
	12640277,
	"inc-hie",
	"Deva",
}

m["pww"] = {
	"北波克倫語",
	7058885,
	"kar",
	"Thai",
}

m["pxm"] = {
	"科扎爾特佩克米塞語",
	6842374,
	"nai-miz",
	"Latn",
}

m["pye"] = {
	"Pye Krumen",
	11157382,
	"kro-grb",
}

m["pym"] = {
	"佩姆語",
	3914025,
	"nic-ple",
	"Latn",
}

m["pyn"] = {
	"波亞納瓦語",
	3401023,
	"sai-pan",
}

m["pys"] = {
	"巴拉圭手語",
	7134698,
	"sgn",
}

m["pyu"] = {
	"卑南語",
	716690,
	"map",
	"Latn",
}

m["pyx"] = {
	"驃語",
	36259,
	"sit",
}

m["pyy"] = {
	"片語",
	7262966,
	"tbq-bis",
}

m["pzh"] = {
	"巴宰語",
	36435,
	"map",
	"Latn",
}

m["pzn"] = {
	"帕拉納加語",
	7133667,
	"sit-aao",
}

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