Template:Infraspeciesbox
Paeonia daurica subsp. mlokosewitschii | |
---|---|
Scientific classification | |
Unrecognized taxon (fix): | Paeonia |
Subgenus: | |
Species: | |
Trinomial name | |
Paeonia daurica subsp. mlokosewitschii |
This template uses Lua: |
Taxonomy templates
Taxobox templates
- Which should be used?
- Changing the taxa displayed
- Convert a taxobox to an automated taxobox
- Glossary of automated taxobox parameters
- Automatic taxobox – mainly for genera and higher taxa
- Speciesbox – for a species
- Subspeciesbox – for an animal subspecies
- Infraspeciesbox – for a plant subspecies or variety
- Hybridbox – for an animal hybrid within a genus
- Ichnobox – for a trace fossil
- Oobox – for a fossil egg
- Virusbox – for viruses and non-cellular life
- Paraphyletic group – for concepts that do not correspond to a monophyletic clade
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.
At present it can only handle the ranks subspecies and variety (varietas) or the combination of the two.
Usage
The parameters are generally the same as Template:Subspeciesbox, which handles subspecies whose names are governed by the Zoological Code.
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 | |
Unrecognized taxon (fix): | Yucca |
Subgenus: | |
Species: | |
Subspecies: | Template:Taxonomy/YuccaY. 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 | |
Unrecognized taxon (fix): | Yucca |
Subgenus: | |
Species: | |
Variety: | Template:Taxonomy/YuccaY. 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 | |
Unrecognized taxon (fix): | Yucca |
Subgenus: | |
Species: | |
Subspecies: | |
Variety: | Template:Taxonomy/YuccaY. g. var. tenuifolia
|
Trinomial name | |
Yucca grandiflora var. tenuifolia B.Anon
|
Performance considerations
As of November 2017, this template had not been tested with many of the other possible parameters.
Template Data
Infraspeciesbox
<templatedata> { "params": { "genus": { "type": "string", "required": true }, "species": { "type": "string", "required": true }, "subspecies": { "type": "string" }, "varietas": { "type": "string" }, "authority": { "type": "string" }, "image": { "type": "wiki-file-name" }, "image_caption": { "type": "string" }, "image_alt": { "type": "string" }, "synonyms_ref": {}, "synonyms": {}, "name": { "type": "string" } }, "paramOrder": [ "name", "image", "image_caption", "image_alt", "genus", "species", "subspecies", "varietas", "authority", "synonyms_ref", "synonyms" ], "format": "block" } </templatedata>
The above documentation is transcluded from Template:Infraspeciesbox/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |