Difference between revisions of "Template:Infobox Character"
From Manaverse Wiki
m (Slight change to the Infobox for characters. Does not change anything in the way of parameters though, so don't worry.) |
|||
| Line 1: | Line 1: | ||
| − | {| class="infobox" style="font-size:89%; width:300px; background-color:# | + | {| class="infobox" style="font-size:89%; width:300px; background-color:#777777; border-radius:0.25em" align="right" |
|- | |- | ||
! colspan="2" | | ! colspan="2" | | ||
| − | {| align="center" width=" | + | {| align="center" width="290px" style="background-color:#888888; border-radius:0.25em" |
| − | | {{{Box title}} | + | | style="background-color:{{{Color|#3366CC}}}; color:#FFFFFF; font-size:120%; padding:1em; border-radius:0.25em" | {{{Box title}}} |
| − | + | ||
|- | |- | ||
! colspan="2" style="align:center" | {{{image|}}} | ! colspan="2" style="align:center" | {{{image|}}} | ||
|- | |- | ||
! colspan="2" style="align:center; font-size:75%;" | ''{{{Caption| }}}'' | ! colspan="2" style="align:center; font-size:75%;" | ''{{{Caption| }}}'' | ||
| + | |} | ||
|- | |- | ||
| colspan="2" | | | colspan="2" | | ||
| − | {| colspan="2" align="center" width=" | + | {| colspan="2" align="center" width="290px" style="background:#888888; border-radius:0.25em" |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
|- | |- | ||
| align="center" style="width:30%;" | | | align="center" style="width:30%;" | | ||
| Line 41: | Line 37: | ||
| align="left" style="width:70%;" | | | align="left" style="width:70%;" | | ||
{{{Planet}}} | {{{Planet}}} | ||
| + | |- | ||
| + | | align="center" style="width:30%;" | | ||
| + | '''Powers''' | ||
| + | | align="left" style="width:70%;" | | ||
| + | {{{Powers}}} | ||
| + | |} | ||
| + | |- | ||
| + | | colspan="2" | | ||
| + | {| colspan="2" align="center" width="290px" style="background:#888888; border-radius:0.25em" | ||
|- | |- | ||
| align="center" style="width:30%;" | | | align="center" style="width:30%;" | | ||
| Line 48: | Line 53: | ||
|- | |- | ||
| align="center" style="width:30%;" | | | align="center" style="width:30%;" | | ||
| − | ''' | + | '''Relatives''' |
| align="left" style="width:70%;" | | | align="left" style="width:70%;" | | ||
| − | {{{ | + | {{{Family}}} |
|- | |- | ||
| align="center" style="width:30%;" | | | align="center" style="width:30%;" | | ||
| − | ''' | + | '''Counterpart(s)''' |
| align="left" style="width:70%;" | | | align="left" style="width:70%;" | | ||
| − | {{{ | + | {{{Counterpart}}} |
|} | |} | ||
|} | |} | ||
Revision as of 19:29, 24 October 2014
| |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||
| |||||||||||||
Basically, it'll be setup like this:
{{Infobox Character
|Color=(Remove this parameter for default color.)
|Box title=
|image=
|Caption=(Remove this parameter 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:
| |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
| |||||||||||
| |||||||||||
It also works if you set it up as a single line.