വിക്കിപീഡിയ:Automated taxobox system/map
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
This page provides a map of the templates which act together to create a taxobox in the automated taxobox system. It is meant to assist editors maintaining the system.
Note that it may not always be up to date.
Overview
തിരുത്തുകUpdated: 13 January 2017
The core part of the automatic taxobox system displays a taxonomy for a target taxon by retrieving the taxonomic hierarchy stored in "Taxonomy/taxon" templates. Module:Autotaxobox provides key support for the system. In particular, all traversals of the taxonomic hierarchy are coded in Lua in this module to avoid the expansion depth issues that were previously caused by using the template language. The main functions and templates involved in this process are outlined below.
- {{Speciesbox}}, {{Automatic taxobox}}, etc.
Generate a taxobox for all taxa from the rank of species upwards. They use the parametertaxon
, or the page name if this parameter is omitted, to construct the name of the taxon which is the target of the automated taxobox. They then invoke {{Taxobox/core}} with|parent=target_taxon
, passing on any other taxobox-related parameters. {{Speciesbox}} retrieves the taxonomic hierarchy using only the genus name; {{Automatic taxobox}} uses the full name of the taxon.- {{Taxobox/core}}
Generates an automatic taxobox, but only when passed the parameterparent
. (Otherwise it generates a manual taxobox.) It creates the structure of a taxobox and handles all the taxobox-related parameters, other thanparent
, that are passed to it.- Module:Autotaxobox|
taxoboxColour
First, the system has to find the correct colour for the taxobox. The Lua functiontaxoboxColour
searches up the taxonomic hierarchy for the first taxon that sets a taxobox colour according to {{Taxobox colour}}. - Module:Autotaxobox|
taxoboxList
Second, the system has to generate the list of taxa shown in the taxobox. The Lua functiontaxoboxList
makes a list of all the parent taxa of the target taxon, based on the taxonomy templates.- {{Taxobox/showtaxon}}
Each taxon in the list is then processed by {{Taxobox/showtaxon}}, which outputs a single taxon if it is to be shown in the taxobox. The output consists of the name of the rank, the name of the taxon (italicized if required) and the authority if this was passed as a parameter. The template decides whether to display or omit a taxon based on various criteria: whether it is a "major rank", how many immediately higher ranks are to be displayed, and whether|always_display=yes
is set in the taxonomy template.
- {{Taxobox/showtaxon}}
- Module:Autotaxobox|
- {{Taxobox/core}}
Detailed map
തിരുത്തുകUpdated 17 January 2017
Top level
തിരുത്തുകThe following templates can be used in articles to create an automated taxobox:
- {{Automatic taxobox}} – cases other than those below
- {{Hybridbox}} – animal hybrid species in the same genus
- {{Ichnobox}} – trace fossils
- {{Infraspeciesbox}} – plant ranks below species (subspecies, varieties)
- {{Oobox}} – egg fossils
- {{Speciesbox}} – species
- {{Subspeciesbox}} – animal subspecies
Displaying an automated taxobox
തിരുത്തുകThe top level automated taxobox templates begin by calling {{Taxobox/core}} with |parent=target-taxon
. Only those templates particularly concerned with an automated taxobox are shown below. The points marked "§" are where information is obtained from a taxonomy template – see Obtaining information from a taxonomy template below.
- {{Taxobox/core}}
- {{Edit taxonomy}} – produces the "[e]" link at the top of the taxobox
- {{Taxon info}} § – used throughout
- Module:Autotaxobox|taxoboxColour – determines the taxobox colour automatically
- Module:Autotaxobox|getTaxonInfoItem §
- {{Taxobox colour}}
- {{Taxobox/taxonomy}} – displays the taxonomy, line by line
- Module:Autotaxobox|taxoboxList – traverses the taxonomic hierarchy, displaying it line by line
- {{Infrataxon()}} – is it a major rank or not?
- {{Taxon info}} §
- {{Taxobox/showtaxon}} – shows a single line (taxon)
- {{Taxon info}} §
- {{Taxobox/displayed cell}} – is the taxon displayable if required?
- {{Anglicise rank}} – gets the English version of the rank
- {{Taxon link}} – sets up the taxon name, appropriately italicized, wikilinked, etc.
- {{Taxon info}} §
- {{Is italic taxon}}
- Module:Autotaxobox|taxonLink
- {{Create taxonomy}} –creation
- {{Infrataxon()}} – is it a major rank or not?
- Module:Autotaxobox|taxoboxList – traverses the taxonomic hierarchy, displaying it line by line
- {{Taxonomy}} – produces contents of the binomial and trinomial boxes where present
Displaying a taxonomy template
തിരുത്തുകThe first line of every taxonomy template begins
{{Don't edit this line {{{machine code|}}} ...
When a taxonomy template is viewed as a page, {{Don't edit this line }} is invoked, since machine code
defaults to the empty string. It shows the taxonomy encoded by the taxonomy template in the form of two tables: the left-hand table displays the taxonomy template itself; the right-hand table shows the taxonomic hierarchy starting from the taxon described by the taxonomy template. See, e.g., Template:Taxonomy/Pteranodon.
- {{Don't edit this line}} – displays a taxonomy template page
- Module:Autotaxobox|callTaxonomyKey – gathers the information needed to use {{Taxonomy key}}
- {{Taxonomy key}}
- right-hand table
- Module:Autotaxobox|taxoboxColour – finds the taxobox colour
- Module:Autotaxobox|taxonomyList – creates the table showing the taxonomic hierarchy
- {{Taxonomy links}} – prepares display of a single line/taxon in the table
- {{Taxon info}} §
- {{Taxon link}} – sets up the taxon name, appropriately italicized, wikilinked, etc.
- {{Taxonomy links/cell}} – displays the line/taxon
- {{Anglicise rank}} – gets the English version of the rank
- {{Taxon info}} §
- {{Is italic taxon}}
- {{Edit a taxon}} – creates links to taxonomy template for the taxon
- {{Anglicise rank}} – gets the English version of the rank
- {{Taxonomy links}} – prepares display of a single line/taxon in the table
- left-hand table
- {{Edit a taxon}}
- {{Anglicise rank}}
- {{Is italic taxon}}
- Module:Autotaxobox|taxonLink
- {{Taxon info}} §
- right-hand table
- {{Taxonomy key}}
- Module:Autotaxobox|callTaxonomyKey – gathers the information needed to use {{Taxonomy key}}
Obtaining information from a taxonomy template
തിരുത്തുകUltimately, information is obtained from a taxonomy template, via {{Taxonomy/taxon|machine code=item}}
, which in turn uses one of the {{Don't edit this line item}}
variants, where item = parent
, rank
, etc. However, these templates should never be used directly; in a template, they must always be called via {{Taxon info}}
(in Lua access to taxonomy templates is coded in
taxonInfo
, callTaxonomyKey
and getTaxonInfoItem
). Then if |same_as=
is present, this link is followed to fill in any information missing from the taxonomy template. Direct use of the taxonomy template does not follow a "same as" link.
- {{Taxon info}} – wrapper for the Lua function
taxonInfo
- Module:Autotaxobox|taxonInfo – gets parameter values for the Lua function
getTaxonInfoItem
- Module:Autotaxobox|getTaxonInfoItem – obtains an item of information from a taxonomy template, following one "same as" link
- Template:Taxonomy/taxon with
|machine code=item
- Template:Don't edit this line item – gets an item of information from a taxonomy template
Preload templates
തിരുത്തുക
When a taxonomy template is created, "preload templates" provide an introduction and can pre-fill the template.
- {{Taxonomy preload}} – helps to select one of the following preload templates
- {{Automatic taxobox/editintro/preload}} → {{Taxonomy/preload}} – default case
- {{Automatic taxobox/editintro/preload/?}} → {{Taxonomy/preload/?}} – queried taxon
- {{Automatic taxobox/editintro/preload/??}} → {{Taxonomy/preload/??}} – taxon and parent(s) queried
- {{Automatic taxobox/editintro/preload/incertae sedis}} → {{Taxonomy/preload/incertae sedis}} – incertae sedis taxon
- {{Automatic taxobox/editintro/sameas}} → {{Taxonomy/sameas}} – same as taxon
Support templates
തിരുത്തുക
Various "support templates" can be used in both automated and manual taxoboxes. Some are listed below.
- Templates to generate special symbols
- Templates to produce lists of taxa, including
- {{Taxon list}}
- {{Linked taxon list}}
- {{Species list}}
- {{Bold species list}}
- {{Linked species list}}
- Templates used to generate
|subdivision_ranks=
if it is missing but needed
- {{Children rank}}
- {{Child rank}}
- {{Pluralise rank}}
See also
തിരുത്തുക