Template:PlanetokioCharacterInfobox

From Osamu Sato Wiki
Jump to navigation Jump to search
{{{name}}}
[[{{{image}}}|240px|center]]
Gender {{{gender}}}
Residence {{{residence}}}
Voiced by {{{voice}}}

Use

This infobox is for use on pages related to game characters, containing various pieces of preliminary information about them. It makes use of various parameters to change its content on the fly:

  • name: The name of the character.
  • image: A picture of the character. It comes pre-formatted as being centered.
  • gender: The character's gender.
  • residence: The character's island of residence.
  • voice: The name of the person who voiced the character.

Sample

Iken
Iken.png
Gender Male
Residence Shakuji Island
Voiced by Yū Sugimoto

The code beneath produces the infobox you see to the right.

Sample Code:
{{PlanetokioCharacterInfobox
|name=Iken
|image=File:Iken.png
|gender=Male
|residence=Shakuji Island
|voice=Yū Sugimoto
}}

The blank code can be seen beneath.

Sample Code:
{{ItemInfobox
|name=
|image=
|gender=
|residence=
|voice=
}}