Mô đun:category tree/data
Giao diện
local data = {
"Mục từ theo ngữ hệ",
"Tất cả ngôn ngữ",
"Tất cả chữ viết",
"Hộp ký tự",
"Ký tự chữ viết",
"Entries with audio examples",
"Entries with redirects",
"Bảo trì mục từ theo ngôn ngữ",
"Biện pháp tu từ theo ngôn ngữ",
"Cử chỉ",
"Mục từ theo ngôn ngữ",
"Letters",
"Danh sách",
"Mục từ hình thái theo ngôn ngữ",
"Phrasebooks by language",
"Protologisms",
"Regionalisms",
"Vần theo ngôn ngữ",
"Thì theo ngôn ngữ",
"All sets",
"Shortenings by language",
"Symbols by language",
"Synchronized entries by language",
"Terms by etymology by language",
"Terms by lexical property by language",
"Terms by semantic function by language",
"Terms by usage by language",
"Tất cả chủ đề",
"Khối ký tự Unicode",
"Mục từ tiêu đề không được hỗ trợ",
"Wiktionary",
}
for i, category in ipairs(data) do
data[i] = nil
data["Thể loại:" .. category] = true
end
return data