Actions

Template

Difference between revisions of "CharacterBob"

From Sonic Retro

Line 9: Line 9:
 
{{BobRow||{{{height|}}}|content='''Height''': {{{height}}}}}
 
{{BobRow||{{{height|}}}|content='''Height''': {{{height}}}}}
 
{{BobRow||{{{weight|}}}|content='''Weight''': {{{weight}}}}}
 
{{BobRow||{{{weight|}}}|content='''Weight''': {{{weight}}}}}
 +
{{BobRow||{{{poweredby|}}}|content='''Power source''': {{{poweredby}}}}}
 +
{{BobRow||{{{basechar|}}}|content='''Base character''': {{{basechar}}}}}
 +
{{BobRow||{{{usedin|}}}|content='''Used in''': {{{usedin}}}}}
 
}}<includeonly>[[Category:Characters]]</includeonly><noinclude>
 
}}<includeonly>[[Category:Characters]]</includeonly><noinclude>
  
Line 61: Line 64:
 
}}
 
}}
 
</pre>
 
</pre>
 +
====Super fields====
 +
<pre>
 +
{{CharacterSheet
 +
| poweredby =
 +
| basechar =
 +
| usedin =
 +
}}
 +
</pre>
 +
 
[[Category:Breakout box templates|CharacterSheet]]
 
[[Category:Breakout box templates|CharacterSheet]]
 
</noinclude>
 
</noinclude>

Revision as of 14:55, 20 February 2018

Usage

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

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

Note that i1size and i2size default the picture size to 110px if left blank.

Example

Template:CharacterSheet

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

Super fields

{{CharacterSheet
| poweredby =
| basechar =
| usedin =
}}