Module:Category tree/topic cat/data/Philosophy

From The Languages of David J. Peterson
Revision as of 20:40, 23 January 2020 by Djp (talk | contribs) (Created page with "local labels = {} labels["philosophy"] = { description = "default", parents = {"all topics"}, } labels["aesthetics"] = { description = "default", parents = {"philosophy"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Category tree/topic cat/data/Philosophy/documentation

local labels = {}

labels["philosophy"] = {
	description = "default",
	parents = {"all topics"},
}

labels["aesthetics"] = {
	description = "default",
	parents = {"philosophy"},
}

labels["epistemology"] = {
	description = "default",
	parents = {"philosophy"},
}

labels["ethics"] = {
	description = "default",
	parents = {"philosophy"},
}

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

labels["metaphysics"] = {
	description = "default",
	parents = {"philosophy"},
}

labels["theology"] = {
	description = "default",
	parents = {"philosophy", "religion"},
}

labels["Chinese philosophy"] = {
	description = "{{{langname}}} terms related to Chinese philosophy.",
	parents = {"philosophy"},
}

return labels