Module:Languages/data3/p
在"incategory ..."过滤器后添加搜索文字:
该模块包含了以"p為開頭的三字母語言代碼"之定义和元数据。欲见其他相关资讯,请参见附录:语言列表。
此模块不得直接用于其他模块或模板。资料与数据应通过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 Latn = {"Latn"}
local m = {}
m["pab"] = {
"Pareci",
"Q3504312",
"awd",
otherNames = {"Parecis", "Parecís", "Paresi", "Paresí"},
scripts = Latn,
}
m["pac"] = {
"帕戈語",
"Q3441136",
"mkh-kat",
otherNames = {"Pacoh"},
}
m["pad"] = {
"Paumarí",
"Q389827",
"auf",
scripts = Latn,
}
m["pae"] = {
"Pagibete",
"Q7124357",
"bnt",
scripts = Latn,
}
m["paf"] = {
"Paranawát",
"Q12953806",
"tup-gua",
scripts = Latn,
}
m["pag"] = {
"班詩蘭語",
"Q33879",
"phi",
otherNames = {"Pangasinan"},
scripts = {"Latn", "Tglg"},
}
m["pah"] = {
"Tenharim",
"Q10266010",
"tup-gua",
otherNames = {"Parintintín"},
scripts = Latn,
}
m["pai"] = {
"Pe",
"Q3914871",
}
m["pak"] = {
"Parakanã",
"Q12953804",
"tup-gua",
otherNames = {"Awaeté"},
scripts = Latn,
}
m["pal"] = {
"中古波斯語",
"Q32063",
"ira-swi",
otherNames = {"Middle Persian", "Pahlavi", "Manichaean Middle Persian"},
scripts = {"Latn", "Phli", "Avst", "Mani", "Phlv", "Phlp"}, -- Latn for translit; Phlv, Phlp not in Unicode
translit_module = "translit-redirect",
ancestors = {"peo"},
}
m["pam"] = {
"卡片片甘語",
"Q36121",
"phi",
otherNames = {"Kapampangan", "Pampango"},
scripts = Latn, -- also Kulitan, which lacks a code
}
m["pao"] = {
"北派伍特語",
"Q3360656",
"azc-num",
otherNames = {"Numu", "Numa", "Paviotso", "Mono-Paviotso", "Mono-Bannock", "Bannock"},
scripts = Latn,
}
m["pap"] = {
"帕皮阿門托語",
"Q33856",
"crp",
otherNames = {"Papiamentu", "Papiamento"},
scripts = Latn,
}
m["paq"] = {
"Parya",
"Q1135134",
"inc",
ancestors = {"psu"},
}
m["par"] = {
"帕納明特語",
"Q33926",
"azc-num",
otherNames = {"帕納明特休休尼語", "Timbisha", "Tümpisha", "Koso"},
scripts = Latn,
}
m["pas"] = {
"Papasena",
"Q7132508",
"paa-lkp",
scripts = Latn,
}
m["pat"] = {
"Papitalai",
"Q6528659",
"poz-aay",
scripts = Latn,
}
m["pau"] = {
"帕勞語",
"Q33776",
"poz-sus",
otherNames = {"Palauan"},
scripts = Latn,
}
m["pav"] = {
"Wari'",
"Q3027909",
"sai-cpc",
scripts = Latn,
}
m["paw"] = {
"Pawnee",
"Q56751",
"cdd",
scripts = Latn,
}
m["pax"] = {
"Pankararé",
"Q25559779",
otherNames = {"Pancaré", "Pankaré", "Pankarare", "Pancare", "Pankare"},
}
m["pay"] = {
"Pech",
"Q4898889",
"cba",
}
m["paz"] = {
"Pankararú",
"Q7131310",
otherNames = {"Pankararu", "Pankarú", "Pankaru", "Pankarurú", "Pankaruru", "Pancaru", "Pankaroru", "Brancararu"},
}
m["pbb"] = {
"Páez",
"Q33677",
scripts = Latn,
}
m["pbc"] = {
"Patamona",
"Q3915921",
"sai-car",
scripts = Latn,
}
m["pbe"] = {
"梅松特拉波波洛卡語",
"Q42365630",
"omq-pop",
otherNames = {"Mezontla Popoloca"},
scripts = Latn,
}
m["pbf"] = {
"科約特佩克波波洛卡語",
"Q5180100",
"omq-pop",
otherNames = {"Coyotepec Popoloca"},
scripts = Latn,
}
m["pbg"] = {
"Paraujano",
"Q3501747",
"awd-taa",
ancestors = {"awd-taa-pro"},
scripts = Latn,
}
m["pbh"] = {
"Panare",
"Q56610",
"sai-car",
scripts = Latn,
}
m["pbi"] = {
"Podoko",
"Q3515096",
"cdc-cbm",
otherNames = {"Parkwa", "Parəkwa"},
scripts = Latn,
}
m["pbl"] = {
"Mak (Nigeria)",
"Q3915349",
"alv",
otherNames = {"Mak", "Panya", "Zo"}, -- Panya and Zo are dialects
scripts = Latn,
}
m["pbm"] = {
"普埃布拉馬薩特克語",
nil,
"omq-maz",
otherNames = {"Puebla Mazatec", "Mazateco de Puebla y del Noroeste"},
scripts = Latn,
}
m["pbn"] = {
"Kpasam",
"Q3914902",
}
m["pbo"] = {
"Papel",
"Q36314",
}
m["pbp"] = {
"Badyara",
"Q35095",
}
m["pbr"] = {
"Pangwa",
"Q3847550",
"bnt",
scripts = Latn,
}
m["pbs"] = {
"中帕梅語",
"Q3361763",
"omq",
otherNames = {"Central Pame"},
scripts = Latn,
}
m["pbv"] = {
"布那語",
"Q3501850",
"aav-pkl",
otherNames = {"Pnar"},
}
m["pby"] = {
"Pyu",
"Q2567925",
otherNames = {"Papuan Pyu", "Pyu (New Guinea)", "Pyu (Papua New Guinea)"}, -- distinguish from 'pyx'
}
m["pca"] = {
"聖伊內斯阿瓦特姆潘波波洛卡語",
"Q42365276",
"omq-pop",
otherNames = {"Santa Inés Ahuatempan Popoloca"},
scripts = Latn,
}
m["pcb"] = {
"比爾語",
"Q6583669",
"mkh-pea",
otherNames = {"Pear"},
}
m["pcc"] = {
"布依語",
"Q35100",
"tai-nor",
otherNames = {"Bouyei", "Buyi", "Buyei", "Puyi", "Giay", "Yay"},
scripts = {"Latn", "Hani"},
ancestors = {"tai-pro"},
}
m["pcd"] = {
"皮卡第語",
"Q34024",
"roa-oil",
otherNames = {"Picard", "Chti", "Ch'ti", "Rouchi", "Rouchy"},
scripts = Latn,
ancestors = {"fro"},
sort_key = {
from = {"[áàâä]", "[éèêë]", "[íìîï]", "[óòôö]", "[úùûü]", "[ýỳŷÿ]", "ç", "'"},
to = {"a" , "e" , "i" , "o" , "u" , "y" , "c"}} ,
}
m["pce"] = {
"布雷德昂語",
"Q12953798",
"mkh-pal",
otherNames = {"Ruching Palaung"},
}
m["pcf"] = {
"Paliyan",
"Q7127643",
"dra",
}
m["pcg"] = {
"Paniya",
"Q7131211",
"dra",
}
m["pch"] = {
"Pardhan",
"Q7133207",
"dra",
ancestors = {"gon"},
}
m["pci"] = {
"Duruwa",
"Q56753",
"dra",
scripts = {"Deva", "Orya"},
}
m["pcj"] = {
"Parenga",
"Q3111396",
"mun",
}
m["pck"] = {
"Paite",
"Q12952337",
"tbq-kuk",
otherNames = {"Paite Chin"},
}
m["pcl"] = {
"Pardhi",
"Q7136554",
}
m["pcm"] = {
"尼日利亞皮欽語",
"Q33655",
"crp",
otherNames = {"Nigerian Pidgin"},
scripts = Latn,
}
m["pcn"] = {
"Piti",
"Q3913375",
}
m["pcp"] = {
"Pacahuara",
"Q2591165",
"sai-pan",
scripts = Latn,
}
m["pcw"] = {
"Pyapun",
"Q3438807",
}
m["pda"] = {
"Anam",
"Q3501930",
}
m["pdc"] = {
"賓夕法尼亞德語",
"Q22711",
"gmw",
otherNames = {"賓州德語", "Pennsylvania German", "Pennsylvania Dutch"},
scripts = Latn,
ancestors = {"gmw-rfr"},
}
m["pdi"] = {
"Pa Di",
"Q3359940",
}
m["pdn"] = {
"Fedan",
"Q7206699",
"poz-ocw",
scripts = Latn,
}
m["pdo"] = {
"Padoe",
"Q3360370",
"poz-btk",
scripts = Latn,
}
m["pdt"] = {
"門諾低地德語",
"Q1751432",
"gmw",
otherNames = {"Plautdietsch", "Mennonite Low German", "Russian Mennonite Low German", "Chortitza", "Molotschna", "Chortica", "Molotcha"},
scripts = Latn,
ancestors = {"nds-de"},
}
m["pdu"] = {
"Kayan",
"Q7123283",
}
m["pea"] = {
"Peranakan Indonesian",
"Q653415",
scripts = Latn,
}
m["peb"] = {
"Eastern Pomo",
"Q3396032",
"nai-pom",
scripts = Latn,
}
m["ped"] = {
"Mala (New Guinea)",
"Q11732569",
"ngf-mad",
otherNames = {"Mala (Papua New Guinea)", "Mala"},
scripts = Latn,
}
m["pee"] = {
"Taje",
"Q12953902",
}
m["pef"] = {
"Northeastern Pomo",
"Q3396018",
"nai-pom",
scripts = Latn,
}
m["peg"] = {
"Pengo",
"Q56758",
"dra",
scripts = {"Orya"},
}
m["peh"] = {
"保安語",
"Q32983",
"xgn",
}
m["pei"] = {
"奇奇梅克-喬納斯語",
"Q3915427",
"omq-otp",
otherNames = {"Chichimeca-Jonaz"},
scripts = Latn,
}
m["pej"] = {
"Northern Pomo",
"Q3396021",
"nai-pom",
scripts = Latn,
}
m["pek"] = {
"Penchal",
"Q3374631",
"poz-aay",
scripts = Latn,
}
m["pel"] = {
"Pekal",
"Q3241781",
}
m["pem"] = {
"Phende",
"Q7162372",
}
m["peo"] = {
"古波斯語",
"Q35225",
"ira-swi",
otherNames = {"Old Persian"},
scripts = {"Xpeo"},
translit_module = "peo-translit",
}
m["pep"] = {
"Kunja",
"Q6444807",
}
m["peq"] = {
"Southern Pomo",
"Q3396023",
"nai-pom",
scripts = Latn,
}
-- "pes" IS TREATED AS "fa" (or as etymology-only), SEE WT:LT
m["pev"] = {
"Pémono",
"Q3439012",
"sai-car",
scripts = Latn,
}
m["pex"] = {
"Petats",
"Q3376353",
"poz-ocw",
scripts = Latn,
}
m["pey"] = {
"Petjo",
"Q940486",
}
m["pez"] = {
"東珀南語",
"Q18638342",
"poz-swa",
otherNames = {"Eastern Penan"},
scripts = Latn,
}
m["pfa"] = {
"Pááfang",
"Q3063517",
"poz-mic",
scripts = Latn,
}
m["pfe"] = {
"Peere",
"Q36377",
"alv",
otherNames = {"Kutin"},
scripts = Latn,
}
m["pga"] = {
"朱巴阿拉伯語",
"Q1262143",
"crp",
otherNames = {"Juba Arabic"},
scripts = Latn,
ancestors = {"apd"},
}
m["pgd"] = {
"Gandhari",
nil,
"inc",
otherNames = {"Gāndhārī", "Gāndhārī Prakrit"},
scripts = {"Deva", "Khar"},
ancestors = {"inc-ash"},
translit_module = "Khar-translit",
}
m["pgg"] = {
"Pangwali",
"Q13600429",
}
m["pgi"] = {
"Pagi",
"Q7124354",
}
m["pgk"] = {
"Rerep",
"Q586907",
"poz-vnc",
scripts = Latn,
}
m["pgl"] = {
"原始愛爾蘭語",
otherNames = {"Primitive Irish"},
"Q3320030",
"cel-gae",
scripts = {"Ogam"},
translit_module = "pgl-translit",
}
m["pgn"] = {
"帕埃利尼語",
nil,
"itc",
otherNames = {"Paelignian"},
scripts = Latn,
}
m["pgs"] = {
"Pangseng",
"Q3914027",
"nic-gur",
}
m["pgu"] = {
"帕古語",
7124462,
otherNames = {"Pagu", "Pago", "Pagoe"},
"paa-nha",
scripts = Latn,
}
m["pgz"] = {
"巴布亞紐幾內亞手語",
"Q25044405",
"sgn",
otherNames = {"Papua New Guinean Sign Language", "Papua New Guinea Sign Language", "Melanesian Sign Language", "PNGSL", "", "巴布亚新几内亚手语", "巴布亞新畿內亞手語"},
}
m["pha"] = {
"巴哼語",
"Q2625410",
"hmn",
otherNames = {"Pa-Hng"},
}
m["phd"] = {
"Phudagi",
"Q7188289",
}
m["phg"] = {
"方語",
"Q7188376",
"mkh-kat",
otherNames = {"Phuong"},
}
m["phh"] = {
"Phukha",
"Q7188298",
"tbq-lol",
}
m["phk"] = {
"帕克傣語",
"Q7675798",
"tai-swe",
otherNames = {"Phake"},
}
m["phl"] = {
"帕盧拉語",
"Q2449549",
"inc-dar",
otherNames = {"Phalura", "Palula", "Palola", "Phalulo", "Ashreti"},
}
m["phm"] = {
"Phimbi",
"Q11007144",
}
m["phn"] = {
"腓尼基語",
"Q36734",
"sem-can",
otherNames = {"Phoenician"},
scripts = {"Phnx"},
translit_module = "Phnx-translit",
}
m["pho"] = {
"Phunoi",
"Q7188361",
"tbq-lol",
}
m["phq"] = {
"Phana'",
"Q7180427",
"tbq-lol",
}
m["phr"] = {
"Pahari-Potwari",
"Q33739",
"inc",
otherNames = {"Pothohari", "Pothwari"},
scripts = {"fa-Arab", "Latn"},
ancestors = {"lah"},
}
m["pht"] = {
"普泰語",
"Q3626597",
"tai-swe",
otherNames = {"Phu Thai"},
}
m["phu"] = {
"Phuan",
"Q3915665",
}
m["phv"] = {
"Pahlavani",
"Q7124567",
}
m["phw"] = {
"Phangduwali",
"Q12953036",
}
m["pia"] = {
"皮馬巴霍語",
"Q3388544",
"azc",
otherNames = {"Pima Bajo"},
scripts = Latn,
}
m["pib"] = {
"Yine",
"Q3135432",
"awd",
otherNames = {"Piro", "Pirro", "Pira", "Chontaquiro", "Contaquiro", "Simirinche", "Simiranch"},
scripts = Latn,
}
m["pic"] = {
"Pinji",
"Q36296",
}
m["pid"] = {
"Piaroa",
"Q3382207",
scripts = Latn,
}
m["pie"] = {
"皮羅語",
"Q7198055",
"nai-kta",
otherNames = {"Piro"},
scripts = Latn,
}
m["pif"] = {
"平格拉普語",
"Q36421",
"poz-mic",
otherNames = {"Pingelapese"},
scripts = Latn,
}
m["pig"] = {
"Pisabo",
"Q966883",
"sai-pan",
scripts = Latn,
}
m["pih"] = {
"皮特凱恩語",
"Q36554",
"crp",
otherNames = {"Pitcairn-Norfolk", "Pitkern-Norfuk", "Pitcairn", "Pitkern", "Norfolk", "Norfuk"},
scripts = Latn,
}
m["pii"] = {
"Pini",
"Q10631925",
}
m["pij"] = {
"Pijao",
"Q7193519",
}
m["pil"] = {
"Yom",
"Q36893",
}
m["pim"] = {
"波瓦坦語",
"Q2270532",
"alg",
otherNames = {"Powhatan"},
scripts = Latn,
}
m["pin"] = {
"Piame",
"Q7190042",
}
m["pio"] = {
"Piapoco",
"Q3382208",
"awd-nwk",
scripts = Latn,
}
m["pip"] = {
"Pero",
"Q2411063",
}
m["pir"] = {
"Piratapuyo",
"Q3389119",
"sai-tuc",
scripts = Latn,
}
m["pis"] = {
"Pijin",
"Q36699",
"crp",
otherNames = {"Kanaka", "Neo-Solomonic", "Solomons Pidgin"},
scripts = Latn,
ancestors = {"en"},
}
m["pit"] = {
"Pitta-Pitta",
"Q6433116",
"aus-kar",
otherNames = {"Pitta Pitta"},
scripts = Latn,
}
m["piu"] = {
"Pintupi-Luritja",
"Q2591175",
}
m["piv"] = {
"皮勒尼語",
"Q2976736",
"poz-pnp",
otherNames = {"Pileni", "Vaeakau-Taumako"},
scripts = Latn,
}
m["piw"] = {
"Pimbwe",
"Q3894132",
"bnt",
}
m["pix"] = {
"Piu",
"Q7199578",
}
m["piy"] = {
"Piya-Kwonci",
"Q3440492",
}
m["piz"] = {
"Pije",
"Q3388339",
"poz-cln",
scripts = Latn,
}
m["pjt"] = {
"皮詹加加拉語",
"Q2982063",
"aus-pam",
otherNames = {"Pitjantjatjara"},
scripts = {"pjt-Latn"},
}
m["pka"] = {
"半摩揭陀俗語",
"Q2652214",
"inc",
otherNames = {"Ardhamagadhi Prakrit"},
scripts = {"Brah", "Deva"},
translit_module = "Brah-translit",
ancestors = {"inc-ash"},
}
m["pkb"] = {
"Kipfokomo",
"Q7208693",
scripts = Latn,
}
m["pkc"] = {
"百濟語",
"Q4841264",
"qfa-kor",
otherNames = {"Baekje"},
scripts = {"Hani"},
}
m["pkg"] = {
"Pak-Tong",
"Q3360711",
}
m["pkh"] = {
"Pankhu",
"Q7130962",
"tbq-kuk",
otherNames = {"Pankho", "Pangkhua", "Pangkho", "Pangkhu", "Panko"},
}
m["pkn"] = {
"Pakanha",
"Q954916",
"aus-pmn",
}
m["pko"] = {
"Pökoot",
"Q36323",
"sdv",
}
m["pkp"] = {
"普卡普卡語",
"Q36447",
"poz-pnp",
scripts = Latn,
}
m["pkr"] = {
"Attapady Kurumba",
"Q16835180",
"dra",
}
m["pks"] = {
"巴基斯坦手語",
"Q22964057",
"sgn",
otherNames = {"Pakistan Sign Language", "Pakistani Sign Language"},
}
m["pkt"] = {
"麻楞語",
"Q6583562",
"mkh-vie",
otherNames = {"Maleng"},
}
m["pku"] = {
"Paku",
"Q2932604",
}
m["pla"] = {
"Miani",
"Q12952844",
scripts = Latn,
}
m["plb"] = {
"Polonombauk",
"Q7225957",
"poz-vnc",
scripts = Latn,
}
m["plc"] = {
"中巴拉望語",
"Q12953795",
"phi",
scripts = Latn,
}
m["ple"] = {
"帕盧厄語",
"Q2196866",
"poz-cet",
otherNames = {"Palu'e"},
scripts = Latn,
}
m["plg"] = {
"Pilagá",
"Q2748259",
"sai-guc",
otherNames = {"Pilacá"},
scripts = Latn,
}
m["plh"] = {
"保洛希語",
"Q7155331",
otherNames = {"Paulohi"},
"poz",
}
m["plj"] = {
"Polci",
"Q3914383",
}
m["plk"] = {
"Kohistani Shina",
"Q12953882",
}
m["pll"] = {
"納盎德昂語",
"Q27941664",
"mkh-pal",
otherNames = {"Shwe Palaung"},
}
m["pln"] = {
"Palenquero",
"Q36665",
"crp",
scripts = Latn,
}
m["plo"] = {
"奧魯塔波波魯卡語",
"Q5908687",
scripts = Latn,
otherNames = {"Oluta Popoluca"},
}
m["plp"] = {
"Palpa",
"Q3832956",
"inc-pah",
ancestors = {"ne"},
}
m["plq"] = {
"Palaic",
"Q36582",
"ine-ana",
scripts = {"Xsux"},
}
m["plr"] = {
"Palaka Senoufo",
"Q36346",
scripts = Latn,
}
m["pls"] = {
"聖馬科斯特拉爾科亞爾科波波洛卡語",
"Q12641692",
"omq-pop",
otherNames = {"San Marcos Tlalcoyalco Popoloca"},
scripts = Latn,
}
m["plu"] = {
"Palikur",
"Q3073448",
"awd",
otherNames = {"Palikúr"},
scripts = Latn,
}
m["plv"] = {
"西南巴拉望語",
"Q15614922",
"phi",
scripts = Latn,
}
m["plw"] = {
"布魯克波因特巴拉望語",
"Q12953796",
"phi",
aliases = {"Brooke's Point Palawano"},
scripts = Latn,
}
m["ply"] = {
"巴琉語",
"Q3361723",
"mkh",
aliases = {"Bolyu"},
scripts = Latn,
}
m["plz"] = {
"Paluan",
"Q7128795",
scripts = Latn,
}
m["pma"] = {
"帕馬語",
"Q3130286",
"poz-vnc",
otherNames = {"Paama"},
scripts = Latn,
}
m["pmb"] = {
"Pambia",
"Q36267",
"znd",
scripts = Latn,
}
m["pmd"] = {
"Pallanganmiddang",
"Q7127734",
"aus-pam",
scripts = Latn,
}
m["pme"] = {
"Pwaamei",
"Q3411152",
"poz-cln",
scripts = Latn,
}
m["pmf"] = {
"帕莫納語",
"Q3513320",
otherNames = {"Pamona", "Bare'e"},
scripts = Latn,
}
m["pmh"] = {
"馬哈拉施特拉俗語",
"Q2586773",
"inc-mid",
otherNames = {"Maharastri Prakrit", "Maharashtri Prakrit", "Maharastri", "Maharashtri"},
scripts = {"Brah", "Deva"},
ancestors = {"inc-pra"},
translit_module = "Brah-translit",
}
m["pmi"] = {
"北普米語",
"Q3403245",
"sit-qia",
otherNames = {"Northern Pumi", "Northern Prinmi", "Northern Pimi"},
}
m["pmj"] = {
"南普米語",
"Q3403246",
"sit-qia",
otherNames = {"Southern Pumi", "Southern Prinmi", "Southern Pimi"},
}
m["pmk"] = {
"Pamlico",
nil,
scripts = Latn,
}
m["pml"] = {
"Sabir",
"Q636479",
"crp",
otherNames = {"Mediterranean Lingua Franca", "Lingua Franca"},
scripts = Latn,
}
m["pmm"] = {
"Pol",
"Q36408",
"bnt",
otherNames = {"Pol Pomo", "Pomo"},
scripts = Latn,
}
m["pmn"] = {
"Pam",
"Q7129017",
}
m["pmo"] = {
"Pom",
"Q7227178",
"poz-hce",
scripts = Latn,
}
m["pmq"] = {
"北帕梅語",
"Q3361762",
"omq",
otherNames = {"Northern Pame"},
scripts = Latn,
}
m["pmr"] = {
"Paynamar",
"Q3450824",
}
m["pms"] = {
"皮埃蒙特語",
"Q15085",
"roa-git",
otherNames = {"Piedmontese"},
scripts = Latn,
}
m["pmt"] = {
"土阿莫土語",
"Q36763",
"poz-pep",
otherNames = {"Tuamotuan"},
scripts = Latn,
}
m["pmu"] = {
"Mirpur Panjabi",
"Q6874480",
}
m["pmw"] = {
"Plains Miwok",
"Q3391031",
"nai-you",
scripts = Latn,
}
m["pmx"] = {
"Poumei Naga",
"Q12952910",
}
m["pmy"] = {
"巴布亞馬來語",
"Q12473446",
otherNames = {"Papuan Malay"},
scripts = Latn,
}
m["pmz"] = {
"南帕梅語",
"Q3361765",
"omq",
otherNames = {"Southern Pame"},
scripts = Latn,
}
m["pna"] = {
"Punan Bah-Biau",
"Q4842201",
}
m["pnb"] = {
"西旁遮普語",
"Q58635",
"inc",
otherNames = {"Western Panjabi"},
scripts = {"pa-Arab"},
ancestors = {"pa"},
}
m["pnc"] = {
"Pannei",
"Q7131391",
}
m["pnd"] = {
"Mpinda",
"Q63308194",
"bnt-kmb",
}
m["pne"] = {
"西珀南語",
"Q12953808",
"poz-swa",
otherNames = {"Western Penan"},
scripts = Latn,
}
m["png"] = {
"Pongu",
"Q36282",
}
m["pnh"] = {
"彭林語",
"Q3130301",
"poz-pep",
otherNames = {"Penrhyn", "Tongareva", "Tongarewa"},
scripts = Latn,
}
m["pni"] = {
"Aoheng",
"Q4778608",
"poz",
}
m["pnj"] = {
"Pinjarup",
"Q33103591",
}
m["pnk"] = {
"Paunaca",
"Q2064378",
"awd",
otherNames = {"Pauna", "Paunaka"},
scripts = Latn,
}
m["pnl"] = {
"Paleni",
"Q7127118",
"alv",
scripts = Latn,
}
m["pnm"] = {
"Punan Batu",
"Q7259892",
}
m["pnn"] = {
"Pinai-Hagahai",
"Q5638511",
}
m["pno"] = {
"Panobo",
"Q3141869",
"sai-pan",
scripts = Latn,
}
m["pnp"] = {
"Pancana",
"Q7130204",
}
m["pnq"] = {
"Pana (West Africa)",
"Q7129739",
otherNames = {"Pana (Burkina Faso)", "Pana"},
scripts = Latn,
}
m["pnr"] = {
"Panim",
"Q11732562",
"ngf-mad",
}
m["pns"] = {
"Ponosakan",
"Q7227956",
"phi",
}
m["pnt"] = {
"旁狄希臘語",
"Q36748",
"grk",
otherNames = {"Pontic Greek", "Pontic"},
scripts = {"Grek", "Latn", "Cyrl"},
ancestors = {"grc"},
translit_module = "grc-translit",
sort_key = { -- Keep this synchronized with el, grc, cpg
from = {"[ᾳάᾴὰᾲᾶᾷἀᾀἄᾄἂᾂἆᾆἁᾁἅᾅἃᾃἇᾇ]", "[έὲἐἔἒἑἕἓ]", "[ῃήῄὴῂῆῇἠᾐἤᾔἢᾒἦᾖἡᾑἥᾕἣᾓἧᾗ]", "[ίὶῖἰἴἲἶἱἵἳἷϊΐῒῗ]", "[όὸὀὄὂὁὅὃ]", "[ύὺῦὐὔὒὖὑὕὓὗϋΰῢῧ]", "[ῳώῴὼῲῶῷὠᾠὤᾤὢᾢὦᾦὡᾡὥᾥὣᾣὧᾧ]", "ῥ", "ς"},
to = {"α" , "ε" , "η" , "ι" , "ο" , "υ" , "ω" , "ρ", "σ"}} ,
}
m["pnu"] = {
"炯奈語",
"Q56325",
"hmn",
otherNames = {"Jiongnai Bunu", "Kiong Nai"},
}
m["pnv"] = {
"Pinigura",
"Q10631927",
"aus-psw",
scripts = Latn,
}
m["pnw"] = {
"Panyjima",
"Q3913830",
"aus-nga",
scripts = Latn,
}
m["pnx"] = {
"克年語",
"Q3914627",
"mkh",
otherNames = {"Phong-Kniang"},
}
m["pny"] = {
"Pinyin",
"Q36250",
"nic-grf",
scripts = Latn,
}
m["pnz"] = {
"Pana (Central Africa)",
"Q36241",
"alv",
otherNames = {"Pana (Central African Republic)", "Pana"},
scripts = Latn,
}
m["poc"] = {
"Poqomam",
"Q36416",
scripts = Latn,
}
m["poe"] = {
"聖胡安阿欽戈波波洛卡語",
"Q12953819",
"omq-pop",
otherNames = {"San Juan Atzingo Popoloca"},
scripts = Latn,
}
m["pof"] = {
"Poke",
"Q7208577",
}
m["pog"] = {
"Potiguára",
"Q56722",
"tup-gua",
scripts = Latn,
}
m["poh"] = {
"Poqomchi'",
"Q36414",
scripts = Latn,
}
m["poi"] = {
"高地波波魯卡語",
"Q7511556",
"nai-miz",
otherNames = {"Highland Popoluca"},
scripts = Latn,
}
m["pok"] = {
"Pokangá",
"Q25559704",
"sai-tuc",
scripts = Latn,
}
m["pom"] = {
"Southeastern Pomo",
"Q3396025",
"nai-pom",
scripts = Latn,
}
m["pon"] = {
"波納佩語",
"Q28422",
"poz-mic",
otherNames = {"Pohnpeian"},
scripts = Latn,
}
m["poo"] = {
"Central Pomo",
"Q3396020",
"nai-pom",
scripts = Latn,
}
m["pop"] = {
"Pwapwa",
"Q3411153",
"poz-cln",
scripts = Latn,
}
m["poq"] = {
"特西斯特佩克波波魯卡語",
"Q5908707",
scripts = Latn,
otherNames = {"Texistepec Popoluca"},
}
m["pos"] = {
"薩約拉波波魯卡語",
"Q5908722",
"nai-miz",
otherNames = {"Sayula Popoluca"},
scripts = Latn,
}
m["pot"] = {
"珀塔瓦托米語",
"Q56749",
"alg",
otherNames = {"Potawatomi", "Pottawatomie"},
scripts = Latn,
}
m["pov"] = {
"幾內亞比紹克里奧爾語",
"Q33339",
"crp",
otherNames = {"Guinea-Bissau Creole", "Upper Guinea Creole", "Upper Guinea Crioulo", "Kriol", "Crioulo", "Kriolu", "Kriyol", "Kiriol"},
scripts = Latn,
}
m["pow"] = {
"聖費利佩奧特拉特佩克波波洛卡語",
"Q25559598",
"omq-pop",
otherNames = {"San Felipe Otlaltepec Popoloca"},
scripts = Latn,
}
m["pox"] = {
"波拉布語",
"Q36741",
"zlw-lch",
scripts = Latn,
}
m["poy"] = {
"Pogolo",
"Q2429648",
}
m["ppa"] = {
"Pao",
"Q7132069",
}
m["ppe"] = {
"Papi",
"Q7132809",
}
m["ppi"] = {
"帕伊帕伊語",
"Q56726",
"nai-yuc",
otherNames = {"Paipai", "Akwa'ala"},
scripts = Latn,
}
m["ppk"] = {
"烏馬語",
"Q7881036",
"poz-kal",
otherNames = {"Uma", "Pipikoro"},
scripts = Latn,
}
m["ppl"] = {
"皮皮爾語",
"Q1186896",
"azc-nah",
otherNames = {"Pipil", "Nahuat", "Náhuat", "Nawat", "Náwat"},
scripts = Latn,
ancestors = {"nah"},
entry_name = {
from = {"Ā", "ā", "Ē", "ē", "Ī", "ī", "Ō", "ō", "Ū", "ū", "Ȳ", "ȳ"},
to = {"A", "a", "E", "e", "I", "i", "O", "o", "U", "u", "Y", "y"}
},
}
m["ppm"] = {
"Papuma",
"Q7133239",
"poz-hce",
scripts = Latn,
}
m["ppn"] = {
"Papapana",
"Q3362757",
"poz-ocw",
scripts = Latn,
}
m["ppo"] = {
"Folopa",
"Q5464843",
otherNames = {"Podopa", "Polopa", "Podoba", "Foraba", "Tebera", "Boro", "Suri", "Sopese"},
scripts = Latn,
}
m["ppp"] = {
"Pelende",
"Q11029738",
}
m["ppq"] = {
"Pei",
"Q7160903",
}
m["pps"] = {
"聖路易特馬拉卡約卡波波洛卡語",
"Q25559602",
"omq-pop",
otherNames = {"San Luís Temalacayuca Popoloca"},
scripts = Latn,
}
m["ppt"] = {
"Pa",
"Q3504757",
"ngf",
otherNames = {"Pari", "Pare", "Akium-Pare"},
scripts = Latn,
}
m["ppu"] = {
"拍瀑拉語",
"Q2094884",
"map",
otherNames = {"Papora", "Hoanya", "Papola", "Paporan", "Bupuran", "Vupuran", "Hinapavosa", "巴布拉語", "干仔轄語", "洪雅語", "洪安雅語", "和安雅語"},
scripts = Latn,
}
m["pqa"] = {
"Pa'a",
"Q3441315",
"cdc-wst",
}
m["pqm"] = {
"Malecite-Passamaquoddy",
"Q3183144",
"alg",
otherNames = {"Malecite", "Maliseet", "Passamaquoddy"},
scripts = Latn,
}
m["prc"] = {
"Parachi",
"Q2640637",
"ira-orp",
}
-- "prd" IS NOT INCLUDED, SEE WT:LT
m["pre"] = {
"普林西比語",
"Q36520",
"crp",
otherNames = {"Principense"},
scripts = Latn,
}
m["prf"] = {
"Paranan",
"Q7135433",
"phi",
}
m["prg"] = {
"古普魯士語",
"Q35501",
"bat",
otherNames = {"普魯士語", "Old Prussian", "Prussian"},
scripts = Latn,
}
m["prh"] = {
"Porohanon",
"Q6583710",
"phi",
}
m["pri"] = {
"Paicî",
"Q732131",
"poz-cln",
scripts = Latn,
}
m["prk"] = {
"巴饒克語",
"Q3363719",
"mkh-pal",
otherNames = {"Parauk", "巴饒克方言"},
}
m["prl"] = {
"秘魯手語",
"Q3915508",
"sgn",
otherNames = {"Peruvian Sign Language", "祕魯手語", "秘鲁手语"},
}
m["prm"] = {
"Kibiri",
"Q56745",
}
m["prn"] = {
"Prasuni",
"Q32689",
"nur-nor",
}
m["pro"] = {
"古奧克語",
"Q2779185",
"roa",
otherNames = {"Old Occitan", "Old Provençal", "Old Provencal"},
scripts = Latn,
sort_key = {
from = {"ç"},
to = {"c"}} ,
}
-- "prp" IS NOT INCLUDED, SEE WT:LT
m["prq"] = {
"佩勒內阿舍寧卡語",
"Q3450601",
"awd",
scripts = Latn,
otherNames = {"Ashéninka Perené"},
}
m["prr"] = {
"Puri",
"Q7261687",
}
-- "prs" IS TREATED AS "fa" (or as etymology-only), SEE WT:LT
m["prt"] = {
"派語",
"Q7180184",
"mkh",
otherNames = {"Phai", "Prai", "Pray", "Phray"},
}
m["pru"] = {
"Puragi",
"Q7260800",
"ngf-sbh",
}
m["prw"] = {
"Parawen",
"Q7136291",
}
m["prx"] = {
"Purik",
"Q567905",
}
m["prz"] = {
"普羅維登西亞手語",
"Q3322084",
"sgn",
otherNames = {"Providencia Sign Language", "Providence Island Sign Language"},
}
m["psa"] = {
"Asue Awyu",
"Q11266334",
otherNames = {"Pisa"},
}
m["psc"] = {
"波斯手語",
"Q7170221",
"sgn",
otherNames = {"Persian Sign Language"},
}
m["psd"] = {
"平原印第安手語",
"Q2380124",
"sgn",
otherNames = {"Plains Indian Sign Language"},
}
m["pse"] = {
"中馬來語",
"Q3367751",
"poz-mly",
otherNames = {"Central Malay"},
}
m["psg"] = {
"檳城手語",
"Q4924925",
"sgn",
otherNames = {"Penang Sign Language"},
}
m["psh"] = {
"西南帕沙伊語",
"Q16112270",
"inc-dar",
otherNames = {"Southwest Pashayi"},
}
m["psi"] = {
"東南帕沙伊語",
"Q23713536",
"inc-dar",
otherNames = {"Southeast Pashayi", "Southeastern Pashayi","Southeastern Pashai", "Southeast Pashai"},
scripts = {"Arab"},
}
m["psl"] = {
"波多黎各手語",
"Q7258608",
"sgn-fsl",
otherNames = {"Puerto Rican Sign Language"},
}
m["psm"] = {
"Pauserna",
"Q2912846",
"tup-gua",
otherNames = {"Guarasugwé"},
scripts = Latn,
}
m["psn"] = {
"Panasuan",
"Q7130113",
"poz",
}
m["pso"] = {
"波蘭手語",
"Q3915194",
"sgn-gsl",
otherNames = {"Polish Sign Language"},
}
m["psp"] = {
"菲律賓手語",
"Q3551357",
"sgn-fsl",
otherNames = {"Philippine Sign Language"},
}
m["psq"] = {
"Pasi",
"Q7142091",
}
m["psr"] = {
"葡萄牙手語",
"Q3915472",
"sgn",
otherNames = {"Portuguese Sign Language"},
}
m["pss"] = {
"Kaulong",
"Q3194294",
"poz-ocw",
}
m["psu"] = {
"索拉塞那語",
"Q2452885",
"inc-psu",
otherNames = {"Sauraseni", "Shauraseni"},
scripts = {"Deva", "Brah"},
translit_module = "Brah-translit",
ancestors = {"inc-pra"},
}
m["psw"] = {
"Port Sandwich",
"Q3398324",
"poz-vnc",
scripts = Latn,
}
m["psy"] = {
"Piscataway",
"Q3504233",
}
m["pta"] = {
"Pai Tavytera",
"Q7124619",
"tup-gua",
scripts = Latn,
}
m["pth"] = {
"Pataxó Hã-Ha-Hãe",
"Q7144304",
}
m["pti"] = {
"Pintiini",
"Q10632026",
"aus-pam",
}
m["ptn"] = {
"Patani",
"Q7144242",
"poz-hce",
scripts = Latn,
}
m["pto"] = {
"Zo'é",
"Q8073148",
"tup-gua",
otherNames = {"Jo'é"},
scripts = Latn,
}
m["ptp"] = {
"Patep",
"Q3368679",
"poz-ocw",
scripts = Latn,
}
m["ptq"] = {
"Pattapu",
nil,
"dra",
}
m["ptr"] = {
"Piamatsina",
"Q7190040",
"poz-vnc",
scripts = Latn,
}
m["ptt"] = {
"Enrekang",
"Q12953520",
}
m["ptu"] = {
"Bambam",
"Q4853321",
"poz-ssw",
}
m["ptv"] = {
"Port Vato",
"Q3398323",
scripts = Latn,
}
m["ptw"] = {
"Pentlatch",
"Q2069475",
}
m["pty"] = {
"Pathiya",
"Q7144790",
"dra",
}
m["pua"] = {
"普雷佩查語",
"Q16114351",
"qfa-iso",
otherNames = {"Purepecha", "Tarascan", "Tarasco", "P'urhepecha", "Purépecha", "P'urhépecha", "Phorhépecha", "Phorhé", "Porhé", "塔拉斯卡語"},
scripts = Latn,
}
m["pub"] = {
"Purum",
"Q6400562",
"tbq-kuk",
otherNames = {"Purum Naga"},
scripts = Latn,
}
m["puc"] = {
"Punan Merap",
"Q7259895",
}
m["pud"] = {
"Punan Aput",
"Q4782333",
}
m["pue"] = {
"Puelche",
"Q33660",
}
m["puf"] = {
"Punan Merah",
"Q7259894",
}
m["pug"] = {
"Phuie",
"Q36375",
}
m["pui"] = {
"Puinave",
"Q3027918",
otherNames = {"Puinabe", "Wãnsöhöt", "Guipunave", "Güipunave", "Waipunavi", "Guaipunabi"},
}
m["puj"] = {
"Punan Tubu",
"Q7259896",
"poz-swa",
}
m["pum"] = {
"Puma",
"Q33736",
}
m["puo"] = {
"欣門語",
"Q6440803",
"mkh",
otherNames = {"Puoc"},
}
m["pup"] = {
"Pulabu",
"Q7259163",
"ngf-mad",
}
m["puq"] = {
"Puquina",
"Q1207739",
}
m["pur"] = {
"Puruborá",
"Q7261619",
"tup",
otherNames = {"Aurã", "Cujubim", "Burubora", "Kuyubi", "Migueleno", "Miguelenho", "Pumbora", "Puroborá", "Puruba"},
}
m["put"] = {
"Putoh",
"Q12953832",
"poz-swa",
scripts = Latn,
}
m["puu"] = {
"Punu",
"Q36401",
"bnt",
scripts = Latn,
}
m["puw"] = {
"Puluwat",
"Q36397",
"poz-mic",
otherNames = {"Puluwatese"},
scripts = Latn,
}
m["pux"] = {
"Puare",
"Q3507983",
}
m["puy"] = {
"Purisimeño",
"Q2967638",
"nai-chu",
scripts = Latn,
}
m["pwa"] = {
"Pawaia",
"Q7156099",
scripts = Latn,
}
m["pwb"] = {
"帕納瓦語",
"Q47385077",
"nic-bco",
otherNames = {"Panawa"},
scripts = Latn,
}
m["pwg"] = {
"Gapapaiwa",
"Q3095245",
"poz-ocw",
scripts = Latn,
}
m["pwi"] = {
"Patwin",
"Q3370188",
"nai-wtq",
otherNames = {"River Patwin", "Valley Patwin", "Hill Patwin", "Southern Patwin"},
scripts = Latn,
}
m["pwm"] = {
"莫爾伯語",
"Q6895718",
"poz-san",
scripts = Latn,
}
m["pwn"] = {
"排灣語",
"Q715755",
"map",
otherNames = {"Paiwan"},
scripts = Latn,
}
m["pwo"] = {
"西波克倫語",
"Q7988202",
"kar",
otherNames = {"Western Pwo", "Delta Pwo", "Pwo Western Karen"},
scripts = {"Mymr"},
}
m["pwr"] = {
"Powari",
"Q12640277",
"inc",
scripts = {"Deva"},
ancestors = {"psu"},
}
m["pww"] = {
"北波克倫語",
"Q7058885",
"kar",
otherNames = {"Northern Pwo", "Phlong", "Pwo Northern Karen"},
scripts = {"Thai"},
}
m["pxm"] = {
"科扎爾特佩克米塞語",
"Q6842374",
"nai-miz",
otherNames = {"Quetzaltepec Mixe"},
scripts = Latn,
}
m["pye"] = {
"Pye Krumen",
"Q11157382",
}
m["pym"] = {
"Fyam",
"Q3914025",
"nic-bco",
otherNames = {"Fyem", "Pyem"},
scripts = Latn,
}
m["pyn"] = {
"Poyanáwa",
"Q3401023",
"sai-pan",
otherNames = {"Poyanawa"},
}
m["pys"] = {
"巴拉圭手語",
"Q7134698",
"sgn",
otherNames = {"Paraguayan Sign Language"},
}
m["pyu"] = {
"卑南語",
"Q716690",
"map",
scripts = Latn,
otherNames = {"Puyuma", "Pinuyumayan"},
}
m["pyx"] = {
"驃語",
"Q36259",
"tbq",
otherNames = {"Pyu"},
}
m["pyy"] = {
"Pyen",
"Q7262966",
"tbq-lol",
otherNames = {"Hpyin", "Phen"},
}
m["pzn"] = {
"Para Naga",
"Q7133667",
}
m["pzh"] = {
"巴宰語",
Q36435,
"map",
Latn,
otherNames = {"Pazeh"},
}
return m
