Template:TaxoBox

From The Ultimate Programming Reference

(Difference between revisions)
(MADE IT AT LAST!)
m
Line 1: Line 1:
-
<includeonly>{| style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; float:right; clear:right; width:200px;" border="1" cellpadding="0"
+
<includeonly>{| style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; float:right; clear:right; width:250px;" border="1" cellpadding="0"
|- style="text-align:center;"
|- style="text-align:center;"
! style="background: {{{color}}};" |'''{{{name}}}'''
! style="background: {{{color}}};" |'''{{{name}}}'''
|- style="text-align:center;"  
|- style="text-align:center;"  
-
| {{#if:{{{image}}}|[[image:{{{image}}}|{{{image_width|200px}}}]]<br>}}
+
| [[image:{{{image}}}|{{{image_width|250px}}}]]<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]]'''
Line 10: Line 10:
{| style="margin:0 auto; text-align:left; background:none;" cellpadding="2"
{| style="margin:0 auto; text-align:left; background:none;" cellpadding="2"
|-
|-
-
'''Kingdom:''' || {{{regnum}}}
+
|'''Kingdom:'''||{{{regnum}}}
|-
|-
-
'''Phylum:''' || {{{phylum}}}
+
|'''Phylum:'''||{{{phylum}}}
|-
|-
-
'''Class:''' || {{{class}}}
+
|'''Class:'''||{{{class}}}
|-
|-
-
'''Order:''' || {{{order}}}
+
|'''Order:'''||{{{order}}}
|-
|-
-
'''Family:''' || {{{family}}}
+
|'''Family:'''||{{{family}}}
|-
|-
-
'''Genus:''' || {{{genus}}}
+
|'''Genus:'''||{{{genus}}}
|-
|-
-
'''Series:''' || {{{series}}}
+
|'''Series:'''||{{{series}}}
|-
|-
-
'''ID Code:'''||{{{codenum}}}
+
|'''ID Code:'''||{{{codenum}}}
|}
|}
|- style="text-align:center;"
|- style="text-align:center;"
-
! style="background: {{{color}}};" |'''{{{subdivision_ranks}}}}}'''
+
! style="background: {{{color}}};" |'''Other Data:'''
|-
|-
| style="padding: 0 .5em;" |  
| style="padding: 0 .5em;" |  
{| cellspacing="0" cellpadding="0"
{| cellspacing="0" cellpadding="0"
-
{{{subdivision}}}
+
{|
 +
|'''Developer:'''||{{developer}}
 +
|'''OS:'''||{{os}}
 +
|'''Genre:'''||{{genre}}
 +
|'''License:'''||{{license}}
 +
|{{website}}
 +
|- style="text-align:center;"
 +
! style="background: {{{color}}};" |'''Related Languages:'''
 +
|-
 +
{|
 +
{{relation}}
|}
|}
|}</includeonly><noinclude>===About This Template===
|}</includeonly><noinclude>===About This Template===

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