Modul:category tree/topic cat/data/Thesaurus
Penampilan
- Berikut merupakan pendokumenan yang dijana oleh Templat:topic cat data submodule documentation. [sunting]
- Pautan berguna: laman akar • sublaman • pautan • transklusi • kes ujian • kotak pasir
Sublaman
[sunting]local labels = {}
-- THESE CATEGORIES ARE ONLY INTENDED FOR USE IN THE THESAURUS!
labels["kategori tesaurus sahaja"] = {
type = "grouping",
description = "{{error|do not use this category}}",
parents = {"semua topik"},
}
-- closest existing label: ????
labels["aggression"] = {
type = "berkenaan",
description = "default",
parents = {"tingkah laku manusia", "kemarahan"},
thesaurusonly = true,
}
labels["konsep"] = {
type = "grouping",
description = "{{{langname}}} terms grouped into conceptual categories",
parents = {"kategori tesaurus sahaja"},
thesaurusonly = true,
}
-- closest existing label: None (handled by POS categories like "LANG offensive terms")
labels["abusive language"] = {
type = "berkenaan",
description = "default",
parents = {"komunikasi"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["change"] = {
type = "berkenaan",
description = "=[[change]] and [[stasis]]",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["connection"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: "metaphysics" or "ontology" - but this is broader in scope
labels["existence"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["harmony and opposition"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: ????
labels["intellectual faculties"] = {
type = "berkenaan",
description = "default",
parents = {"human"},
thesaurusonly = true,
}
-- closest existing label: None (handled by the POS category "LANG interjections")
labels["interjections"] = {
type = "berkenaan",
description = "default",
parents = {"komunikasi"},
thesaurusonly = true,
}
-- closest existing label: "drugs" - but this is broader in scope
labels["intoxication and intoxicants"] = {
type = "berkenaan",
description = "=[[intoxication]] and [[intoxicants]]",
parents = {"kategori tesaurus sahaja"},
thesaurusonly = true,
}
-- closest existing label: "love" - but the thesaurus cat incorporates friendship etc
labels["love and affection"] = {
type = "berkenaan",
description = "default",
parents = {"emotions"},
thesaurusonly = true,
}
-- closest existing label: ????
labels["morality"] = {
type = "berkenaan",
description = "default",
parents = {"personal qualities", "konsep"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["order"] = {
type = "berkenaan",
description = "{{{langname}}} terms describing the order and disorder in which things occur or are found; terms to do with the sequential and chaotic nature of things",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: "personality" - but we use that cat for personality traits, while "personal qualities" is for transient states one can be in (e.g. lucky, drunk)
labels["personal qualities"] = {
type = "berkenaan",
description = "{{{langname}}} terms describing transient states a person can be in (e.g. lucky, drunk)",
parents = {"kategori tesaurus sahaja"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["possession"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["power"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: "quantity" - but we don't want this category to be under Mathematics, these are not mathematical concepts
labels["quantities"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["relative qualities"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: ????
labels["social acts"] = {
type = "berkenaan",
description = "default",
parents = {"tingkah laku manusia", "komunikasi"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["status"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
-- closest existing label: "transport" - but this is much broader, containing verbs of motion and the like
labels["travel and movement"] = {
type = "berkenaan",
description = "default",
parents = {"konsep", "tingkah laku manusia"},
thesaurusonly = true,
}
-- closest existing label: ?????
labels["volition"] = {
type = "berkenaan",
description = "default",
parents = {"konsep"},
thesaurusonly = true,
}
return labels