Module:Autocat/data/arts

From blackwiki
< Module:Autocat‎ | data
Revision as of 13:16, 26 September 2020 by Blackwikiadmin (talk | contribs) (10 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Autocat/data/arts/doc

local k = {}

k["in the arts"] = {
	parents = {"categories"},
	sort_keys = {"A"},
	stage = 4,
}

--the list is in alphabetical order

k["albums"] = {
	parents = {"in music", "works"},
	sort_keys = {"A", "A"},
	stage = 3,
}

k["compilation albums"] = {
	parents = {"albums"},
	sort_keys = {"C"},
	stage = 2,
}

k["in music"] = {
	parents = {"in the arts"},
	sort_keys = {"M"},
	stage = 3,
}

k["works"] = {
	parents = {"categories", "in the arts"},
	sort_keys = {"W", "W"},
	stage = 4,
	portals = {"arts", "history"},
	description = "Works published, created or produced {{{hide|in the}}} {{{type}}} {{{year}}}",
}

return k