Difference between revisions of "Template:Infraspeciesbox/doc"
imported>Peter coxhead (→Performance considerations: update) |
imported>Plantdrew (add templatedata) |
||
| Line 96: | Line 96: | ||
==Performance considerations== | ==Performance considerations== | ||
As of November 2017, this template had not been tested with many of the other possible parameters. | As of November 2017, this template had not been tested with many of the other possible parameters. | ||
| + | |||
| + | ==Template Data== | ||
| + | {{TemplateDataHeader}} | ||
| + | <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> | ||
Revision as of 00:41, 2 March 2017
| 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.
Contents
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 →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".)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.
Performance considerations
As of November 2017, this template had not been tested with many of the other possible parameters.
Template Data
TemplateData for Infraspeciesbox
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | optional |
| Image | image | no description | File | optional |
| Image_caption | image_caption | no description | String | optional |
| Image_alt | image_alt | no description | String | optional |
| Genus | genus | no description | String | required |
| Species | species | no description | String | required |
| Subspecies | subspecies | no description | String | optional |
| Varietas | varietas | no description | String | optional |
| Authority | authority | no description | String | optional |
| Synonyms_ref | synonyms_ref | no description | Unknown | optional |
| Synonyms | synonyms | no description | Unknown | optional |