Difference between revisions of "Template:Infobox Character"

From Manaverse Wiki
Jump to: navigation, search
(New parameter you all might enjoy.)
Line 1: Line 1:
 
{| class="infobox" style="font-size:89%; width:300px; background-color:#999999;" align="right"
 
{| class="infobox" style="font-size:89%; width:300px; background-color:#999999;" align="right"
 
|-
 
|-
! colspan="2" style="background-color:#3366CC; color:#FFFFFF; font-size:120%; padding:1em;" | {{{Box title}}}
+
! colspan="2" style="background-color:{{{Color|#3366CC}}}; color:#FFFFFF; font-size:120%; padding:1em;" | {{{Box title}}}
 
|-
 
|-
 
! colspan="2" style="align:center" | {{{image|}}}
 
! colspan="2" style="align:center" | {{{image|}}}
Line 53: Line 53:
 
Basically, it'll be setup like this:
 
Basically, it'll be setup like this:
 
<pre>{{Infobox Character
 
<pre>{{Infobox Character
 +
|Color=(Leave blank for default color.)
 
|Box title=
 
|Box title=
 
|image=
 
|image=
Line 67: Line 68:
 
Example, this:
 
Example, this:
 
<pre>{{Infobox Character
 
<pre>{{Infobox Character
 +
|Color=#123456
 
|Box title=Bobbert
 
|Box title=Bobbert
 
|image=
 
|image=
Line 79: Line 81:
 
Produces this:
 
Produces this:
 
{{Infobox Character
 
{{Infobox Character
 +
|Color=#123456
 
|Box title=Bobbert
 
|Box title=Bobbert
 
|image=
 
|image=

Revision as of 18:45, 30 June 2014

{{{Box title}}}
Brief Info

Aliases

{{{Aliases}}}

Age

{{{Age}}}

Gender

{{{Gender}}}

Species

{{{Species}}}

Planet of Origin

{{{Planet}}}

Allegiance

{{{Allegiance}}}

Powers

{{{Powers}}}

Family

{{{Family}}}


Basically, it'll be setup like this:

{{Infobox Character
|Color=(Leave blank for default color.)
|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.)
|Aliases=
|Age=
|Gender=
|Species=
|Planet
|Allegiance
|Powers=
|Family=}}

Example, this:

{{Infobox Character
|Color=#123456
|Box title=Bobbert
|image=
|Aliases=Bob
|Age=25?
|Gender=Male
|Species=Human
|Planet=6KT Land
|Allegiance=EH Men
|Powers=n/a
|Family=Dead. They're all dead.}}

Produces this:

Bobbert

Aliases

Bob

Age

25?

Gender

Male

Species

Human

Homeworld

6KT Land

Domain

{{{Domain}}}

Soul Phantasms

n/a

Affiliations

EH Men

Relatives

Dead. They're all dead.

It also works if you set it up as a single line.