Template:Infobox area: Difference between revisions
Jump to navigation
Jump to search
Greenpickle (talk | contribs) m (forgot we did it like this now) |
m (challenges fix) |
||
(43 intermediate revisions by 9 users not shown) | |||
Line 1: | Line 1: | ||
{|class="infobox | {| class="infobox" | ||
! colspan="2" | ! colspan="2" class="infoboxTitle" | ''{{PAGENAME}}''{{#if:{{{sector|}}}|<br>[[Sector {{{sector}}}]] – Area {{{area_letter}}}}} | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | {{#if:{{{screenshot|}}}|<div class="switchable"> | |||
<div class="switch" data-switchable-title="Screenshot"> | |||
[[File:{{{screenshot}}}|{{{size|250px}}}]] | |||
</div> | |||
<div class="switch" data-switchable-title="Map"> | |||
[[File:{{{map}}}|{{{size|250px}}}]] | |||
</div> | |||
</div> | [[File:{{{image|{{{map}}}}}}|{{{size|250px}}}]]}} | |||
|- | |- | ||
|- | |- | ||
! style=" | {{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} }} | ||
|- | |- | ||
{{#if:{{{ | {{#if:{{{parts|}}}|! [[Ship part]]s | ||
{{ | {{!}} {{{parts}}} }} | ||
{{ | |- | ||
{{#if:{{{requirements|}}}| | {{#if:{{{rescues|}}}|! [[Castaway|Rescues]] | ||
{{ | {{!}} {{{rescues}}} }} | ||
|}<noinclude> | |- | ||
[[Category: | {{#if:{{{treasures|}}}|! [[Treasure]]s | ||
{{!}} {{{treasures}}} }} | |||
|- | |||
{{#if:{{{fruits|}}}|! [[Fruit]]s | |||
{{!}} {{{fruits}}} }} | |||
|- | |||
{{#if:{{{onions|}}}|! [[Onion]]s | |||
{{!}} {{{onions}}} }} | |||
|- | |||
{{#if:{{{caves|}}}|! [[Cave]]s | |||
{{!}} {{{caves}}} }} | |||
|- | |||
{{#if:{{{dandori_c|}}}|! [[Dandori Challenge]]s | |||
{{!}} {{{dandori_c}}} }} | |||
|- | |||
{{#if:{{{dandori_b|}}}|! [[Dandori Battle]]s | |||
{{!}} {{{dandori_b}}} }} | |||
|- | |||
{{#if:{{{pikmin|}}}|! [[Pikmin family|Pikmin]] available | |||
{{!}} {{{pikmin}}} }} | |||
|- | |||
{{#if:{{{pikmin_discovered|}}}|! [[Pikmin family|Pikmin]] discovered | |||
{{!}} {{{pikmin_discovered}}} }} | |||
|- | |||
{{#if:{{{suggested|}}}|! Suggested [[Pikmin family|Pikmin]] | |||
{{!}} {{{suggested}}} }} | |||
|- | |||
{{#if:{{{wild|}}}|! Wild [[Pikmin family|Pikmin]] | |||
{{!}} {{{wild}}} }} | |||
|- | |||
! Requirements | |||
| {{{requirements|None}}} | |||
|- | |||
{{#if:{{{next|}}}|! Next area | |||
{{!}} {{{next}}} }} | |||
|- | |||
! Music | |||
| {{{music}}} | |||
|- | |||
|}<includeonly>[[Category:Areas]]</includeonly><noinclude> | |||
{{clear}} | |||
==Info== | |||
Place this at the top of [[area]] articles. This will place an information box with data about the area. | |||
Pages with this template are automatically categorized under [[:Category:Areas]]. | |||
==Parameters== | |||
{| class = "wikitable" | |||
! Parameter || Mandatory || Default || Detailed description | |||
|- | |||
! screenshot | |||
| No || || Image name of an in-game screenshot on the area. with extension. | |||
|- | |||
! map | |||
| No || || Image name of the area's map, with extension. | |||
|- | |||
! image | |||
| No || || Image name, with extension. Use the previous two, preferably. | |||
|- | |||
! size | |||
| No || 250px || Image size. | |||
|- | |||
! caption | |||
| No || || Image caption, if needed. | |||
|- | |||
! sector | |||
| No || || If this is an area in {{hp}}, specify the sector number here. | |||
|- | |||
! area_letter | |||
| No || || If this is an area in ''Hey! Pikmin'', specify the area letter here. | |||
|- | |||
! parts | |||
| No || || Number of ship parts. | |||
|- | |||
! rescues | |||
| No || || Number of rescues. | |||
|- | |||
! treasures | |||
| No || || Number of treasures. | |||
|- | |||
! fruits | |||
| No || || Number of fruits. | |||
|- | |||
! onions | |||
| No || || Number of onions. | |||
|- | |||
! caves | |||
| No || || Number of caves. | |||
|- | |||
! dandori_c | |||
| No || || Number of Dandori Challenges. | |||
|- | |||
! dandori_b | |||
| No || || Number of Dandori Battles. | |||
|- | |||
! pikmin | |||
| No || || Pikmin types available here (for ''Hey! Pikmin'' areas). | |||
|- | |||
! pikmin_discovered | |||
| No || || Pikmin types discovered here, caves included (for ''Pikmin'', ''Pikmin 2'', and ''Pikmin 3'' areas). | |||
|- | |||
! suggested | |||
| No || || Suggested Pikmin types here (for ''Pikmin 4'' areas). | |||
|- | |||
! wild | |||
| No || || Wild Pikmin types here (for ''Pikmin 4'' areas). | |||
|- | |||
! requirements | |||
| No || None || Requirements needed to access this area. | |||
|- | |||
! next | |||
| No || || Next area, or areas. | |||
|- | |||
! music | |||
| '''Yes''' || || Name of the song that plays here, linking to the corresponding section on a [[music]] article. | |||
|} | |||
==Skeleton== | |||
<pre> | |||
{{infobox area | |||
|screenshot = | |||
|map = | |||
|image = | |||
|size = | |||
|caption = | |||
|sector = | |||
|area_letter = | |||
|parts = | |||
|rescues = | |||
|treasures = | |||
|fruits = | |||
|onions = | |||
|caves = | |||
|dandori_c = | |||
|dandori_b = | |||
|pikmin = | |||
|pikmin_discovered = | |||
|suggested = | |||
|wild = | |||
|requirements = | |||
|next = | |||
|music = | |||
}} | |||
</pre> | |||
[[Category:Information boxes]]</noinclude> | |||
Latest revision as of 21:00, January 1, 2024
Infobox area | |
---|---|
[[File:{{{map}}}|250px]] | |
Requirements | None |
Music | {{{music}}} |
Info
Place this at the top of area articles. This will place an information box with data about the area.
Pages with this template are automatically categorized under Category:Areas.
Parameters
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
screenshot | No | Image name of an in-game screenshot on the area. with extension. | |
map | No | Image name of the area's map, with extension. | |
image | No | Image name, with extension. Use the previous two, preferably. | |
size | No | 250px | Image size. |
caption | No | Image caption, if needed. | |
sector | No | If this is an area in Hey! Pikmin, specify the sector number here. | |
area_letter | No | If this is an area in Hey! Pikmin, specify the area letter here. | |
parts | No | Number of ship parts. | |
rescues | No | Number of rescues. | |
treasures | No | Number of treasures. | |
fruits | No | Number of fruits. | |
onions | No | Number of onions. | |
caves | No | Number of caves. | |
dandori_c | No | Number of Dandori Challenges. | |
dandori_b | No | Number of Dandori Battles. | |
pikmin | No | Pikmin types available here (for Hey! Pikmin areas). | |
pikmin_discovered | No | Pikmin types discovered here, caves included (for Pikmin, Pikmin 2, and Pikmin 3 areas). | |
suggested | No | Suggested Pikmin types here (for Pikmin 4 areas). | |
wild | No | Wild Pikmin types here (for Pikmin 4 areas). | |
requirements | No | None | Requirements needed to access this area. |
next | No | Next area, or areas. | |
music | Yes | Name of the song that plays here, linking to the corresponding section on a music article. |
Skeleton
{{infobox area |screenshot = |map = |image = |size = |caption = |sector = |area_letter = |parts = |rescues = |treasures = |fruits = |onions = |caves = |dandori_c = |dandori_b = |pikmin = |pikmin_discovered = |suggested = |wild = |requirements = |next = |music = }}