Template:Infobox upgrade: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{#if:{{{noicons|}}}||{{game icons|pikmin3=y}}}} {| class="infobox" align="right" style="width: 25em; font-size: 82%; text-align: left; border-style: solid; border-width: 1px;...") |
(Style.) |
||
Line 1: | Line 1: | ||
{{#if:{{{noicons|}}}||{{game icons|pikmin3=y}}}} | {{#if:{{{noicons|}}}||{{game icons|pikmin3=y}}}} | ||
{| class="infobox | {| class="infobox" | ||
! colspan="2" | ! colspan="2" class="infoboxTitle" | {{#if:{{{icon|}}} | | ||
{{#if:{{{icon|}}} | | {{{!}} style = "width:100%;" | ||
{{!}} style = "vertical-align: middle; padding-left: 32px;" {{!}} ''{{{name|{{PAGENAME}}}}}'' | {{!}} style = "vertical-align: middle; padding-left: 32px;" {{!}} ''{{{name|{{PAGENAME}}}}}'' | ||
{{!}} style = "width: 32px;" {{!}} [[File:{{{icon}}}|Icon used to represent the collectible on the wiki.]] | {{!}} style = "width: 32px;" {{!}} [[File:{{{icon}}}|Icon used to represent the collectible on the wiki.]] | ||
{{!}}} | ''{{{name|{{PAGENAME}} }}}'' }} | {{!}}} | ''{{{name|{{PAGENAME}} }}}'' }} | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | [[Image:{{{image}}}{{!}}{{{size|160px}}}]] | |||
|- | |- | ||
{{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} | {{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} | ||
{{!}}- }} | {{!}}- }} | ||
! style=" | ! style="width: 30%;" | Location | ||
| {{{area}}} | |||
|- | |- | ||
! | ! Weight | ||
| {{{weight}}} | |||
|- | |- | ||
! | ! Max. carriers | ||
| {{{max_carriers}}} | |||
|- | |- | ||
! | ! Function | ||
| {{{function}}} | |||
|}<includeonly>[[Category:Pikmin 3 collectibles]]</includeonly><noinclude> | |}<includeonly>[[Category:Pikmin 3 collectibles]]</includeonly><noinclude> | ||
Revision as of 12:12, November 11, 2014
Infobox upgrade | |
---|---|
[[Image:{{{image}}}|160px]] | |
Location | {{{area}}} |
Weight | {{{weight}}} |
Max. carriers | {{{max_carriers}}} |
Function | {{{function}}} |
Info
Place this at the top of Pikmin 3 collectible articles or sections. This creates an information box with data about the object.
Articles with this template are automatically categorized under Category:Pikmin 3 collectibles.
Parameters
Parameter | Mandatory | Default | Detailed description |
---|---|---|---|
icon | No | File name of the icon, with extension. | |
name | Yes | Name of the collectible. | |
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 in which the collectible is found. | |
weight | Yes | The collectible's weight. | |
max_carriers | Yes | Maximum number of carrier Pikmin on the object. | |
function | Yes | Brief description of the object's function. | |
noicons | No | If this has a value, like "y", automatic {{game icons}} are disabled. |
Template
{{infobox collectible |icon = |name = |image = |size = |caption = |area = |weight = |max_carriers = |function = }}