Actions

Template

Difference between revisions of "CharacterBob"

From Sonic Retro

Line 1: Line 1:
 
{|cellpadding="0" cellspacing="0" style="padding: 0.1em; float:right; margin-left:15px; border: 2px solid #003399; border-right-width: 2px; border-bottom-width: 2px; text-align:center; background-color:#FFF;"
 
{|cellpadding="0" cellspacing="0" style="padding: 0.1em; float:right; margin-left:15px; border: 2px solid #003399; border-right-width: 2px; border-bottom-width: 2px; text-align:center; background-color:#FFF;"
| [[Image:{{{image1}}}|110px]][[Image:{{{image2}}}|110px]]
+
| {{ #if: {{{image1|}}} | [[Image:{{{image1}}}|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: {{{charcolor}}}; color: #FFF;"| '''{{{charname}}}'''
 
 
|-
 
|-
 
|style="padding: 0.3em; line-height: 1.5em; color: #000;" |
 
|style="padding: 0.3em; line-height: 1.5em; color: #000;" |
'''First Seen''': ''[[{{{debut}}}]]'' ({{{debutyear}}})
+
'''First Seen''': {{ #if: {{{debut|}}} | ''{{{debut}}}'' | Unknown }} {{ #if: {{{debutyear|}}} | ({{{debutyear}}}) | }}
|}
+
|}<noinclude>
 +
 
 +
==Usage==
 +
This template should be used on articles about fictional characters. Place the following at the top of the page:
 +
 
 +
<pre>
 +
{{CharacterSheet
 +
| image1 =
 +
| image2 =
 +
| charcolor =
 +
| textcolor =
 +
| charname =
 +
| debut =
 +
| debutyear =
 +
}}
 +
</pre>
  
<noinclude>
+
===Example===
 +
{{CharacterSheet
 +
| image1 = Hedgehog.jpg
 +
| charcolor = brown
 +
| textcolor = lime
 +
| charname = Mr Hedgehog
 +
| debut = [[Sonic Retro]]
 +
| debutyear = 2007
 +
}}
 +
<pre>
 +
{{CharacterSheet
 +
| image1 = Hedgehog.jpg
 +
| charcolor = brown
 +
| textcolor = lime
 +
| charname = Mr Hedgehog
 +
| debut = [[Sonic Retro]]
 +
| debutyear = 2007
 +
}}
 +
</pre>
 
[[Category:Sonic Retro Templates]]
 
[[Category:Sonic Retro Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 13:20, 11 August 2007

CharacterBob

First Seen: 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 = 
}}

Example

Template:CharacterSheet

{{CharacterSheet
| image1 = Hedgehog.jpg
| charcolor = brown
| textcolor = lime
| charname = Mr Hedgehog
| debut = [[Sonic Retro]]
| debutyear = 2007
}}