Pikmin 2 icon.png

Template:Infobox treasure series: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(More consistent, added image option to infobox)
Tag: Mobile edit
No edit summary
Tag: Mobile edit
Line 1: Line 1:
{{#if:{{{noicons|}}}||{{game icons|pikmin2=y}}}}
{{#if:{{{noicons|}}}||{{game icons|p2=y}}}}
{| class="infobox"
{| class="infobox"
! colspan="2" class="infoboxTitle" | ''{{{series_name}}}''
! colspan="2" class="infoboxTitle"| ''{{{PAGENAME}}}''
|-
|-
| colspan="2" style="text-align: center;" | {{#if:{{{image|}}}|[[Image:{{{image}}}{{!}}{{{size|160px}}}]]}}
| colspan="2" style="text-align: center;" | {{#if:{{{image|}}}|[[Image:{{{image}}}{{!}}{{{size|275px}}}]]}}
|-
|-
{{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} }}
{{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} }}
Line 18: Line 18:
! Locations
! Locations
| {{{locations}}}
| {{{locations}}}
|}<includeonly>[[Category:{{{series_name}}}| ]][[Category:Treasure Series]]</includeonly><noinclude>
|}<includeonly>[[Category:{{{PAGENAME}}}| ]][[Category:Treasure Series]]</includeonly><noinclude>


{{clear}}
{{clear}}

Revision as of 11:44, August 31, 2019

{{{PAGENAME}}}
Theme {{{theme}}}
Treasure Hoard numbers {{{numbers}}}
Treasures {{{treasures}}}
Locations {{{locations}}}

Info

Place this at the top of treasure series articles. This creates an information box with data about the series.

Articles with this template are automatically categorized under Category:Treasure Series, as well as the first article on the corresponding series' category.

Parameters

Parameter Mandatory Default Detailed description
series_name Yes Name of the series.
theme Yes The theme of the objects in the series.
hoard Yes Treasure Hoard number span (e.g.: 123 - 145).
treasures Yes List of treasures.
locations Yes Locations (areas and caves) these treasures are found on. All regions included.
noicons No If this has a value, like "y", disables auto {{game icons}} (to avoid conflicts with other templates).

Skeleton

{{infobox treasure series
|series_name = 
|theme       = 
|hoard       = 
|treasures   = 
|locations   = 
|noicons     = 
}}