Difference between revisions 58780605 and 58841212 on enwiktionary

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

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

-- A

(contracted; show full)
labels["Kirundi"] = {
	display = "Kirundi",
	plain_categories = { "Kirundi" },
	language = "rw",
}


labels["Giha"] = {
	display = "Giha",
	plain_categories = { "Giha" },
	language = "rw",
}

labels["Koine"] = {
	display = "Koine",
	Wikipedia = "Koine Greek",
	plain_categories = {"Koine Greek"},
	language = "grc",
}
aliases["Koine Greek"] = "Koine"
aliases["Hellenistic"] = "Koine"
(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,
}