模組:category tree/data

來自維基辭典

呢個模組嘅解說可以喺模組:category tree/data/doc度開

local data = {
	"所有語系",
	"所有語言",
	"所有文字",
	"Categories only containing subcategories",
	"字元資料盒",
	"Characters by script",
	"Entries with audio examples",
	"Entries with redirects",
	"Entry maintenance by language",
	"Figures of speech by language",
	"Gestures",
	"詞元",
	"Letters",
	"Lists",
	"非詞元詞形",
	"Phrasebooks by language",
	"Protologisms",
	"Regionalisms",
	"Rhymes by language",
	"Sentences by language",
	"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",
	"All topics",
	"統一碼區段",
	"唔支援嘅標題",
	"維基辭典",
	"Wiktionary pages that don't exist",
	"Wiktionary-namespace discussion pages",
}

for i, category in ipairs(data) do
	data[i] = nil
	data["Category:" .. category] = true
end

return data