Template:TaxoBox

From The Ultimate Programming Reference

(Difference between revisions)
m
m
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}}}|{{{image_caption|}}}]]<br><small><div style="text-align:center">{{{image_caption|}}}</div></small>}} <!-- -->
+
| {{#if:{{{image|}}}|[[image:{{{image}}}|{{{image_width|200px}}}]]<br>}}
-
{{#if:{{{image2|}}}|[[image:{{{image2}}}|{{{image2_width|200px}}}|{{{image2_caption|}}}]]<br><small><div style="text-align:center">{{{image2_caption|}}}</div></small>}}
+
|- 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]]'''
Line 41: Line 40:
| name =  
| name =  
| image =  
| image =  
-
| image2 =
 
| regnum =  
| regnum =  
| phylum =  
| phylum =  

Revision as of 11:09, 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