Difference between revisions 59357394 and 59357443 on enwiktionary

local labels = {}
local aliases = {}
local deprecated = {}

local m_functions = require("Module:labels/data/functions")

-- A

(contracted; show full)}

labels["Palace Malay"] = {
	display = "Palace Malay",
	plain_categories= {"Malay royal terms"},
	language = "ms",
}



labels["Palatine German"] = {
	display = "Palatine",
	Wikipedia = "Palatine German language",
	plain_categories = {"Palatine German"},
	language = "gmw-rfr",
}
aliases["Palatinate German"] = "Palatine German"
aliases["Pälzisch"] = "Palatine German"
aliases["Pfälzisch"] = "Palatine German"

labels["Pannonia"] = {
	display = "[[w:Pannonian Rusyn|Pannonia]]",
	plain_categories= {"Pannonian Rusyn"},
	language = "rue",
}
aliases["Pannonian"] = "Panonnia"

labels["Pan-Vlax"] = {
	Wikipedia = "Romani alphabets#Pan-Vlax",
	plain_categories = {"Romani Pan-Vlax spellings"},
	language = "rom",
}

labels["Pennsylvania Dutch English"] = {
	Wikipedia = true,
(contracted; show full)		if there is a "language" field with a non-empty value.		]]
m_functions.handle_languages(labels)

return {
	["labels"] = labels,
	["aliases"] = aliases,
	["deprecated"] = deprecated,
}