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

From blackwiki
Jump to navigation Jump to search
blackwiki>HastaLaVi2
(+ data)
blackwiki>HastaLaVi2
(fix)
Line 1: Line 1:
 
local k = {}
 
local k = {}
 +
 +
k["in arts"] = {
 +
parents = {"categories"},
 +
sort_keys = {"A"},
 +
stage = 4,
 +
}
 +
 +
--the list is in alphabetical order
  
 
k["albums"] = {
 
k["albums"] = {
Line 11: Line 19:
 
sort_keys = {"C"},
 
sort_keys = {"C"},
 
stage = 2,
 
stage = 2,
}
 
 
k["in arts"] = {
 
parents = {"categories"},
 
sort_keys = {"A"},
 
stage = 4,
 
 
}
 
}
  

Revision as of 21:33, 17 September 2020

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

local k = {}

k["in 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 arts"},
	sort_keys = {"M"},
	stage = 3,
}

k["works"] = {
	parents = {"categories", "in arts"},
	sort_keys = {"W", "W"},
	stage = 4,
}

return k