Module:Autocat/data

From blackwiki
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"},
}

k["establishments"] = {
	parents = {"beginnings"},
	sort_keys = {"E"},
	stage = 4,
	see = {"disestablishments"},
	portals = {"history"},
	description = "This category is for organizations, places or other things founded or established {{{hide|in the}}} '''{{{type}}}''' {{{year}}}",
}

k["disestablishments"] = {
	parents = {"endings"},
	sort_keys = {"D"},
	stage = 4,
	see = {"establishments"},
	portals = {"history"},
	description = "This category is for organizations, places or other things abolished or disestablished {{{hide|in the}}} '''{{{type}}}''' {{{year}}}",
}

return k