Difference between revisions 62336264 and 62355990 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)	display = "[[심마니말|ginseng-harvesters' cant]]",
	plain_categories = {"Korean ginseng-harvesters' cant"},
	language="ko",
}

aliases["Simmani"] = "ginseng-harvesters' cant"


labels["traditional acrobats' cant"] = {
	display = "[[wikipedia:Namsadang|traditional acrobats]]' cant",
	plain_categories = {"Namsadang cant"},
	language="ko",
}

aliases["Namsadang"] = "traditional acrobats' cant"

-- ko end

labels["Catholic"] = {
	Wikipedia = "Goan Catholics",
	plain_categories = {"Catholic Konkani"},
	language = "kok"
}

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