Template:CharacterBob: Difference between revisions

From Imagisphere
Jump to navigation Jump to search
m (Trimmed unnecesary code)
(Added gender parameter.)
 
Line 11: Line 11:
{{#if: {{{nickname|}}} | {{BobRow|align=left|Other names:|{{{nickname}}}}} | }}
{{#if: {{{nickname|}}} | {{BobRow|align=left|Other names:|{{{nickname}}}}} | }}
{{#if: {{{species|}}} | {{BobRow|align=left|Species:|{{{species}}}}} | }}
{{#if: {{{species|}}} | {{BobRow|align=left|Species:|{{{species}}}}} | }}
{{#if: {{{gender|}}} | {{BobRow|align=left|Gender:|{{{gender}}}}} | }}
{{#if: {{{firstappearance|}}} | {{BobRow|align=left|First appearance:|{{{firstappearance}}}}} | }}
{{#if: {{{firstappearance|}}} | {{BobRow|align=left|First appearance:|{{{firstappearance}}}}} | }}
{{#if: {{{lastappearance|}}} | {{BobRow|align=left|Latest appearance:|{{{lastappearance}}}}} | }}
{{#if: {{{lastappearance|}}} | {{BobRow|align=left|Latest appearance:|{{{lastappearance}}}}} | }}
Line 40: Line 41:
| nickname=
| nickname=
| species=
| species=
| gender=
| firstappearance=
| firstappearance=
| lastappearance=
| lastappearance=
Line 55: Line 57:
* <code>name</code>: The character's full name.
* <code>name</code>: The character's full name.
* <code>nickname</code>: Alternate names for the character, such as different formatting or nicknames.
* <code>nickname</code>: Alternate names for the character, such as different formatting or nicknames.
* <code>species</code>: Which kind of creature is this character meant to be?
* <code>species</code>: What kind of creature is this character meant to be?
* <code>gender</code>: What is this character's gender? (male, female, non-binary, etc)
* <code>firstappearance</code>: The first official game or piece of media this character appeared in.
* <code>firstappearance</code>: The first official game or piece of media this character appeared in.
* <code>lastappearance</code>: The last official game or piece of media this character was featured in.
* <code>lastappearance</code>: The last official game or piece of media this character was featured in.
* <code>actor</code>: The English voice actor who portrayed this character, as listed in the credits. If this character has no voice, or speaks with a non-human Gibberish Voice, omit.
* <code>actor</code>: The English voice actor who portrayed this character, as listed in the credits. Omit if this character has no voice, or has only spoken with a non-human Gibberish Voice.


The example on this page was made with the following code:
The example on this page was made with the following code:

Latest revision as of 03:28, 20 August 2024

Hector
Render England Seaside Costume Swimmer Boy Front.png
Full name: Hector N.A.O.M.I
Other names: Hector Naomi, Big Stinky Poopoo Head (by a mean ol' bully)
Species: Funny fella
First appearance: Yesterday
Latest appearance: Tomorrow
Portrayed by: Steven Isbell

Use this to provide a brief summary of information about characters.

Usage

{{CharacterBob
| noimg=			y
| bobimg=			
| imgwidth=			
| imgcap=			
| border=			
| color=			
| title=			
| name=				
| nickname=			
| species=			
| gender=			
| firstappearance=		
| lastappearance=		
| actor=			
}}

Legend

  • noimg: Use this to omit the character render or placeholder image. Generally this shouldn't be used outside of specific circumstances, i.e. no art exists.
  • bobimg: Image filename (e.g. Placeholder.png). This is typically a render of the character (if one exists).
  • imgwidth: Image width, in pixels.
  • imgcap: Description for the bob's image that will appear when hovering the mouse cursor over it.
  • border: Allows you to change the colour of the border, if you want it to be themed around a certain game. Hope you know your hex colours!
  • color: Change the colour of the bob's heading text. Typical use case would be changing it to black (#000) if the border colour makes the header hard to see.
  • title: The character's name, which will appear on the bob's header. This defaults to the page's title; it's only necessary to change this if the article's name has a disambiguation term, e.g. "Toggle (character)"
  • name: The character's full name.
  • nickname: Alternate names for the character, such as different formatting or nicknames.
  • species: What kind of creature is this character meant to be?
  • gender: What is this character's gender? (male, female, non-binary, etc)
  • firstappearance: The first official game or piece of media this character appeared in.
  • lastappearance: The last official game or piece of media this character was featured in.
  • actor: The English voice actor who portrayed this character, as listed in the credits. Omit if this character has no voice, or has only spoken with a non-human Gibberish Voice.

The example on this page was made with the following code:

{{CharacterBob
|title=Hector
|border=#888
|bobimg=Render_England_Seaside_Costume_Swimmer_Boy_Front.png
|name=Hector N.A.O.M.I
|nickname=Hector Naomi, Big Stinky Poopoo Head <small>(by a mean ol' [[User:Sackinator20|bully]])</small>
|species=Funny fella
|firstappearance=Yesterday
|lastappearance=Tomorrow
|actor=[[Steven Isbell]]
}}