Difference between revisions of "Template:Infobox Species"

From Manaverse Wiki
Jump to: navigation, search
(Ease of access. I hope I did that right? No example because fuck you.)
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| class="infobox" style="font-size:89%; width:300px; background-color:#777777; 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" |
{| align="center" width="290px" style="background-color:#888888; border-radius:0.25em"  
+
{| align="center" width="99%" style="background-color:#999999; border:2px outset #888888; border-radius:0.25em"  
| style="background-color:#3366CC; color:#FFFFFF; font-size:120%; padding:1em; border-radius:0.25em" | {{{Box title}}}
+
| style="background-color:#3366CC; color:#FFFFFF; font-size:120%; padding:1em; border:2px outset #3366CC; border-radius:0.25em" | {{{Box title}}}
 
|-
 
|-
 
! colspan="2" style="align:center" | {{{image|}}}
 
! colspan="2" style="align:center" | {{{image|}}}
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>
{| colspan="2" align="center" width="290px" style="background:#888888;  border-radius:0.25em"
+
<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" style="width:30%;" |
+
| align="center" style="width:30%; background-color:#777777; border-radius:0.25em 0 0 0" |
 
'''Scientific Name'''
 
'''Scientific Name'''
 
| align="left" style="width:70%;" |
 
| align="left" style="width:70%;" |
{{{Science|}}}
+
''{{{Science| }}}''
 
|-
 
|-
| align="center" style="width:30%;" |
+
| align="center" style="width:30%; background-color:#777777" |
 
'''Native Planet'''
 
'''Native Planet'''
 
| align="left" style="width:70%;" |
 
| align="left" style="width:70%;" |
 
{{{Planet|}}}
 
{{{Planet|}}}
 
|-
 
|-
| align="center" style="width:30%;" |
+
| align="center" style="width:30%; background-color:#777777" |
 
'''Habitat'''
 
'''Habitat'''
 
| align="left" style="width:70%;" |
 
| align="left" style="width:70%;" |
 
{{{Habitat|}}}
 
{{{Habitat|}}}
 
|-
 
|-
| align="center" style="width:30%;" |
+
| 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

{{{Box title}}}

Scientific Name

Native Planet

Habitat

Conservation Status

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:

Black box

Scientific Name

Blah blah

Native Planet

Terra

Habitat

Stores

Conservation 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).