Difference between revisions 60486379 and 60487199 on enwiktionary

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

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

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


labels["Nanning Pinghua"] = {
	display = "Nanning [[w:Pinghua|Pinghua]]",
	plain_categories = {"Nanning Pinghua"},
	language = "zh",
}

labels["Northeastern Mandarin"] = {
	Wikipedia = true,
	plain_categories = {"Northeastern Mandarin"},
	language = "zh",
}
aliases["northeastern Mandarin"] = "Northeastern Mandarin"
aliases["NE Mandarin"] = "Northerastern Mandarin"

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