Template:ContinentInfobox

From Osamu Sato Wiki
Revision as of 08:13, 16 July 2024 by Where am i (talk | contribs) (Created page with "{| align=right width="300px" style="border: 2px solid #888; background: #BFBFBF; font-size:12px; -moz-border-radius:7px; margin-left:3px; margin-bottom:3px;" !bgcolor="#A00" c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{{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
NorthAmericaRP2.png
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=
}}