模組:Category tree/data

維基詞典,自由的多語言詞典

此模塊列出了Category:分类中的分類頁,以讓Module:category treeCategory:分类設為所有分類頁的底端。


local data = {
	"所有語系",
	"所有語言",
	"所有文字",
	"Categories only containing subcategories",
	"Character boxes",
	"Characters by script",
	"Entries with audio examples",
	"Entries with redirects",
	"Entry maintenance by language",
	"Figures of speech by language",
	"Gestures",
	"Lemmas by language",
	"字母",
	"列表",
	"Non-lemma forms by language",
	"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",
	"所有主題",
	"Unicode區段",
	"Unsupported titles",
	"維基詞典",
	"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