Module:Category tree/topic cat/data/Philosophy: Difference between revisions

From The Languages of David J. Peterson
Jump to navigation Jump to search
m (Text replacement - "\{\{subst:wt\|(.+?)\}\}" to "\1")
Tag: Reverted
m (Reverted edits by Juelos (talk) to last revision by Djp)
Tags: Rollback Reverted
Line 22: Line 22:


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

Revision as of 13:22, 25 August 2024

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