Difference between revisions 63929774 and 64020125 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)aliases["Rarha"] = "Rāṛha"

labels["Vaṅga"] = {
	plain_categories = {"Vaṅga Bengali"},
	language = "bn",
}
aliases["Vanga"] = "Vaṅga"


labels["Varendra"] = {
	plain_categories = {"Varendra Bengali"},
	language = "bn",
}

labels["Sādhu Bhāṣā"] = {
	display = "[[w:Sādhu Bhāṣā]]",
	plain_categories = { "Sādhu Bhāṣā" },
	language = "bn",
}
aliases ["classical"] = "Sādhu Bhāṣā"

-- bn end

labels["Gwened"] = {
	Wikipedia = "Gwenedeg",
	plain_categories = {"Gwenedeg Breton"},
	language = "br"
}
aliases["Vannes"] = "Gwened"
(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,
}