Difference between revisions of "Template:Taxon name"

From Species-ID
Jump to: navigation, search
(Created page with "[[{{{1|}}}]]<!-- later add semantic properties, etc. -->")
 
(remove line break)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[{{{1|}}}]]<!-- later add semantic properties, etc. -->
+
<includeonly>{{#ifeq:{{{1|}}} | {{PAGENAME}} | {{{2|{{{1|}}}}}}<!--
 +
  Link to be displyed
 +
then -->| [[{{{1|}}}|{{{2|{{{1|}}}}}}]] }}<!--
 +
  external links
 +
-->{{
 +
#if:{{{ZooBank LSID|}}}<!--
 +
then -->|<sup title="Zoological Nomenclature (ZooBank)">[http://zoobank.org/?lsid={{{ZooBank LSID}}} ZBK]</sup>}}<!--
 +
-->{{
 +
#if:{{{Hymenoptera Nameserver LSID|}}}<!--
 +
then -->|<sup title="Hymenoptera Name Server">[http://osuc.biosci.ohio-state.edu/hymenoptera/nomenclator.lsid_entry?lsid={{{Hymenoptera Nameserver LSID}}} HNS]</sup>}}</includeonly><noinclude>
 +
 
 +
Parameter:
 +
# unformatted taxon name, e.g. "1=Aus bus subsp. cus",
 +
# formatted or abbreviated taxon name, e.g., "2=''A. bus'' subsp. ''cus''"
 +
This also supports external taxonomic databases. Currently:
 +
* [http://zoobank.org ZooBank LSID] =
 +
* [http://osuc.biosci.ohio-state.edu/Hymenoptera Nameserver LSID] =
 +
 
 +
 
 +
Example:<br />
 +
<pre style="border:0px none;">
 +
{{Taxon name
 +
|Anochetus boltoni Fisher |''Anochetus boltoni'' Fisher
 +
|ZooBank LSID = urn:lsid:zoobank.org:act:B6C072CF-1CA6-40C7-8396-534E91EF7FBB
 +
|Hymenoptera Nameserver LSID = urn:lsid:biosci.ohio-state.edu:osuc_concepts:235700
 +
}}
 +
</pre>
 +
…results in:
 +
 
 +
{{Taxon name|Anochetus boltoni Fisher|''Anochetus boltoni'' Fisher
 +
|ZooBank LSID = urn:lsid:zoobank.org:act:B6C072CF-1CA6-40C7-8396-534E91EF7FBB
 +
|Hymenoptera Nameserver LSID = urn:lsid:biosci.ohio-state.edu:osuc_concepts:235700
 +
}}
 +
 
 +
Later add semantic properties, etc.!
 +
 
 +
 
 +
 
 +
 
 +
 
 +
</noinclude>

Latest revision as of 21:45, 13 August 2012


Parameter:

  1. unformatted taxon name, e.g. "1=Aus bus subsp. cus",
  2. formatted or abbreviated taxon name, e.g., "2=A. bus subsp. cus"

This also supports external taxonomic databases. Currently:


Example:

{{Taxon name
|Anochetus boltoni Fisher |''Anochetus boltoni'' Fisher
|ZooBank LSID = urn:lsid:zoobank.org:act:B6C072CF-1CA6-40C7-8396-534E91EF7FBB
|Hymenoptera Nameserver LSID = urn:lsid:biosci.ohio-state.edu:osuc_concepts:235700
}}

…results in:

Anochetus boltoni Fisher ZBKHNS

Later add semantic properties, etc.!