Difference between revisions of "Template:RNFCharacterInfobox"

From Osamu Sato Wiki
Jump to navigation Jump to search
(Created page with "{| align=right width="250px" style="border: 2px solid #888; background: #BFBFBF; font-size:12px; -moz-border-radius:7px; margin-top: 0px; margin-left:3px; margin-bottom:3px; f...")
 
(No difference)

Latest revision as of 05:13, 13 May 2024

{{{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=
}}