Difference between revisions of "CharacterSheet"

From Sega Retro

(To use for Fictional Characters)
 
(might as well make it consistent)
Line 1: Line 1:
{|cellpadding="0" cellspacing="0" style="padding: 0.1em; float:right; margin-left:15px; border-right-width: 2px; border-bottom-width: 2px; text-align:center;"
+
{|class="breakout" "cellpadding="0" cellspacing="0" style="padding: 0.1em; float:right; margin-left:15px; border-right-width: 2px; border-bottom-width: 2px; text-align:center;"
 
| {{ #if: {{{image1|}}} | [[Image:{{{image1}}}|110px]] | }}{{
 
| {{ #if: {{{image1|}}} | [[Image:{{{image1}}}|110px]] | }}{{
 
  #if: {{{image2|}}} | [[Image:{{{image2}}}|110px]] | }}
 
  #if: {{{image2|}}} | [[Image:{{{image2}}}|110px]] | }}
 
|-
 
|-
|style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: {{ #if: {{{charcolor|}}} | {{{charcolor}}} | black }}; color: {{ #if: {{{textcolor|}}} | {{{textcolor}}} | white }};"| '''{{ #if: {{{charname|}}} | {{{charname}}} | {{PAGENAME}} }}'''
+
!style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: {{ #if: {{{charcolor|}}} | {{{charcolor}}} | black }}; color: {{ #if: {{{textcolor|}}} | {{{textcolor}}} | white }};"| '''{{ #if: {{{charname|}}} | {{{charname}}} | {{PAGENAME}} }}'''
 
|-
 
|-
|style="padding: 0.3em; line-height: 1.5em;" |
+
|style="padding: 0.3em; line-height: 1.5em; padding-left: 5px;" align="left"|
 
'''First Seen''': {{ #if: {{{debut|}}} | ''{{{debut}}}'' | Unknown }} {{ #if: {{{debutyear|}}} | ({{{debutyear}}}) | }}
 
'''First Seen''': {{ #if: {{{debut|}}} | ''{{{debut}}}'' | Unknown }} {{ #if: {{{debutyear|}}} | ({{{debutyear}}}) | }}
 
|-
 
|-
|style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: {{ #if: {{{charcolor|}}} | {{{charcolor}}} | black }}; color: {{ #if: {{{textcolor|}}} | {{{textcolor}}} | white }};"| Biography
+
!style="padding: 0.3em; font-family: sans-serif; font-size: 0.9em; background-color: {{ #if: {{{charcolor|}}} | {{{charcolor}}} | black }}; color: {{ #if: {{{textcolor|}}} | {{{textcolor}}} | white }};"| Biography
 
|-
 
|-
|align="left"|
+
|style="padding: 0.3em; line-height: 1.5em; padding-left: 5px;" align="left"|
* '''Species''': {{ #if: {{{species|}}} | {{{species}}} | ''Unknown'' }}
+
'''Species''': {{ #if: {{{species|}}} | {{{species}}} | ''Unknown'' }}<br/>
* '''Gender''': {{ #if: {{{gender|}}} | {{{gender}}} | ''Unknown'' }}
+
'''Gender''': {{ #if: {{{gender|}}} | {{{gender}}} | ''Unknown'' }}<br/>
* '''Age''': {{ #if: {{{age|}}} | {{{age}}} | ''Unknown'' }}
+
'''Age''': {{ #if: {{{age|}}} | {{{age}}} | ''Unknown'' }}<br/>
* '''Height''': {{ #if: {{{height|}}} | {{{height}}} | ''Unknown'' }}
+
'''Height''': {{ #if: {{{height|}}} | {{{height}}} | ''Unknown'' }}<br/>
* '''Weight''': {{ #if: {{{weight|}}} | {{{weight}}} | ''Unknown'' }}
+
'''Weight''': {{ #if: {{{weight|}}} | {{{weight}}} | ''Unknown'' }}
 
|}<noinclude>
 
|}<noinclude>
  

Revision as of 14:23, 20 January 2012

CharacterSheet

First Seen: Unknown

Biography

Species: Unknown
Gender: Unknown
Age: Unknown
Height: Unknown
Weight: Unknown

Usage

This template should be used on articles about fictional characters. Place the following at the top of the page:

{{CharacterSheet
| image1 = 
| image2 = 
| charcolor = 
| textcolor = 
| charname = 
| debut = 
| debutyear = 
| gender =
| age =
| height =
| weight =
}}

Example

Hedgehog.jpg
Mr Hedgehog

First Seen: Sonic Retro (2007)

Biography

Species: Unknown
Gender: male
Age: 9001
Height: Unknown
Weight: Unknown

{{CharacterSheet
| image1 = Hedgehog.jpg
| charcolor = brown
| textcolor = lime
| charname = Mr Hedgehog
| debut = [[Sonic Retro]]
| debutyear = 2007
| gender = male
| age = 9001
| height =
| weight =
}}