Difference between revisions 58653839 and 58654005 on enwiktionary

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

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

-- A

(contracted; show full)	language = "ab",
}
aliases["Bzyp"] = "Bzyb"

-- C

labels["Rimella and Campello Monti"] = {
	display = "[[
w:Rimella|Rimella]] and [[:it:w:Campello Monti|Campello Monti]]",
	plain_categories = {"Rimella and Campello Monti Walser"},
	language = "gsw",
}
aliases["Rimella"] = "Rimella and Campello Monti"
aliases["Campello Monti"] = "Rimella and Campello Monti"
aliases["RCM"] = "Rimella and Campello Monti"

(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,
}