Module:category tree/topic cat/data/Sex
Voorkoms
Dokumentasie vir hierdie module kan geskep word by: Module:category tree/topic cat/data/Sex/doc
local labels = {}
labels["sex"] = {
description = "{{{langname}}} terms related to [[sexual intercourse]] or [[sexuality]]. (For terms relating to sex and gender, see [[:Category:Gender]].)",
parents = {"all topics"},
}
labels["BDSM"] = {
description = "default with capital",
parents = {"sex"},
}
labels["birth control"] = {
description = "default",
parents = {"sex", "pregnancy"},
}
labels["LGBT"] = {
description = "{{{langname}}} terms related to [[LGBT]] ([[lesbian]], [[gay]], [[bisexual]], [[transgender]]).",
parents = {"sexuality"}, -- for the T 'gender' should perhaps be a parent, but then nesting gets circularish
}
labels["pedophilia"] = {
description = "default",
parents = {"sex", "philias"},
}
labels["polyamory"] = {
description = "default",
parents = {"love"},
}
labels["pornography"] = {
description = "default",
parents = {"sex"},
}
labels["prostitution"] = {
description = "default",
parents = {"sexuality"},
}
labels["seduction community"] = {
description = "{{{langname}}} terms related to the [[w:Seduction community|seduction community]].",
parents = {"sex"},
}
labels["sex positions"] = {
description = "default",
parents = {"sex"},
}
labels["sexuality"] = {
description = "default",
parents = {"sex", "human behaviour"},
}
labels["sexual orientations"] = {
description = "default",
parents = {"sexuality", "LGBT", "love"},
}
labels["romantic orientations"] = {
description = "default",
parents = {"sexuality", "LGBT", "love"},
}
return labels