Template:Infobox upgrade

From Pikipedia, the Pikmin wiki
Revision as of 17:24, August 20, 2023 by Espyo (talk | contribs)
Jump to navigation Jump to search
{{{name}}}
[[File:{{{image}}}|160px]]
Games
Function {{{function}}}

Info

Place this on every gear'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".
p4 No If this upgrade appears in Pikmin 4, 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.
function Yes Brief description of the upgrade's function.
requirements No What the player needs to do to get this, in brief. Only use this if it is the same in all games, or if it only exists in one game.
requirements2 No What the player needs to do to get this, in brief, in Pikmin 2. Only use this if it is present in more games, and is not the same in all games.
requirements3 No What the player needs to do to get this, in brief, in Pikmin 3. Only use this if it is present in more games, and is not the same in all games.
requirements4 No What the player needs to do to get this, in brief, in Pikmin 4. Only use this if it is present in more games, and is not the same in all games.

Skeleton

{{infobox upgrade
|p2            = 
|p3            = 
|p4            = 
|icon          = 
|name          = 
|image         = 
|size          = 
|caption       = 
|function      = 
|requirements  = 
|requirements2 = 
|requirements3 = 
|requirements4 = 
}}