Template:Infraspeciesbox/doc

From The CarniVault
Revision as of 01:37, 25 February 2025 by NepenthesOdyssey (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Documentation for the automated taxobox system

Taxonomy templates

Taxobox templates

Template:Infraspeciesbox displays an automatic taxobox for a rank lower than species (an infraspecific rank) for taxa governed by the ICN  (the botanical code). For taxa governed by the ICZN  (the zoological code), see Template:Subspeciesbox.

It can only handle a subspecies or a variety (varietas), or a combination of the two. See {{Infraspeciesbox special}} for other infraspecific ranks, including form (forma).

Usage

The parameters are generally the same as Template:Subspeciesbox, which handles subspecies whose names are governed by the Zoological Code.

Note: the example taxoboxes below show how they would look if on a page with the scientific name as the title, when the taxobox name would be set to the page title by default.

Subspecies only

Suppose that a species called Yucca grandiflora has a subspecies Y. g. subsp. laxifolia. Then:

{{Infraspeciesbox
| genus = Yucca
| species = grandiflora
| subspecies = laxifolia
| authority = A.Anon
}}
generates →
Yucca grandiflora subsp. laxifolia
Scientific classification Edit this classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Monocots
Order: Asparagales
Family: Asparagaceae
Subfamily: Agavoideae
Genus: Yucca
Species:
Subspecies:
Y. g. subsp. laxifolia
Trinomial name
Yucca grandiflora subsp. laxifolia
A.Anon

Variety only

Suppose that the species Yucca grandiflora has a variety Y. g. var. tenuifolia, with no intervening subspecies. Then:

{{Infraspeciesbox
| genus = Yucca
| species = grandiflora
| varietas = tenuifolia
| authority = B.Anon
}}

generates →

(The parameter "variety" can be used in place of "varietas".)
Yucca grandiflora var. tenuifolia
Scientific classification Edit this classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Monocots
Order: Asparagales
Family: Asparagaceae
Subfamily: Agavoideae
Genus: Yucca
Species:
Variety:
Y. g. var. tenuifolia
Trinomial name
Yucca grandiflora var. tenuifolia
B.Anon

Subspecies and variety

Finally suppose that Y. g. var. tenuifolia is actually within Y. g. subsp. laxifolia. Then:

{{Infraspeciesbox
|genus = Yucca
|species = grandiflora
|subspecies = laxifolia
|varietas = tenuifolia
|authority = B.Anon
}}

generates →

Note that the ICN does not allow Y. g. subsp. laxifolia var. tenuifolia as a name.
Yucca grandiflora var. tenuifolia
Scientific classification Edit this classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Monocots
Order: Asparagales
Family: Asparagaceae
Subfamily: Agavoideae
Genus: Yucca
Species:
Subspecies:
Variety:
Y. g. var. tenuifolia
Trinomial name
Yucca grandiflora var. tenuifolia
B.Anon

Authorities

If for some reason it is desired to attach authorities, this is done by working upwards from the lowest level taxon:

{{Infraspeciesbox
|genus = Rhododendron
|greatgrandparent_authority = L.
|subgenus = R. ''subg.'' Hymenanthes
|grandparent_authority = (Blume) K. Koch
|species = irroratum
|parent_authority = Franch.
|subspecies = pogonostylum
|authority = (Balf.f. & W.W.Sm.) D.F.Chamb.
}}
generates →
Rhododendron irroratum subsp. pogonostylum
Scientific classification Edit this classification
Kingdom: Plantae
Clade: Tracheophytes
Clade: Angiosperms
Clade: Eudicots
Clade: Asterids
Order: Ericales
Family: Ericaceae
Genus: Rhododendron
L.
Subgenus:
R. subg. Hymenanthes

(Blume) K. Koch
Species:
Franch.
Subspecies:
R. i. subsp. pogonostylum
Trinomial name
Rhododendron irroratum subsp. pogonostylum
(Balf.f. & W.W.Sm.) D.F.Chamb.

Extinct taxa

If the genus is marked as exinct in its taxonomy template, all lower ranked taxa will be shown with †. Otherwise, three parameters can be used.

  • If the target of the taxobox, whether subspecies or varietas, is extinct but higher ranked taxa are not, use |extinct=yes.
  • If the target of the taxobox is a varietas and a subspecies is included that is extinct, use |subspecies_extinct=yes. The varietas will also be shown as extinct.
  • If the species is extinct, use |species_extinct=yes. The subspecies and varietas, if present, will also be shown as extinct.

Template Data

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Infraspeciesbox in articles based on its TemplateData.

TemplateData for Infraspeciesbox

<templatedata> { "params": { "genus": { "type": "string", "required": true }, "species": { "type": "string", "required": true }, "subspecies": { "type": "string" }, "varietas": { "type": "string" }, "authority": { "type": "string", "suggested": true }, "image": { "type": "wiki-file-name", "suggested": true }, "image_caption": { "type": "string" }, "image_alt": { "type": "string" }, "synonyms_ref": { "type": "string" }, "synonyms": { "type": "string" }, "name": { "type": "string" }, "range_map": { "type": "wiki-file-name" }, "range_map_alt": { "type": "string" }, "range_map_caption": { "type": "string" }, "species_link": { "type": "string" }, "species_authority": { "type": "string" }, "status": { "type": "string" }, "status_system": { "type": "string" }, "status_ref": { "type": "string" }, "extinct": { "type": "string" }, "species_extinct": { "type": "string" }, "subspecies_extinct": { "type": "string" } }, "paramOrder": [ "name", "image", "image_caption", "image_alt", "status", "status_system", "status_ref", "genus", "species", "species_extinct", "species_authority", "species_link", "subspecies", "subspecies_extinct", "varietas", "authority", "extinct", "range_map", "range_map_alt", "range_map_caption", "synonyms", "synonyms_ref" ], "format": "block" } </templatedata>