Module:Category tree/topic cat/data/Sex

From The Languages of David J. Peterson
Jump to navigation Jump to search

Documentation for this module may be created at Module:Category tree/topic cat/data/Sex/documentation

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