Template:Infobox cave: Difference between revisions
Jump to navigation
Jump to search
(added default cave image if nothing else is supplied) |
m (Added links to the Castaway and Wild Pikmin pages in the infobox.) Tag: Mobile edit |
||
(49 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{| class="infobox | {| class="infobox" | ||
! colspan="2" | ! colspan="2" class="infoboxTitle" | ''{{PAGENAME}}'' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | [[File:{{{image|Cave.png}}}|{{{size|{{#if:{{{image|}}}|300|180}}px}}}]] | |||
|- | |- | ||
! style=" | {{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} }} | ||
|- | |- | ||
! style=" | ! style="width:30%" | Location | ||
| [[{{{location}}}]] | |||
|- | |- | ||
! | ! Sublevels | ||
| {{{sublevels}}} | |||
|- | |- | ||
! | {{#if:{{{rescues|}}}|! [[Castaway|Rescues]] | ||
{{!}} {{{rescues}}} }} | |||
|- | |||
! [[Treasure]]s | |||
| {{{treasures}}} | |||
|- | |||
{{#if:{{{onions|}}}|! [[Onion]]s | |||
{{!}} {{{onions}}} }} | |||
|- | |||
{{#if:{{{hazards|}}}|! [[Hazard]]s | |||
{{!}} {{{hazards}}} }} | |||
|- | |||
{{#if:{{{suggested|}}}|! Suggested [[Pikmin family|Pikmin]] | |||
{{!}} {{{suggested}}} }} | |||
|- | |||
{{#if:{{{wild|}}}|! [[Wild Pikmin]] | |||
{{!}} {{{wild}}} }} | |||
|}<includeonly>[[Category:Caves]]</includeonly><noinclude> | |||
{{clear}} | |||
==Info== | |||
Place this at the top of [[cave]] articles. It places an information box with data about the cave. | |||
Articles with this template are automatically categorized under [[:Category:Caves]]. | |||
==Parameters== | |||
{| class = "wikitable" | |||
! Parameter || Mandatory || Default || Detailed description | |||
|- | |||
! image | |||
| No || Cave.png || Image name, with extension. | |||
|- | |||
! size | |||
| No || 300px || Image size. | |||
|- | |||
! caption | |||
| No || || Image caption, if needed. | |||
|- | |||
! location | |||
| '''Yes''' || || [[Area]] the cave is in. | |||
|- | |||
! sublevels | |||
| '''Yes''' || || How many sublevels it has. | |||
|- | |||
! rescues | |||
| No || || Number of rescues in the cave. | |||
|- | |||
! treasures | |||
| '''Yes''' || || Number of treasures in the cave. | |||
|- | |||
! onions | |||
| No || || Number of onions in the cave. | |||
|- | |||
! hazards | |||
| No || || Hazards in the cave. Use the [[:Category:Hazard button templates|hazard button templates]] for this. Only for {{p2}}. | |||
|- | |||
! suggested | |||
| No || || Suggested Pikmin to be brought into the cave. Only for {{p4}}. | |||
|- | |||
! wild | |||
| No || || Wild Pikmin types that can be found in the cave. Only for {{p4}}. | |||
|} | |} | ||
< | |||
[[Category: | ==Skeleton== | ||
</noinclude> | <pre> | ||
{{infobox cave | |||
|image = | |||
|size = | |||
|caption = | |||
|location = | |||
|sublevels = | |||
|rescues = | |||
|treasures = | |||
|onions = | |||
|hazards = | |||
|suggested = | |||
|wild = | |||
}} | |||
</pre> | |||
[[Category:Information boxes]]</noinclude> |
Latest revision as of 21:14, July 14, 2024
Infobox cave | |
---|---|
Location | [[{{{location}}}]] |
Sublevels | {{{sublevels}}} |
Treasures | {{{treasures}}} |
Info
Place this at the top of cave articles. It places an information box with data about the cave.
Articles with this template are automatically categorized under Category:Caves.
Parameters
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
image | No | Cave.png | Image name, with extension. |
size | No | 300px | Image size. |
caption | No | Image caption, if needed. | |
location | Yes | Area the cave is in. | |
sublevels | Yes | How many sublevels it has. | |
rescues | No | Number of rescues in the cave. | |
treasures | Yes | Number of treasures in the cave. | |
onions | No | Number of onions in the cave. | |
hazards | No | Hazards in the cave. Use the hazard button templates for this. Only for Pikmin 2. | |
suggested | No | Suggested Pikmin to be brought into the cave. Only for Pikmin 4. | |
wild | No | Wild Pikmin types that can be found in the cave. Only for Pikmin 4. |
Skeleton
{{infobox cave |image = |size = |caption = |location = |sublevels = |rescues = |treasures = |onions = |hazards = |suggested = |wild = }}