Mô đun:labels/data/lang/xcl

Từ điển mở Wiktionary
local labels = {}

local function alias(a, b) for _, v in ipairs(b) do labels[v] = a end end -- allows aliases to be entered as a list

labels["Hellenizing School"] = {
	Wikipedia = "Hellenizing School",
	regional_categories = "Hellenizing",
}
alias("Hellenizing School",{"hellenizing school", "Philhellene School", "philhellene school", "Hellenophile School", "hellenophile school", "Hellenizing", "hellenizing", "Philhellene", "philhellene", "Hellenophile", "hellenophile", "hunaban", "yunaban"})

return labels