Module:Category tree/data

From Multilingual Bookbinding Dictionary
< Module:Category tree
Revision as of 19:58, 6 September 2018 by Adminsuzy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

local data = {
	"All languages",
	"Entries with redirects",
	"Entry maintenance by language",
	"Figures of speech by language",
	"Lemmas by language",
	"Lists",
	"Non-lemma forms by language",
	"Regionalisms",
	"Terms by usage by language",
	"All topics",
}

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

return data