مۆدیوول:category tree/topic cat/data/Philosophy

لە ویکیفەرھەنگ

"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/topic cat/data/Philosophy/docدا دروست بکرێ"

local labels = {}

labels["philosophy"] = {
	type = "related-to",
	description = "default",
	parents = {"all topics"},
}

labels["aesthetics"] = {
	type = "related-to",
	description = "default no singularize",
	parents = {"philosophy"},
}

labels["atheism"] = {
	type = "related-to",
	description = "default",
	parents = {"religion", "philosophy"},
}

labels["Confucianism"] = {
	type = "related-to",
	description = "default",
	parents = {"Chinese philosophy", "religion"},
}

labels["epistemology"] = {
	type = "related-to",
	description = "default",
	parents = {"philosophy"},
}

labels["ethics"] = {
	type = "related-to",
	description = "default no singularize",
	parents = {"philosophy"},
}

labels["afterlife"] = {
	type = "related-to",
	description = "=the [[afterlife]] (existence after death)",
	parents = {"philosophy", "religion", "mythology", "death"},
}

labels["jurisprudence"] = {
	type = "related-to",
	description = "default",
	parents = {"law", "philosophy", "humanities"},
}

labels["metaphysics"] = {
	type = "related-to",
	description = "default no singularize",
	parents = {"philosophy"},
}

labels["memetics"] = {
	type = "related-to",
	description = "default no singularize",
	parents = {"philosophy"},
}

labels["theology"] = {
	type = "related-to",
	description = "default",
	parents = {"philosophy", "religion"},
}

labels["transhumanism"] = {
	type = "related-to",
	description = "default",
	parents = {"philosophy", "technology"},
}

labels["Chinese philosophy"] = {
	type = "related-to",
	description = "default",
	parents = {"philosophy"},
}

labels["virtue"] = {
	type = "related-to",
	description = "default",
	parents = {"ethics"},
}

return labels