Template:TaxoBox
From The Ultimate Programming Reference
(Difference between revisions)
m (Fixed Broken Link) |
|||
(15 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
|- 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|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 11: | Line 9: | ||
| | | | ||
{| style="margin:0 auto; text-align:left; background:none;" cellpadding="2" | {| style="margin:0 auto; text-align:left; background:none;" cellpadding="2" | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
|- | |- | ||
- | | | + | |'''Kingdom:'''||{{{regnum}}} |
+ | |- | ||
+ | |'''Phylum:'''||{{{phylum}}} | ||
+ | |- | ||
+ | |'''Class:'''||{{{class}}} | ||
+ | |- | ||
+ | |'''Order:'''||{{{order}}} | ||
+ | |- | ||
+ | |'''Family:'''||{{{family}}} | ||
+ | |- | ||
+ | |'''Genus:'''||{{{genus}}} | ||
+ | |- | ||
+ | |'''ID Code:'''||{{{codenum}}} | ||
+ | |} | ||
+ | |- style="text-align:center;" | ||
+ | ! style="background: {{{color}}};" |'''Other Data:''' | ||
|- | |- | ||
| style="padding: 0 .5em;" | | | style="padding: 0 .5em;" | | ||
{| cellspacing="0" cellpadding="0" | {| cellspacing="0" cellpadding="0" | ||
- | {{{ | + | |- |
- | | | + | |'''Developer:'''||{{{developer}}} |
- | - | + | |- |
+ | |'''OS:'''||{{{os}}} | ||
+ | |- | ||
+ | |'''Genre:'''||{{{genre}}} | ||
+ | |- | ||
+ | |'''License:'''||{{{license}}} | ||
+ | |} | ||
+ | {{{website}}} | ||
+ | |- style="text-align:center;" | ||
+ | ! style="background: {{{color}}};" |'''Related Languages:''' | ||
+ | |- style="text-align:center;" | ||
+ | |{{{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 | + | See an example at the article: [[:Category:AutoIt]]. |
+ | |||
+ | All parameters must be given. If not relevant, state n/a. | ||
+ | |||
- | + | A general TaxoBox: | |
+ | <pre> | ||
+ | {{TaxoBox | ||
+ | | color = | ||
+ | | name = | ||
+ | | image = | ||
+ | | regnum = | ||
+ | | phylum = | ||
+ | | class = | ||
+ | | order = | ||
+ | | family = | ||
+ | | genus = | ||
+ | | codenum = | ||
+ | | developer = | ||
+ | | os = | ||
+ | | genre = | ||
+ | | license = | ||
+ | | website = | ||
+ | | relate = | ||
+ | }} | ||
+ | </pre> | ||
</noinclude> | </noinclude> |
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 = }}