Difference between revisions 59642223 and 59674303 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)	display = "Góral",
	Wikipedia = true,
	plain_categories = {"Góral Polish"},
	language = "pl",
}
aliases["Goral"] = "Góral"


labels["Greater Poland"] = {
	display = "Greater Poland",
	Wikipedia = true,
	plain_categories = {"Greater Poland Polish"},
	language = "pl",
}
aliases["Wielkopolska"] = "Greater Poland"

labels["Kraków"] = {
	display = "Kraków",
	Wikipedia = true,
	plain_categories = {"Kraków Polish"},
	language = "pl",
}
aliases["Krakow"] = "Kraków"
aliases["Cracow"] = "Kraków"
(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,
}