NCBITaxonomyLookup
- Clone the repository into the
/extensionsfolder - Add
wfLoadExtension('NCBITaxonomyLookup');to the bottom ofLocalSettings.php
$wgNCBITaxonomyLookupCacheTTL = 0time to keep the cached values (in seconds)$wgNCBITaxonomyLookupApiURLthe API url
The #taxonomy parser functions takes two arguments:
- the taxonomy ID
- the xpath of the XML element to print
Example:
{{#taxonomy:12345|Taxon/Rank}}
{{#taxonomy:12345|Taxon/ScientificName}}
{{#taxonomy:45678|Taxon/OtherNames/GenbankCommonName}}