Modul:category tree/topic/Philosophy
Napohlad
Lua-zmylk: expandTemplate: template "topic cat data submodule documentation" does not exist.
local labels = {}
labels["philosophy"] = {
type = "related-to",
description = "default",
parents = {"all topics"},
}
labels["aesthetics"] = {
type = "related-to",
description = "default no singularize",
parents = {"philosophy"},
}
labels["Ancient Greek philosophy"] = {
type = "related-to",
breadcrumb = "Ancient Greek",
description = "default",
parents = {"philosophy", "Ancient Greece"},
}
labels["Chinese philosophy"] = {
type = "related-to",
breadcrumb = "Chinese",
description = "default",
parents = {"philosophy", "China"},
}
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["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["Platonism"] = {
type = "related-to",
description = "default",
parents = {"Ancient Greek philosophy"},
}
labels["theology"] = {
type = "related-to",
description = "default",
parents = {"philosophy", "religion"},
}
labels["transhumanism"] = {
type = "related-to",
description = "default",
parents = {"philosophy", "technology"},
}
labels["virtue"] = {
type = "related-to",
description = "default",
parents = {"ethics"},
}
return labels