Module:Autocat/data

From blackwiki
< Module:Autocat
Revision as of 21:14, 17 September 2020 by blackwiki>HastaLaVi2 (+ data)
Jump to navigation Jump to search

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