Module:Taxonbar
Taxonbar (edit talk history links # /subpages /doc /doc edit /sbox /sbox diff /test)
This Lua module is used on approximately 378,000 pages, so changes to it will be widely noticed. Please test any changes in the module's /sandbox or /testcases subpages. Please consider discussing changes on the talk page before implementing them. |
This module is subject to page protection. It is a highly visible module in use by a very large number of pages, or is substituted very frequently. Because vandalism or mistakes would affect many pages, and even trivial editing might cause substantial load on the servers, it is protected from editing. |
Main : Template:Taxonbar
This module depends on the following other modules: |
Related pages |
---|
This module contains the code of
- REDIRECT Template:Template link
This page is a redirect. The following categories are used to track and monitor this redirect:
|
Configuration
Parameters and databases are set by Module:Taxonbar/conf.
Taxon identifiers
- Further information: Template:Taxonbar/doc#Taxon identifiers
Testcases
For testcases use: {{Taxonbar | from=QID}}
Peach (Prunus persica)
Dog (Canis lupus familiaris)
Eastern bluebird (Sialia sialis)
Honey bee (Apis)
Western honey bee (Apis mellifera)
Clipper butterfly (Parthenos sylvia)
Turkey tail (Trametes versicolor)
Button/portobello mushroom (Agaricus bisporus)
Module editing — to-do list
- Further information: Template:Taxonbar/doc#Module editing — to-do list
See also
- {{Taxonbar}}, the original template
- Module:Taxonbar/conf, Configuration of this module (add or edit sources)
- Template talk:Taxonbar, Taxonbar discussion
- Template:Taxonbar/testcases, Taxonbar testcases
- Module:Taxonbar/sandbox, Taxonbar sandbox
- Module:Authority control
- gl:Módulo:Taxonbar, original code source for this template
local p = {} --[[==========================================================================]] --[[ Main ]] --[[==========================================================================]] function p.authorityControlTaxon( frame ) return '' end return p