Template:Infobox upgrade: Difference between revisions
Jump to navigation
Jump to search
m (Humbug.) |
No edit summary |
||
Line 12: | Line 12: | ||
! style="width: 30%;" | Games | ! style="width: 30%;" | Games | ||
| {{#if:{{{p2|}}}|{{p2}}{{#if:{{{p3|}}}|, }}}}{{#if:{{{p3|}}}|{{p3}}}} | | {{#if:{{{p2|}}}|{{p2}}{{#if:{{{p3|}}}|, }}}}{{#if:{{{p3|}}}|{{p3}}}} | ||
|- | |||
! Function | |||
| {{{function}}} | |||
|- | |||
! colspan="2" style="text-align: center;"| Object data | |||
|- | |- | ||
! style="width: 30%;" | Location | ! style="width: 30%;" | Location | ||
| {{{area}}} | | {{{area}}} | ||
|- | |- | ||
{{#if:{{{treasure|}}}|! | {{#if:{{{treasure|}}}|! Treasure name | ||
{{!}} [[{{{treasure}}}]] | {{!}} [[{{{treasure}}}]] | ||
{{!}}- }} | {{!}}- }} | ||
Line 24: | Line 29: | ||
! Max. carriers | ! Max. carriers | ||
| {{{max_carriers}}} | | {{{max_carriers}}} | ||
|}<noinclude> | |}<noinclude> | ||
Revision as of 05:22, November 13, 2015
{{{name}}} | |
---|---|
[[File:{{{image}}}|160px]] | |
Games | |
Function | {{{function}}} |
Object data | |
Location | {{{area}}} |
Weight | {{{weight}}} |
Max. carriers | {{{max_carriers}}} |
Info
Place this on every upgrade's section. This creates an information box with data about the upgrade.
Parameters
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
p2 | No | If this upgrade appears in Pikmin 2, give this a value, like "y". | |
p3 | No | If this upgrade appears in Pikmin 3, give this a value, like "y". | |
icon | No | File name of the collectible's icon, with extension. | |
name | Yes | Name of the upgrade. | |
image | Yes | File name of the main image, with extension. | |
size | No | 160px | Size of the image. |
caption | No | Caption for the image, if needed. | |
area | Yes | Area(s) in which the upgrade's collectible is found. | |
treasure | No | If it's a Pikmin 2 upgrade, specify what treasure gives the ability here. | |
weight | Yes | The collectible's weight. | |
max_carriers | Yes | Maximum number of carrier Pikmin on the object. | |
function | Yes | Brief description of the upgrade's function. |
Skeleton
{{infobox upgrade |p2 = |p3 = |icon = |name = |image = |size = |caption = |area = |treasure = |weight = |max_carriers = |function = }}