Template:TaxoBox

From The Ultimate Programming Reference

(Difference between revisions)
(Corrected a logic error. (Relase of Template:TaxoBox))
m (Fixed Broken Link)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
<includeonly>{| style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; float:right; clear:right; width:250px;" border="1" cellpadding="0"
+
<includeonly>{| style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; float:right; clear:right; width:200px;" 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;"  
-
| [[image:{{{image}}}|{{{image_width|250px}}}]]<br>
+
| [[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]]'''
Line 21: Line 21:
|-
|-
|'''Genus:'''||{{{genus}}}
|'''Genus:'''||{{{genus}}}
-
|-
 
-
|'''Series:'''||{{{series}}}
 
|-
|-
|'''ID Code:'''||{{{codenum}}}
|'''ID Code:'''||{{{codenum}}}
Line 39: Line 37:
|-
|-
|'''License:'''||{{{license}}}
|'''License:'''||{{{license}}}
-
|}<br>{{{website}}}
+
|}
 +
{{{website}}}
|- style="text-align:center;"
|- style="text-align:center;"
! style="background: {{{color}}};" |'''Related Languages:'''
! style="background: {{{color}}};" |'''Related Languages:'''
-
|-
+
|- style="text-align:center;"
|{{{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.  
-
See this template's [[Template_Talk:TaxoBox|talk page]] on how to use it.  
+
See an example at the article: [[:Category:AutoIt]].
All parameters must be given. If not relevant, state n/a.
All parameters must be given. If not relevant, state n/a.
Line 64: Line 63:
| family =  
| family =  
| genus =  
| genus =  
-
| series =
 
| codenum =  
| codenum =  
| developer =  
| developer =  

Current revision as of 12:10, 8 May 2006

About This Template

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

See an example at the article: Category:AutoIt.

All parameters must be given. If not relevant, state n/a.


A general TaxoBox:

{{TaxoBox
| color = 
| name = 
| image = 
| regnum = 
| phylum = 
| class = 
| order = 
| family = 
| genus = 
| codenum = 
| developer = 
| os = 
| genre = 
| license = 
| website = 
| relate = 
}}
Personal tools