Module:Autocat/data/people

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

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

local k = {}

k["births"] = {
	parents = {"beginnings", "people"},
	sort_keys = {"B", "B"},
	stage = 4,
	description = "'''people born''' in the {{{type}}} {{{year}}}",
	see = {"deaths"},
}

k["deaths"] = {
	parents = {"endings", "people"},
	sort_keys = {"D", "D"},
	stage = 4,
	description = "'''people who died''' in the {{{type}}} {{{year}}}",
	bak = {"births"},
}

return k