Difference between revisions 63664768 and 63700872 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)	plain_categories = {"Palmyrene Aramaic"},
	language = "arc",
}
aliases["Palmyrene Aramaic"] = "Palmyrene"
aliases["PalA"] = "Palmyrene"
--arc end


labels["Judeo-Arabic"] = {
	Wikipedia = "Judeo-Arabic",
	plain_categories = {"Judeo-Arabic"},
	language = "ar",
}

labels["Jijel"] = {
	Wikipedia = "Jijel Arabic",
	plain_categories = {"Jijel Arabic"},
	language = "arq",
}
aliases["Jijel Arabic"] = "Jijel"
aliases["Jijeli"] = "Jijel" 
aliases["Djidjelli"] = "Jijel"
(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,
}