Difference between revisions 64229748 and 64246282 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)	Wikipedia = true,
	language = "hit",
	plain_categories = { "New Hittite" },
}
aliases["Neo-Hittite"] = "New Hittite"
-- hit end


-- ht start
labels["Saint-Domingue"] = {
	Wikipedia = "Haitian_Creole#History",
	plain_categories = {"Saint Dominican Creole French"},
	language = "ht",
}
-- ht end

-- hy start
labels["Ararat"] = {
	Wikipedia = "Araratian dialect",
	plain_categories = {"Ararat Armenian"},
	language = "hy",
}

labels["Eastern Armenian"] = {
(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,
}