Template:RNFStageInfobox
Jump to navigation
Jump to search
{{{title}}} | |
---|---|
[[{{{target}}}|{{{width}}}px|center]] | |
Stage | {{{stage}}} |
Genre | {{{genre}}} |
Character | {{{character}}} |
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:
- title: The title of the stage's song.
- target: An image of the target. 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.
- genre: The genre of the stage.
- character: The name of the character featured on the stage.
Sample
Happy Peace Smile | |
---|---|
Stage | ST1 |
Genre | Pops |
Character | Namihei Panda |
The code beneath produces the infobox you see to the right.
Sample Code: |
{{RNFStageInfobox |title=Happy Peace Smile |target=File:HappyPeaceSmile.png |width=250 |stage=ST1 |genre=Pops |character=[[Namihei Panda]] }} |
The blank code can be seen beneath.
Sample Code: |
{{RNFStageInfobox |title= |target= |width= |stage= |genre= |character= }} |