{{{name}}}
|
[[{{{image}}}|center|288px]]
|
Real-life Counterpart
|
{{{real}}}
|
Number of Regions
|
{{{regions}}}
|
Difficulty
|
{{{difficulty}}}
|
Size
|
{{{size}}}
|
Minigames
|
{{{minigames}}}
|
Use
This infobox is for use on pages related to places in Eastern Mind and Chu-Teng, 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 location.
- image: An image of the location. It comes pre-formatted as being centered and at the right width.
- real: The name of the location's real-life counterpart.
- difficulty: The difficulty of the location.
- size: The size of the location.
- minigames: The location's amount of minigames.
Sample
Continent of Dreams
|
|
Real-life Counterpart
|
North America
|
Number of Regions
|
8
|
Difficulty
|
★★★★★
|
Size
|
★★★★★
|
Minigames
|
★★★★☆
|
The code beneath produces the infobox you see to the right.
Sample Code:
|
{{ContinentInfobox
|name=Continent of Dreams
|image=File:NorthAmericaRP2.png
|real=North America
|regions=8
|difficulty=★★★★★
|size=★★★★★
|minigames=★★★★☆
}}
|
The blank code can be seen beneath.
Sample Code:
|
{{ContinentInfobox
|name=
|image=
|real=
|regions=
|difficulty=
|size=
|minigames=
}}
|