Be sure to read our policy on citing sources before editing!

Difference between revisions of "Template:Infobox character"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
(html5 tags)
(per request)
Line 3: Line 3:
|-
|-
|colspan="2" style="text-align:center"|{{{image|[[Special:Upload|Upload an image!]]}}}
|colspan="2" style="text-align:center"|{{{image|[[Special:Upload|Upload an image!]]}}}
|-
{{#if:{{{full_name|}}}|{{!}}- style="vertical-align: top;"
{{!}} '''Full name'''
{{!}} {{{full_name}}}
|}}
|-
|-
{{#if:{{{game|}}}|{{!}}- style="vertical-align: top;"
{{#if:{{{game|}}}|{{!}}- style="vertical-align: top;"
{{!}} '''Game(s)'''
{{!}} '''Game(s)'''
{{!}} {{{game}}}
{{!}} {{{game}}}
|}}
|-
{{#if:{{{species|}}}|{{!}}- style="vertical-align: top;"
{{!}} '''Species'''
{{!}} {{{species}}}
|}}
|}}
|-
|-
Line 13: Line 23:
{{!}} {{{world}}}
{{!}} {{{world}}}
|}}
|}}
|-
{{#if:{{{voice_actor|}}}|{{!}}- style="vertical-align: top;"
{{!}} '''Voice actor(s)'''
{{!}} {{{voice_actor}}}
|}}
|-
{{#if:{{{icon|}}}|{{!}}-
{{#if:{{{icon|}}}|{{!}}-
{{!}} colspan="2" style="text-align:center;font-size:12px;" {{!}} '''Speech icon(s)'''
{{!}} colspan="2" style="text-align:center;font-size:12px;" {{!}} '''Speech icon(s)'''
Line 22: Line 38:
==Fields==
==Fields==
  image = A image of the character.
  image = A image of the character.
full_name = The character's full name (if applicable), e.g. "Gruntilda Winkybunion"
  game = The game(s) the character is featured in
  game = The game(s) the character is featured in
species = The species that the character falls under
  world = The world the character is featured in
  world = The world the character is featured in
voice_actor = The character's voice actor
  icon = The icon that appears next to their speech when they talk.
  icon = The icon that appears next to their speech when they talk.


Line 29: Line 48:
<pre>
<pre>
{{Infobox character
{{Infobox character
|image           =  
|image =
|game           =  
|full_name =
|world           =  
|game =
|icon           =  
|species =
|world =
|voice_actor =
|icon =
}}
}}
</pre>
</pre>

Revision as of 01:07, August 26, 2020


Fields

image = A image of the character.
full_name = The character's full name (if applicable), e.g. "Gruntilda Winkybunion"
game = The game(s) the character is featured in
species = The species that the character falls under
world = The world the character is featured in
voice_actor = The character's voice actor
icon = The icon that appears next to their speech when they talk.

Blank template

{{Infobox character
|image =
|full_name =
|game =
|species =
|world =
|voice_actor =
|icon =
}}