Difference between revisions 61215495 and 61220159 on enwiktionary

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

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

-- A 
labels["Bzyb"] = {
(contracted; show full)aliases["Hellenophile"] = "Hellenizing School"
aliases["hellenophile"] = "Hellenizing School"
aliases["hunaban"] = "Hellenizing School"
aliases["yunaban"] = "Hellenizing School"

-- xcl end


-- xh start

labels["Mpondo"] = {
	Wikipedia = "Xhosa language#Dialects",
	plain_categories = {"Mpondo Xhosa"},
	language = "xh",
}

labels["Mpondomise"] = {
	Wikipedia = "Xhosa language#Dialects",
	plain_categories = {"Mpondomise Xhosa"},
	language = "xh",
}

-- xh end

-- Y 
labels["Daytshmerish"] = {
	display = "[[דײַטשמעריש|Daytshmerish]]",
	plain_categories = {"Daytshmerish Yiddish"},
	language = "yi",
}
aliases["daytshmerish"] = "Daytshmerish"

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