Pikmin 3 icon.png

Template:Infobox fruit: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Added parameters to manage individual parts, for fruits that are not single units.)
(Let's try it like this...)
Line 12: Line 12:
{{!}}- }}
{{!}}- }}
! style="width: 30%;" | Juice amount
! style="width: 30%;" | Juice amount
| {{{juice}}}{{#if:{{{juicep|}}}|(whole fruit)<br>{{{juicep}}} (each part)}}
| {{#if:{{{juicep|}}}|Whole fruit:&nbsp;}}{{{juice}}}{{#if:{{{juicep|}}}|<br>Each part: {{{juicep}}}}}
|-
|-
! Mission Mode value
! Mission Mode value
| {{Pokos|{{{value}}}}}{{#if:{{{valuep|}}}|(whole fruit)<br>{{pokos|{{{valuep}}}}} (each part)}}
| {{#if:{{{valuep|}}}|Whole fruit:&nbsp;}}{{pokos|{{{value}}}}}{{#if:{{{valuep|}}}|<br>Each part: {{pokos|{{{valuep}}}}}}}
|-
|-
! Weight
! Weight
| {{{weight}}}{{#if:{{{weightp|}}}|(whole fruit)<br>{{{weightp}}} (each part)}}
| {{#if:{{{weightp|}}}|Whole fruit:&nbsp;}}{{{weight}}}{{#if:{{{weightp|}}}|<br>Each part: {{{weightp}}}}}
|-
|-
! Max carriers
! Max carriers
| {{{max_pikmin}}}{{#if:{{{max_pikminp|}}}|(whole fruit)<br>{{{max_pikminp}}} (each part)}}
| {{#if:{{{max_pikminp|}}}|Whole fruit:&nbsp;}}{{{max_pikmin}}}{{#if:{{{max_pikminp|}}}|<br>Each part: {{{max_pikminp}}}}}
|-
|-
! Locations
! Locations

Revision as of 08:29, February 13, 2015

Infobox fruit
Juice amount {{{juice}}}
Mission Mode value Poko icon.png × {{{value}}}
Weight {{{weight}}}
Max carriers {{{max_pikmin}}}
Locations {{{location}}}

Info

Place this at the top of fruit articles. This will create an information box with data about the fruit.

Articles with this template are automatically categorized under Category:Fruits.

Parameters

Parameter Mandatory Default Detailed description
image No Image name, with extension.
size No 160px Size of the image.
caption No Caption for the image, if needed.
icon No Name of the fruit's icon, from the Fruit File, with extension.
juice[1] Yes Amount of juice the whole fruit provides.
value[1] Yes Mission Mode value for the whole fruit.
weight[1] Yes The whole fruit's weight.
max_pikmin[1] Yes Maximum number of carrier Pikmin for the whole fruit.
location Yes Areas it can be found on. Remember to add the links to the area articles too.
clash No If this has a value, like "y", it avoids conflicts with other templates ({{game icons}} clashing, or title clashing).
tclash No If this template shares a page with a treasure infobox template, give this a value, like "y".
  1. ^ a b c d A parameter with the same name as this one, but ending with a "p" also exists. This is the value of each individual part that makes up the whole fruit.

Template

{{infobox fruit
|image       = 
|size        = 
|caption     = 
|icon        = 
|juice       = 
|juicep      = 
|value       = 
|valuep      = 
|weight      = 
|weightp     = 
|max_pikmin  = 
|max_pikminp = 
|location    = 
|clash       = 
|tclash      = 
}}