Module:category tree/data

ពីWiktionary

Documentation for this module may be created at Module:category tree/data/doc

local data = {
	"គ្រួសារភាសាទាំងអស់",
	"ភាសាទាំងអស់",
	"ស្គ្រីបទាំងអស់",
	"Categories only containing subcategories",
	"Character boxes",
	"តួអក្សរដោយស្គ្រីប",
	"Entries with audio examples",
	"Entries with redirects",
	"ការថែរក្សាការបញ្ចូលតាមភាសា",
	"តួលេខនៃការនិយាយតាមភាសា",
	"Gestures",
	"Lemmas by language",
	"Letters",
	"Lists",
	"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",
	"All topics",
	"Unicode blocks",
	"Unsupported titles",
	"Wiktionary",
	"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