Template:Infobox upgrade: Difference between revisions
Jump to navigation
Jump to search
(Fixed icon size.) |
mNo edit summary |
||
Line 3: | Line 3: | ||
{{{!}} style = "width:100%;" | {{{!}} style = "width:100%;" | ||
{{!}} style = "vertical-align: middle; padding-left: 32px;" {{!}} ''{{{name}}}'' | {{!}} style = "vertical-align: middle; padding-left: 32px;" {{!}} ''{{{name}}}'' | ||
{{!}} style = "width: 32px;" {{!}} [[File:{{{icon}}}|Icon | {{!}} style = "width: 32px;" {{!}} [[File:{{{icon}}}|Icon.|32px]] | ||
{{!}}} | ''{{{name}}}'' }} | {{!}}} | ''{{{name}}}'' }} | ||
|- | |- |
Revision as of 11:24, August 20, 2023
{{{name}}} | |
---|---|
[[File:{{{image}}}|160px]] | |
Games | }} |
Function | {{{function}}} |
Requirements | Template:Requirements |
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 | Yes | What the player needs to do to get this, in brief. |
Skeleton
{{infobox upgrade |p2 = |p3 = |p4 = |icon = |name = |image = |size = |caption = |function = |requirements = }}