Difference between revisions of "Template:Infobox Species"
From Manaverse Wiki
m (Now you no longer need to italicize info for the Science parameter!) |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {| class="infobox" style="font-size:89%; width:300px; background-color:#777777; border:2px outset; border-radius:0.25em" align="right" | + | {| class="infobox" style="font-size:89%; width:300px; margin-left:10px; background-color:#777777; border:2px outset; border-radius:0.25em" align="right" |
|- | |- | ||
! colspan="2" | | ! colspan="2" | | ||
Line 10: | Line 10: | ||
|} | |} | ||
|- | |- | ||
− | | colspan="2" | | + | | colspan="2" align="right" | <div style="z-index:-2"><span style="margin-right:5px; opacity:0.25">{{{Planet Icon|}}}</span> |
+ | <div style="margin-top:-{{#if: {{{Planet Icon|}}}|150px|20px}}; z-index:300"> | ||
{| align="center" width="99%" style="background-color:#999999; border:2px outset #888888; border-radius:0.25em" | {| align="center" width="99%" style="background-color:#999999; border:2px outset #888888; border-radius:0.25em" | ||
|- | |- | ||
Line 29: | Line 30: | ||
|- | |- | ||
| align="center" style="width:30%; background-color:#777777; border-radius:0 0 0 0.25em" | | | align="center" style="width:30%; background-color:#777777; border-radius:0 0 0 0.25em" | | ||
− | '''Status''' | + | '''Conservation Status''' |
| align="left" style="width:70%;" | | | align="left" style="width:70%;" | | ||
{{{Status|}}} | {{{Status|}}} | ||
|} | |} | ||
+ | </div> | ||
+ | </div> | ||
|} | |} | ||
<noinclude>Basically, it'll be set up like this: | <noinclude>Basically, it'll be set up like this: | ||
Line 40: | Line 43: | ||
|Caption=(Remove this part if you're not filling it in. | |Caption=(Remove this part if you're not filling it in. | ||
Leaving it empty results in a random apostrophe for some reason.) | Leaving it empty results in a random apostrophe for some reason.) | ||
− | |Science= | + | |Science=Binomial/trionomial name. If you have no idea what either of these mean, then Google. |
|Planet= | |Planet= | ||
|Habitat= | |Habitat= | ||
|Status=}}</pre> | |Status=}}</pre> | ||
+ | Example, this: | ||
+ | <pre>{{Infobox Species | ||
+ | |Box title=Red box | ||
+ | |image= | ||
+ | |Science=Blah blah | ||
+ | |Planet=Terra | ||
+ | |Habitat=Stores | ||
+ | |Status=Least Concern}}</pre> | ||
+ | Produces this: | ||
+ | {{Infobox Species | ||
+ | |Box title=Black box | ||
+ | |image= | ||
+ | |Science=Blah blah | ||
+ | |Planet=Terra | ||
+ | |Habitat=Stores | ||
+ | |Status=Least Concern}} | ||
+ | It also works if you set it up as a single line. | ||
+ | '''Note: This template is meant to be used for proper species and subspecies, and not for higher taxonomic ranks (e.g. genera or families).''' | ||
+ | |||
[[Category:Infobox Templates]]</noinclude> | [[Category:Infobox Templates]]</noinclude> |
Latest revision as of 18:15, 24 April 2015
| |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Basically, it'll be set up like this:
{{Infobox Species |Box title= |image= |Caption=(Remove this part if you're not filling it in. Leaving it empty results in a random apostrophe for some reason.) |Science=Binomial/trionomial name. If you have no idea what either of these mean, then Google. |Planet= |Habitat= |Status=}}
Example, this:
{{Infobox Species |Box title=Red box |image= |Science=Blah blah |Planet=Terra |Habitat=Stores |Status=Least Concern}}
Produces this:
| |||||||||
---|---|---|---|---|---|---|---|---|---|
|
It also works if you set it up as a single line. Note: This template is meant to be used for proper species and subspecies, and not for higher taxonomic ranks (e.g. genera or families).