Module:Category tree/topic cat/data/Philosophy: Difference between revisions
m (Text replacement - "\{\{subst:wt\|(.+?)\}\}" to "\1") Tag: Reverted |
Tags: Rollback Reverted |
||
Line 22: | Line 22: | ||
labels["afterlife"] = { | labels["afterlife"] = { | ||
description = "{{{langname}}} terms related to the [[ | 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