Difference between revisions of "Module:Category tree/data"
Jump to navigation
Jump to search
(Created page with "local data = { "All language families", "All languages", "All scripts", "Categories only containing subcategories", "Character boxes", "Characters by script", "Entries...") |
|||
| Line 1: | Line 1: | ||
local data = { | local data = { | ||
| − | |||
"All languages", | "All languages", | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"Entries with redirects", | "Entries with redirects", | ||
"Entry maintenance by language", | "Entry maintenance by language", | ||
"Figures of speech by language", | "Figures of speech by language", | ||
| − | |||
"Lemmas by language", | "Lemmas by language", | ||
| − | |||
"Lists", | "Lists", | ||
"Non-lemma forms by language", | "Non-lemma forms by language", | ||
| − | |||
| − | |||
"Regionalisms", | "Regionalisms", | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
"Terms by usage by language", | "Terms by usage by language", | ||
"All topics", | "All topics", | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Latest revision as of 19:58, 6 September 2018
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