Module:Autocat/data

From blackwiki
< Module:Autocat
Revision as of 13:16, 26 September 2020 by Blackwikiadmin (talk | contribs) (3 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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