Module:Category tree/topic cat/data/Lifeforms: Difference between revisions

From The Languages of David J. Peterson
Jump to navigation Jump to search
(Created page with "local labels = {} labels["lifeforms"] = { description = "{{{langname}}} terms for various forms of life.", parents = {"all sets", "nature", "list of sets"}, } labels["...")
 
m (Text replacement - "(\[\[)([^#][^:\]\[]*?\|[^:\]\[]*?\]\])" to "\1Wiktionary:\2")
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


labels["lifeforms"] = {
labels["lifeforms"] = {
description = "{{{langname}}} terms for various forms of [[life]].",
description = "{{{langname}}} terms for various forms of [[Wiktionary:life|life]].",
parents = {"all sets", "nature", "list of sets"},
parents = {"all sets", "nature", "list of sets"},
}
}


labels["algae"] = {
labels["algae"] = {
description = "{{{langname}}} terms for [[alga|algae]].",
description = "{{{langname}}} terms for [[Wiktionary:alga|algae]].",
parents = {"lifeforms", "list of sets"},
parents = {"lifeforms", "list of sets"},
}
}


labels["alveolates"] = {
labels["alveolates"] = {
description = "{{{langname}}} terms for [[single celled]] [[eukaryote]]s in the [[superphylum]] [[Alveolata]].",
description = "{{{langname}}} terms for [[Wiktionary:single celled|single celled]] [[Wiktionary:eukaryote|eukaryote]]s in the [[Wiktionary:superphylum|superphylum]] [[Wiktionary:Alveolata|Alveolata]].",
parents = {"lifeforms", "list of sets"},
parents = {"lifeforms", "list of sets"},
}
}


labels["bacteria"] = {
labels["bacteria"] = {
description = "{{{langname}}} terms for [[bacterium|bacteria]].",
description = "{{{langname}}} terms for [[Wiktionary:bacterium|bacteria]].",
parents = {"lifeforms", "list of sets"},
parents = {"lifeforms", "list of sets"},
}
}


labels["blue-green algae"] = {
labels["blue-green algae"] = {
description = "{{{langname}}} terms for [[photosynthetic]] [[bacteria]], also known as [[cyanobacteria]], which were formerly classified as [[algae]].",
description = "{{{langname}}} terms for [[Wiktionary:photosynthetic|photosynthetic]] [[Wiktionary:bacteria|bacteria]], also known as [[Wiktionary:cyanobacteria|cyanobacteria]], which were formerly classified as [[Wiktionary:algae|algae]].",
parents = {"bacteria", "algae", "list of sets"},
parents = {"bacteria", "algae", "list of sets"},
}
}


labels["brown algae"] = {
labels["brown algae"] = {
description = "{{{langname}}} terms for [[badderlocks]], [[gulfweed]], [[kelp]], [[wakame]], and other algae in the [[class]] [[Phaeophyceae]].",
description = "{{{langname}}} terms for [[Wiktionary:badderlocks|badderlocks]], [[Wiktionary:gulfweed|gulfweed]], [[Wiktionary:kelp|kelp]], [[Wiktionary:wakame|wakame]], and other algae in the [[Wiktionary:class|class]] [[Wiktionary:Phaeophyceae|Phaeophyceae]].",
parents = {"algae", "list of sets"},
parents = {"algae", "list of sets"},
}
}
Line 37: Line 37:


labels["green algae"] = {
labels["green algae"] = {
description = "{{{langname}}} terms for algae in the [[division]]s [[Charophyta]] and [[Chlorophyta]].",
description = "{{{langname}}} terms for algae in the [[Wiktionary:division|division]]s [[Wiktionary:Charophyta|Charophyta]] and [[Wiktionary:Chlorophyta|Chlorophyta]].",
parents = {"algae", "list of sets"},
parents = {"algae", "list of sets"},
}
}


labels["lichens"] = {
labels["lichens"] = {
description = "{{{langname}}} terms for [[lichen]]s, composite organisms consisting of fungi and algae living together symbiotically.",
description = "{{{langname}}} terms for [[Wiktionary:lichen|lichen]]s, composite organisms consisting of fungi and algae living together symbiotically.",
parents = {"lifeforms", "algae", "fungi", "list of sets"},
parents = {"lifeforms", "algae", "fungi", "list of sets"},
}
}
Line 52: Line 52:


labels["mushrooms"] = {
labels["mushrooms"] = {
description = "{{{langname}}} terms for [[mushroom]]s.",
description = "{{{langname}}} terms for [[Wiktionary:mushroom|mushroom]]s.",
parents = {"fungi", "list of sets"},
parents = {"fungi", "list of sets"},
}
}


labels["oomycetes"] = {
labels["oomycetes"] = {
description = "{{{langname}}} terms for [[fungus]]-like organisms in the class [[Oomycota]].",
description = "{{{langname}}} terms for [[Wiktionary:fungus|fungus]]-like organisms in the class [[Wiktionary:Oomycota|Oomycota]].",
parents = {"lifeforms", "list of sets"},
parents = {"lifeforms", "list of sets"},
}
}
Line 77: Line 77:


labels["red algae"] = {
labels["red algae"] = {
description = "{{{langname}}} terms for [[dulse]], [[laver]], [[Irish moss]], and other algae in the [[division]] [[Rhodophyta]].",
description = "{{{langname}}} terms for [[Wiktionary:dulse|dulse]], [[Wiktionary:laver|laver]], [[Wiktionary:Irish moss|Irish moss]], and other algae in the [[Wiktionary:division|division]] [[Wiktionary:Rhodophyta|Rhodophyta]].",
parents = {"algae", "list of sets"},
parents = {"algae", "list of sets"},
}
}


labels["viruses"] = {
labels["viruses"] = {
description = "{{{langname}}} terms for [[virus]]es.",
description = "{{{langname}}} terms for [[Wiktionary:virus|virus]]es.",
parents = {"lifeforms", "list of sets"},
parents = {"lifeforms", "list of sets"},
}
}


return labels
return labels

Latest revision as of 11:35, 31 August 2024

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

local labels = {}

labels["lifeforms"] = {
	description = "{{{langname}}} terms for various forms of [[Wiktionary:life|life]].",
	parents = {"all sets", "nature", "list of sets"},
}

labels["algae"] = {
	description = "{{{langname}}} terms for [[Wiktionary:alga|algae]].",
	parents = {"lifeforms", "list of sets"},
}

labels["alveolates"] = {
	description = "{{{langname}}} terms for [[Wiktionary:single celled|single celled]] [[Wiktionary:eukaryote|eukaryote]]s in the [[Wiktionary:superphylum|superphylum]] [[Wiktionary:Alveolata|Alveolata]].",
	parents = {"lifeforms", "list of sets"},
}

labels["bacteria"] = {
	description = "{{{langname}}} terms for [[Wiktionary:bacterium|bacteria]].",
	parents = {"lifeforms", "list of sets"},
}

labels["blue-green algae"] = {
	description = "{{{langname}}} terms for [[Wiktionary:photosynthetic|photosynthetic]] [[Wiktionary:bacteria|bacteria]], also known as [[Wiktionary:cyanobacteria|cyanobacteria]], which were formerly classified as [[Wiktionary:algae|algae]].",
	parents = {"bacteria", "algae", "list of sets"},
}

labels["brown algae"] = {
	description = "{{{langname}}} terms for [[Wiktionary:badderlocks|badderlocks]], [[Wiktionary:gulfweed|gulfweed]], [[Wiktionary:kelp|kelp]], [[Wiktionary:wakame|wakame]], and other algae in the [[Wiktionary:class|class]] [[Wiktionary:Phaeophyceae|Phaeophyceae]].",
	parents = {"algae", "list of sets"},
}

labels["fungi"] = {
	description = "default-set",
	parents = {"lifeforms", "list of sets"},
}

labels["green algae"] = {
	description = "{{{langname}}} terms for algae in the [[Wiktionary:division|division]]s [[Wiktionary:Charophyta|Charophyta]] and [[Wiktionary:Chlorophyta|Chlorophyta]].",
	parents = {"algae", "list of sets"},
}

labels["lichens"] = {
	description = "{{{langname}}} terms for [[Wiktionary:lichen|lichen]]s, composite organisms consisting of fungi and algae living together symbiotically.",
	parents = {"lifeforms", "algae", "fungi", "list of sets"},
}

labels["livestock"] = {
	description = "default",
	parents = {"animals", "agriculture"},
}

labels["mushrooms"] = {
	description = "{{{langname}}} terms for [[Wiktionary:mushroom|mushroom]]s.",
	parents = {"fungi", "list of sets"},
}

labels["oomycetes"] = {
	description = "{{{langname}}} terms for [[Wiktionary:fungus|fungus]]-like organisms in the class [[Wiktionary:Oomycota|Oomycota]].",
	parents = {"lifeforms", "list of sets"},
}

labels["parasites"] = {
	description = "default-set",
	parents = {"lifeforms", "list of sets"},
}

labels["poultry"] = {
	description = "default",
	parents = {"birds", "livestock"},
}

labels["protists"] = {
	description = "default-set",
	parents = {"lifeforms", "list of sets"},
}

labels["red algae"] = {
	description = "{{{langname}}} terms for [[Wiktionary:dulse|dulse]], [[Wiktionary:laver|laver]], [[Wiktionary:Irish moss|Irish moss]], and other algae in the [[Wiktionary:division|division]] [[Wiktionary:Rhodophyta|Rhodophyta]].",
	parents = {"algae", "list of sets"},
}

labels["viruses"] = {
	description = "{{{langname}}} terms for [[Wiktionary:virus|virus]]es.",
	parents = {"lifeforms", "list of sets"},
}

return labels