Difference between revisions of "Template:Infobox"
Nicehatguy (talk | contribs) |
Nicehatguy (talk | contribs) |
||
Line 1: | Line 1: | ||
− | <table class="infobox" align="right" bgcolor="black" style="width: | + | <table class="infobox" align="right" bgcolor="black" style="width:25em; font-size:90%; text-align:left; border: 3px gold solid; border-radius:7px"> |
<tr> | <tr> | ||
− | <td colspan="2" bgcolor="gold" style="text-align:center;" font-size: | + | <td colspan="2" bgcolor="gold" style="text-align:center;" font-size:100%; color:black>{{{imagecaption}}}</td> |
</tr> | </tr> | ||
<td colspan="2" style="text-align:center;" bgcolor="black">{{{image}}}</td> | <td colspan="2" style="text-align:center;" bgcolor="black">{{{image}}}</td> | ||
Line 12: | Line 12: | ||
<tr> <th>Occupation</th> <td>{{{occupation}}}</td> </tr> | <tr> <th>Occupation</th> <td>{{{occupation}}}</td> </tr> | ||
<tr> <th>Height</th> <td>{{{height}}}</td> </tr> | <tr> <th>Height</th> <td>{{{height}}}</td> </tr> | ||
+ | <tr> <th>Weapon</th> <td>{{{weapon}}}</td> </tr> | ||
+ | |||
+ | <noinclude> | ||
+ | {| style="float: left; " | ||
+ | | | ||
+ | <pre> | ||
+ | {{Infobox | ||
+ | | imagecaption = | ||
+ | | image = | ||
+ | | name = | ||
+ | | aka = | ||
+ | | appearance = | ||
+ | | organization = | ||
+ | | rank = | ||
+ | | occupation = | ||
+ | | height = | ||
+ | | weapon = | ||
+ | }} | ||
+ | </pre> | ||
+ | |} | ||
+ | [[Category:Character Templates]] | ||
+ | </noinclude> |
Revision as of 07:41, 16 August 2013
{{{imagecaption}}} | |
{{{image}}} | |
Name | {{{name}}} |
---|---|
Also Known As... | {{{aka}}} |
First Appearance | {{{appearance}}} |
Organization | {{{organization}}} |
Rank | {{{rank}}} |
Occupation | {{{occupation}}} |
Height | {{{height}}} |
Weapon | {{{weapon}}} |
{{Infobox | imagecaption = | image = | name = | aka = | appearance = | organization = | rank = | occupation = | height = | weapon = }} |