Template:Infobox upgrade: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added P2/P3 weights and max. carriers.) |
||
Line 21: | Line 21: | ||
| {{{area}}} | | {{{area}}} | ||
|- | |- | ||
{{#if:{{{treasure|}}}|! Treasure name | {{#if:{{{treasure|}}}|! [[Treasure]] name | ||
{{!}} [[{{{treasure}}}]] | {{!}} [[{{{treasure}}}]] | ||
{{!}}- }} | {{!}}- }} | ||
{{per-game field | v = {{{weight|}}}| v2 = {{{weight2|}}} | v3 = {{{weight3|}}} | n = Weight}} | |||
| {{{weight}}} | {{per-game field | v = {{{max_carriers|}}}| v2 = {{{max_carriers2|}}} | v3 = {{{max_carriers3|}}} | n = Max. carriers}} | ||
| {{{max_carriers}}} | |||
|}<noinclude> | |}<noinclude> | ||
Line 67: | Line 64: | ||
! weight | ! weight | ||
| '''Yes''' || || The collectible's weight. | | '''Yes''' || || The collectible's weight. | ||
|- | |||
! weight2 | |||
| No || || The collectible's weight in ''Pikmin 2'', if different from ''Pikmin 3''. | |||
|- | |||
! weight3 | |||
| No || || The collectible's weight in ''Pikmin 3'', if different from ''Pikmin 2''. | |||
|- | |- | ||
! max_carriers | ! max_carriers | ||
| '''Yes''' || || Maximum number of carrier Pikmin on the object. | | '''Yes''' || || Maximum number of carrier Pikmin on the object. | ||
|- | |||
! max_carriers2 | |||
| '''Yes''' || || Maximum number of carrier Pikmin on the object in ''Pikmin 2'', if different from ''Pikmin 3''. | |||
|- | |||
! max_carriers3 | |||
| '''Yes''' || || Maximum number of carrier Pikmin on the object in ''Pikmin 3'', if different from ''Pikmin 2''. | |||
|- | |- | ||
! function | ! function | ||
Line 78: | Line 87: | ||
<pre> | <pre> | ||
{{infobox upgrade | {{infobox upgrade | ||
|p2 | |p2 = | ||
|p3 | |p3 = | ||
|icon | |icon = | ||
|name | |name = | ||
|image | |image = | ||
|size | |size = | ||
|caption | |caption = | ||
|area | |area = | ||
|treasure | |treasure = | ||
|weight = | |weight = | ||
|max_carriers = | |weight2 = | ||
|function | |weight3 = | ||
|max_carriers = | |||
|max_carriers2 = | |||
|max_carriers3 = | |||
|function = | |||
}} | }} | ||
</pre> | </pre> |
Revision as of 05:45, November 13, 2015
{{{name}}} | |
---|---|
[[File:{{{image}}}|160px]] | |
Games | |
Function | {{{function}}} |
Object data | |
Location | {{{area}}} |
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. | |
weight2 | No | The collectible's weight in Pikmin 2, if different from Pikmin 3. | |
weight3 | No | The collectible's weight in Pikmin 3, if different from Pikmin 2. | |
max_carriers | Yes | Maximum number of carrier Pikmin on the object. | |
max_carriers2 | Yes | Maximum number of carrier Pikmin on the object in Pikmin 2, if different from Pikmin 3. | |
max_carriers3 | Yes | Maximum number of carrier Pikmin on the object in Pikmin 3, if different from Pikmin 2. | |
function | Yes | Brief description of the upgrade's function. |
Skeleton
{{infobox upgrade |p2 = |p3 = |icon = |name = |image = |size = |caption = |area = |treasure = |weight = |weight2 = |weight3 = |max_carriers = |max_carriers2 = |max_carriers3 = |function = }}