Difference between revisions 61537536 and 61672224 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)labels["speech of the royal court"] = {
	plain_categories = {"Joseon court Korean"},
	language="ko",
}

aliases["Gungjung"] = "speech of the royal court"


labels["ginseng-harvesters' cant"] = {
	display = "[[심마니말|ginseng-harvesters' cant]]",
	plain_categories = {"Korean ginseng-harvesters' cant"},
	language="ko",
}

aliases["Simmani"] = "ginseng-harvesters' 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,
}