مۆدیوول:category tree/topic cat/data/Sex

لە ویکیفەرھەنگ

"بەڵگەدارکردنی ئەم مۆدیوولە دەکرێ لە مۆدیوول:category tree/topic cat/data/Sex/docدا دروست بکرێ"

local labels = {}

labels["sex"] = {
	type = "related-to",
	description = "=[[sexual intercourse]] or [[sexuality]]",
	additional = "For terms related to sex and gender, see [[:Category:Gender]].",
	parents = {"all topics", "reproduction"},
}

labels["ABDL"] = {
	type = "related-to",
	description = "default",
	parents = {"sexuality"},
}

labels["BDSM"] = {
	type = "related-to",
	description = "default",
	parents = {"sexuality"},
}

labels["birth control"] = {
	type = "related-to",
	description = "default",
	parents = {"sex", "pregnancy"},
}

labels["incest"] = {
	type = "related-to",
	description = "default",
	parents = {"sex"},
}

labels["LGBT"] = {
	type = "related-to",
	description = "=[[LGBT]] ([[lesbian]], [[gay]], [[bisexual]], [[transgender]])",
	parents = {"sexuality"}, -- for the T 'gender' should perhaps be a parent, but then nesting gets circularish
}

labels["masturbation"] = {
	type = "related-to",
	description = "default",
	parents = {"sex"},
}

labels["pedophilia"] = {
	type = "related-to",
	description = "default",
	parents = {"paraphilias"},
}

labels["paraphilias"] = {
	type = "set",
	description = "default",
	parents = {"sexuality", "sexology", "philias"},
}

labels["polyamory"] = {
	type = "related-to",
	description = "default",
	parents = {"love", "romantic orientations", "sexual orientations"},
}

labels["pornography"] = {
	type = "related-to",
	description = "default",
	parents = {"sex"},
}

labels["prostitution"] = {
	type = "related-to",
	description = "default",
	parents = {"sexuality"},
}

labels["seduction community"] = {
	type = "related-to",
	description = "default with the wikify",
	parents = {"masculism", "sex"},
}

labels["sex positions"] = {
	type = "set",
	description = "default",
	parents = {"sex"},
}

labels["sexuality"] = {
	type = "related-to",
	description = "default",
	parents = {"sex", "human behaviour"},
}

labels["sexual orientations"] = {
	type = "set",
	description = "default",
	parents = {"sexuality", "LGBT", "love"},
}

labels["romantic orientations"] = {
	type = "set",
	description = "default",
	parents = {"sexuality", "LGBT", "love"},
}

return labels