Difference between revisions 59016077 and 59018316 on enwiktionary

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

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

-- A

(contracted; show full)labels["Armeno-Kipchak"] = {
	Wikipedia = "Kipchaks#Language",
	plain_categories = {"Armeno-Kipchak"},
	language = "qwm",
}
aliases["Armenian Kipchak"] = "Armeno-Kipchak"


labels["Common Turkic"] = {
	Wikipedia = "Common#Turkic",
	plain_categories = {"Common Turkic"},
	language = "trk-pro",
}

labels["Arvanitika"] = {
	Wikipedia = "Arvanitika",
	plain_categories = {"Arvanitika Albanian"},
	language = "sq",
}

labels["Attic"] = {
	Wikipedia = "Attic Greek",
(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,
}