Mô đun:Autocat/data/people

Bách khoa toàn thư mở Wikipedia
Tài liệu mô đun[tạo]
local k = {}

k["người"] = {
	parents = {"thể loại"},
	sort_keys = {"P"},
	stage = 4,
	see = {"sinh", "mất"},
}

--the list is in alphabetical order

k["sinh"] = {
	parents = {"bắt đầu", "người"},
	sort_keys = {"B", "B"},
	stage = 4,
	description = "'''Người sinh ra''' {{{hide|in the}}} {{{type}}} {{{year}}}",
	see = {"mất"},
	byCat = "up",
}

k["mất"] = {
	parents = {"kết thúc", "người"},
	sort_keys = {"D", "D"},
	stage = 4,
	description = "'''Người đã chết''' {{{hide|in the}}} {{{type}}} {{{year}}}",
	see = {"sinh"},
}

return k