มอดูล:category tree/topic cat/data/สิ่งมีชีวิต

local labels = {}

labels["สิ่งมีชีวิต"] = {
	type = "set",
	description = "=forms of [[life]]",
	parents = {"หัวข้อทั้งหมด", "ชีวิต"},
}
labels["lifeforms"] = labels["สิ่งมีชีวิต"]

labels["สาหร่าย"] = {
	type = "set",
	description = "=[[alga|algae]]",
	parents = {"สิ่งมีชีวิต"},
}
labels["algae"] = labels["สาหร่าย"]

labels["alveolates"] = {
	type = "set",
	description = "=[[unicellular]] [[eukaryote]]s in the [[superphylum]] [[Alveolata]]",
	parents = {"สิ่งมีชีวิต"},
}

labels["แบคทีเรีย"] = {
	type = "set",
	description = "=[[bacterium|bacteria]]",
	parents = {"สิ่งมีชีวิต"},
}
labels["bacteria"] = labels["แบคทีเรีย"]

labels["blue-green algae"] = {
	type = "set",
	description = "=[[photosynthetic]] [[bacteria]], also known as [[cyanobacteria]], which were formerly classified as [[algae]]",
	parents = {"แบคทีเรีย", "สาหร่าย"},
}

labels["brown algae"] = {
	type = "set",
	description = "=[[badderlocks]], [[gulfweed]], [[kelp]], [[wakame]], and other algae in the [[class]] [[Phaeophyceae]]",
	parents = {"สาหร่าย"},
}

labels["castrated animals"] = {
	type = "set",
	description = "default",
	parents = {"ปศุสัตว์", "male animals", "castration"},
}

labels["euagarics"] = {
	type = "set",
	description = "=[[amanita]]s, [[armillaria]]s, [[bird's nest fungus]], [[blewit]]s, [[button mushroom]]s, [[cortinar]]s, [[enoki]], [[field mushroom]]s, [[inkcap]]s, [[matsutake]], [[nameko]], [[oyster mushroom]]s, [[psilocybe]]s, [[puffball]]s, [[shiitake]], [[shimeji]], [[straw mushroom]]s, [[sulfur tuft]]s, [[waxy cap]]s and other [[gill]]ed [[mushroom]]s in the [[order]] [[Agaricales]]",
	parents = {"เห็ด"},
}

labels["foraminifera"] = {
	type = "set",
	description = "=single-celled [[organism]]s in the [[phylum]] or [[subphylum]] [[Foraminifera]]",
	parents = {"สิ่งมีชีวิต"},
}

labels["เห็ดรา"] = {
	type = "set",
	description = "default",
	parents = {"สิ่งมีชีวิต"},
}
labels["fungi"] = labels["เห็ดรา"]

labels["green algae"] = {
	type = "set",
	description = "=algae in the [[division]]s [[Charophyta]] and [[Chlorophyta]]",
	parents = {"สาหร่าย"},
}

labels["larvae"] = {
	type = "set",
	description = "default",
	parents = {"แมลง", "baby animals"},
}

labels["ไลเคน"] = {
	type = "set",
	description = "=[[lichen]]s, composite organisms consisting of fungi and algae living together symbiotically",
	parents = {"สิ่งมีชีวิต", "สาหร่าย", "เห็ดรา"},
}
labels["lichens"] = labels["ไลเคน"]

labels["ปศุสัตว์"] = {
	type = "related-to",
	description = "default",
	parents = {"สัตว์", "เกษตรกรรม"},
}
labels["livestock"] = labels["ปศุสัตว์"]

labels["เห็ด"] = {
	type = "set",
	description = "default",
	parents = {"เห็ดรา"},
	wpcat = true,
	commonscat = true,
}
labels["mushrooms"] = labels["เห็ด"]

labels["oomycetes"] = {
	type = "set",
	description = "=[[fungus]]-like organisms in the class [[Oomycota]]",
	parents = {"สิ่งมีชีวิต"},
}

labels["ปรสิต"] = {
	type = "set",
	description = "default",
	parents = {"สิ่งมีชีวิต"},
}
labels["parasites"] = labels["ปรสิต"]

labels["Pezizales order fungi"] = {
	type = "set",
	description = "=[[brain mushroom]]s, [[elfin saddle]]s, [[common brown cup]]s, [[false morel]]s, [[hare's ear]]s, [[lorchel]]s, [[morel]]s, [[truffle]]s, [[turban-top]]s, and other [[ascomycete]] [[fungi]] in the [[order]] [[Pezizales]]",
	parents = {"เห็ดรา", "เห็ด"},
}

labels["สัตว์ปีก"] = {
	type = "related-to",
	description = "default",
	parents = {"นก", "ปศุสัตว์"},
}
labels["poultry"] = labels["สัตว์ปีก"]

labels["โพรทิสต์"] = {
	type = "set",
	description = "default",
	parents = {"สิ่งมีชีวิต"},
}
labels["protists"] = labels["โพรทิสต์"]

labels["red algae"] = {
	type = "set",
	description = "=[[dulse]], [[laver]], [[Irish moss]], and other algae in the [[division]] [[Rhodophyta]]",
	parents = {"สาหร่าย"},
}

labels["ไวรอยด์"] = {
	type = "set",
	description = "default",
	parents = {"สิ่งมีชีวิต"},
}
labels["viroids"] = labels["ไวรอยด์"]

labels["ไวรัส"] = {
	type = "set",
	description = "default",
	parents = {"สิ่งมีชีวิต"},
}
labels["viruses"] = labels["ไวรัส"]

labels["ยีสต์"] = {
	type = "set",
	description = "default",
	parents = {"เห็ดรา"},
}
labels["yeasts"] = labels["ยีสต์"]

return labels