Difference between revisions of "Module:Autocat/data/arts"

From blackwiki
Jump to navigation Jump to search
blackwiki>HastaLaVi2
(portals)
blackwiki>Timrollpickering
m (→‎top: per Wikipedia:Categories for discussion/Log/2020 September 15, replaced: in arts → in the arts (3))
Line 1: Line 1:
 
local k = {}
 
local k = {}
  
k["in arts"] = {
+
k["in the arts"] = {
 
parents = {"categories"},
 
parents = {"categories"},
 
sort_keys = {"A"},
 
sort_keys = {"A"},
Line 22: Line 22:
  
 
k["in music"] = {
 
k["in music"] = {
parents = {"in arts"},
+
parents = {"in the arts"},
 
sort_keys = {"M"},
 
sort_keys = {"M"},
 
stage = 3,
 
stage = 3,
Line 28: Line 28:
  
 
k["works"] = {
 
k["works"] = {
parents = {"categories", "in arts"},
+
parents = {"categories", "in the arts"},
 
sort_keys = {"W", "W"},
 
sort_keys = {"W", "W"},
 
stage = 4,
 
stage = 4,

Revision as of 08:58, 23 September 2020

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,
	see = {"establishments"},
	portals = {"arts", "history"},
	description = "Works published, created or produced {{{hide|in the}}} {{{type}}} {{{year}}}",
}

return k