Template:RNFCharacterInfobox

From Osamu Sato Wiki
Jump to navigation Jump to search
{{{name}}}
[[{{{image}}}|{{{width}}}px|center]]
Stage {{{stage}}}


Use

This infobox is for use on pages related to the stages of Rhythm 'n' Face, 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: An image of the character. It comes pre-formatted as being centered.
  • width: A custom parameter for image width. Should be an integer (e.g. do not include "px" after it).
  • stage: The name of the stage that the character is featured on.

Sample

Namihei Panda
St1 chr.gif
Stage Happy Peace Smile


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

Sample Code:
{{RNFCharacterInfobox
|name=Namihei Panda
|image=File:St1_chr.gif
|width=250
|stage=[[Happy Peace Smile]]
}}

The blank code can be seen beneath.

Sample Code:
{{RNFCharacterInfobox
|name=
|image=
|width=
|stage=
}}