Difference between revisions 60485771 and 60485779 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)labels["Leizhou Min"] = {
	Wikipedia = true,
	plain_categories = {"Leizhou Min Chinese"},
	language = "zh",
}

labels["Liuzhou Mandarin"] = {
	Wikipedia = "
w:zh:柳州話",
	plain_categories = {"Liuzhou Mandarin"},
	language = "zh",
}

labels["Mandarin"] = {
	Wikipedia = "Mandarin Chinese",
	plain_categories = {"Mandarin Chinese"},
(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,
}