Template:TaxoBox

From The Ultimate Programming Reference

(Difference between revisions)
m
m
Line 32: Line 32:
{| cellspacing="0" cellpadding="0"
{| cellspacing="0" cellpadding="0"
{|
{|
-
|'''Developer:'''||{{developer}}
+
|'''Developer:'''||{{{developer}}}
-
|'''OS:'''||{{os}}
+
|'''OS:'''||{{{os}}}
-
|'''Genre:'''||{{genre}}
+
|'''Genre:'''||{{{genre}}}
-
|'''License:'''||{{license}}
+
|'''License:'''||{{{license}}}
-
|{{website}}
+
|{{{website}}}
|}
|}
|- style="text-align:center;"
|- style="text-align:center;"
! style="background: {{{color}}};" |'''Related Languages:'''
! style="background: {{{color}}};" |'''Related Languages:'''
|-
|-
-
{|
+
{{{relate}}}
-
{{relate}}
+
-
|}
+
|}</includeonly><noinclude>===About This Template===
|}</includeonly><noinclude>===About This Template===
This template sets up a taxobox.  Although the implementation is complicated, it is relatively simple to use.  
This template sets up a taxobox.  Although the implementation is complicated, it is relatively simple to use.  

Revision as of 11:41, 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 = 
| codenum = 
| subdivision_ranks = 
| subdivision = 
}}
Personal tools