Difference between revisions of "Module:Autocat/data"

From blackwiki
Jump to navigation Jump to search
blackwiki>HastaLaVi2
(+ data module (empty for now))
 
blackwiki>HastaLaVi2
(+ data)
Line 1: Line 1:
 
local k = {}
 
local k = {}
 +
 +
--the list is in alphabetical order
 +
 +
k["beginnings"] = {
 +
parents = {"categories"},
 +
sort_keys = {"B"},
 +
stage = 4,
 +
see = {"endings"},
 +
}
 +
 +
k["endings"] = {
 +
parents = {"categories"},
 +
sort_keys = {"E"},
 +
stage = 4,
 +
see = {"beginnings"},
 +
}
  
 
return k
 
return k

Revision as of 21:14, 17 September 2020

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

local k = {}

--the list is in alphabetical order

k["beginnings"] = {
	parents = {"categories"},
	sort_keys = {"B"},
	stage = 4,
	see = {"endings"},
}

k["endings"] = {
	parents = {"categories"},
	sort_keys = {"E"},
	stage = 4,
	see = {"beginnings"},
}

return k