Template:TaxoBox

From The Ultimate Programming Reference

(Difference between revisions)
m
m (Experimenting...)
Line 3: Line 3:
! style="background: {{{color}}};" |'''{{{name}}}'''
! style="background: {{{color}}};" |'''{{{name}}}'''
|- style="text-align:center;"  
|- style="text-align:center;"  
-
| {{#if:{{{image|}}}|[[image:{{{image}}}|{{{image_width|200px}}}]]<br>}}
+
| {{#if:{{{image}}}|[[image:{{{image}}}|{{{image_width|200px}}}]]<br>}}
|- style="text-align:center;"
|- style="text-align:center;"
! style="background: {{{color}}};" | '''[[Taxonomic System for Computer Languages|Taxonomic Classification]]'''
! style="background: {{{color}}};" | '''[[Taxonomic System for Computer Languages|Taxonomic Classification]]'''

Revision as of 11:11, 8 May 2006

About This Template

This template sets up a taxobox. Although the implementation is complicated, it is relatively simple to use.

See this template's talk page on how to use it.

Most parameters are optional, so if a particular entry is not relevant for your case, just leave it out.


A general TaxoBox:

{{TaxoBox
| color = 
| name = 
| image = 
| regnum = 
| phylum = 
| class = 
| order = 
| family = 
| genus = 
| series = 
| species = 
| subspecies = 
| codenum = 
| subdivision_ranks = 
| subdivision = 
}}
Personal tools