Модул:category tree/topic cat/data/Philosophy

Script error: The function "main" does not exist.

local labels = {}

labels["филозофија"] = {
	type = "повезаних",
	description = "default",
	parents = {"све теме"},
}

labels["aesthetics"] = {
	type = "повезаних",
	description = "default no singularize",
	parents = {"филозофија"},
}

labels["atheism"] = {
	type = "повезаних",
	description = "default",
	parents = {"religion", "филозофија"},
}

labels["Confucianism"] = {
	type = "повезаних",
	description = "default",
	parents = {"Chinese philosophy", "religion"},
}

labels["epistemology"] = {
	type = "повезаних",
	description = "default",
	parents = {"филозофија"},
}

labels["ethics"] = {
	type = "повезаних",
	description = "default no singularize",
	parents = {"филозофија"},
}

labels["afterlife"] = {
	type = "повезаних",
	description = "=the [[afterlife]] (existence after death)",
	parents = {"филозофија", "religion", "mythology", "death"},
}

labels["hell"] = {
	type = "повезаних",
	description = "default",
	parents = {"afterlife", "horror", "torture"},
}

labels["jurisprudence"] = {
	type = "повезаних",
	description = "default",
	parents = {"law", "филозофија", "humanities"},
}

labels["metaphysics"] = {
	type = "повезаних",
	description = "default no singularize",
	parents = {"филозофија"},
}

labels["memetics"] = {
	type = "повезаних",
	description = "default no singularize",
	parents = {"филозофија"},
}

labels["theology"] = {
	type = "повезаних",
	description = "default",
	parents = {"филозофија", "religion"},
}

labels["transhumanism"] = {
	type = "повезаних",
	description = "default",
	parents = {"филозофија", "technology"},
}

labels["Chinese philosophy"] = {
	type = "повезаних",
	description = "default",
	parents = {"филозофија"},
}

labels["virtue"] = {
	type = "повезаних",
	description = "default",
	parents = {"ethics"},
}

return labels