Difference between revisions 65136609 and 65136628 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)	plain_categories = {"Mahabubnagar Telugu"},
	language = "te",
}
aliases["Mahabub Nagar"] = "Mahabubnagar"
aliases["Mahbubnagar"] = "Mahabubnagar"
aliases["Mahboobnagar"] = "Mahabubnagar"


labels["Nalgonda"] = {
	Wikipedia = "Nalgonda district",
	plain_categories = {"Nalgonda Telugu"},
	language = "te",
}

labels["North Andhra"] = {
	Wikipedia = "Uttarandhra",
	plain_categories = {"North Andhra Telugu"},
	language = "te",
}
aliases["Uttarandhra"] = "North Andhra"
aliases["Uttarandhra Telugu"] = "North Andhra"
aliases["Kalingandhra"] = "North Andhra"
(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,
}