Mô đun:labels/data/lang/xcl
Giao diện
- Trang mô đun này thiếu trang con tài liệu. Xin hãy tạo trang tài liệu này.
- Liên kết hữu ích: trang gốc • trang con của trang gốc • liên kết • nhúng • trường hợp kiểm thử • chỗ thử
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