Template:Infobox Character
From Mariopedia
(Difference between revisions)
(New infobox. Is it okay that I took this from SM Wiki?) |
m (I'll just use RareWiki templates :p.) |
||
Line 1: | Line 1: | ||
- | + | <div> | |
- | {| class=" | + | {| class="toccolours" style="float:right; margin:0 0 0.5em 1em; width:13em;" |
- | | | + | |- |
+ | ! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''{{PAGENAME}}''' | ||
+ | |- | ||
+ | | colspan="2" style="padding: 1em 0; text-align: center;" | | ||
+ | {{{image}}}<br>{{{caption}}} | ||
+ | |- | ||
+ | ! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''General Info''' | ||
+ | |- | ||
+ | |- style="vertical-align: top;" | ||
+ | |<font size=2.5>'''Powers:'''</font> | ||
+ | |style="padding-right: 1em;" |<font size=2.5>{{{powers}}}</font> | ||
+ | |- | ||
+ | |- style="vertical-align: top;" | ||
+ | |<font size=2.5>'''Species:'''</font> | ||
+ | |style="padding-right: 1em;" |<font size=2.5>{{{species}}}</font> | ||
+ | |- | ||
+ | |- style="vertical-align: top;" | ||
+ | |<font size=2.5>'''Affiliation(s):'''</font> | ||
+ | |style="padding-right: 1em;" |<font size=2.5>{{{affiliations}}}</font> | ||
+ | |- | ||
+ | |- style="vertical-align: top;" | ||
+ | |<font size=2.5>'''Enemies:'''</font> | ||
+ | |style="padding-right: 1em;" |<font size=2.5>{{{enemies}}}</font> | ||
+ | |- | ||
+ | |- style="vertical-align: top;" | ||
+ | |<font size=2.5>'''Games:'''</font> | ||
+ | |style="padding-right: 1em;" |<font size=2.5>{{{games}}}</font> | ||
+ | |- | ||
+ | |- style="vertical-align: top;" | ||
+ | |<font size=2.5>'''First Appearance:'''</font> | ||
+ | |style="padding-right: 1em;" |<font size=2.5>{{{firstappearance}}}</font> | ||
+ | |- | ||
+ | |- style="vertical-align: top;" | ||
+ | |<font size=2.5>'''Latest Appearance:'''</font> | ||
+ | |style="padding-right: 1em;" |<font size=2.5>{{{latestappearance}}}</font> | ||
+ | |- | ||
|- | |- | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
|} | |} | ||
+ | </div> | ||
<noinclude> | <noinclude> | ||
==Usage== | ==Usage== | ||
<pre> | <pre> | ||
- | {{ | + | {{Characterbox |
- | | | + | |bgcolor= |
+ | |txtcolor= | ||
|image= | |image= | ||
|caption= | |caption= | ||
+ | |powers= | ||
|species= | |species= | ||
- | | | + | |affiliations= |
- | | | + | |enemies= |
|games= | |games= | ||
|firstappearance= | |firstappearance= | ||
Line 44: | Line 57: | ||
}} | }} | ||
</pre> | </pre> | ||
- | [[Category: | + | [[Category:Formatting Templates]]</noinclude> |
- | </noinclude> | + |
Revision as of 15:25, 25 August 2011
Infobox Character | |
---|---|
{{{image}}} | |
General Info | |
Powers: | {{{powers}}} |
Species: | {{{species}}} |
Affiliation(s): | {{{affiliations}}} |
Enemies: | {{{enemies}}} |
Games: | {{{games}}} |
First Appearance: | {{{firstappearance}}} |
Latest Appearance: | {{{latestappearance}}} |
Usage
{{Characterbox |bgcolor= |txtcolor= |image= |caption= |powers= |species= |affiliations= |enemies= |games= |firstappearance= |latestappearance= }}