Template:Infobox ship part: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Screw it, mandatory/optional categorization is now done manually, and that code was broken.)
(No idea how to make the "mandatory" thing go away for Pikmin 4 ship parts. This is about as much as I can change while still being somewhat confident I haven't broken anything)
Line 2: Line 2:
! colspan="2" class="infoboxTitle" | {{#if:{{{icon|}}} |
! colspan="2" class="infoboxTitle" | {{#if:{{{icon|}}} |
{{{!}} style = "min-width:100%;"
{{{!}} style = "min-width:100%;"
  {{!}} style = "vertical-align: middle; padding-left: 32px;" {{!}} ''{{{name|{{PAGENAME}} }}}''{{#if:{{{pikmin1|}}}|<br><span style="font-size: 80%;">(''Pikmin'')</span>}}{{#if:{{{pikmin3deluxe|}}}|<br><span style="font-size: 80%;">(''Pikmin 3 Deluxe'')</span>}}
  {{!}} style = "vertical-align: middle; padding-left: 32px;" {{!}} ''{{{name|{{PAGENAME}} }}}''{{#if:{{{pikmin1|}}}|<br><small>(''Pikmin'')</small>}}{{#if:{{{pikmin3deluxe|}}}|<br><small>(''Pikmin 3 Deluxe'')</small>}}{{#if:{{{pikmin4|}}}|<br><small>(''Pikmin 4'')</small>}}
  {{!}} style = "width: 32px;" {{!}} [[File:{{{icon}}}|40px|Icon used to represent the ship part on the wiki.]]
  {{!}} style = "width: 32px;" {{!}} [[File:{{{icon}}}|40px|Icon used to represent the ship part on the wiki.]]
  {{!}}} | ''{{{name|{{PAGENAME}} }}}''{{#if:{{{pikmin1|}}}|<br><small>(''Pikmin'')</small>}}{{#if:{{{pikmin3deluxe|}}}|<br><span style="font-size: 80%;">(''Pikmin 3 Deluxe'')</span>}} }}
  {{!}}} | ''{{{name|{{PAGENAME}} }}}''{{#if:{{{pikmin1|}}}|<br><small>(''Pikmin'')</small>}}{{#if:{{{pikmin3deluxe|}}}|<br><small>(''Pikmin 3 Deluxe'')</small>}}} }}
|-
|-
| colspan="2" style="text-align: center;" | {{#if:{{{image|}}}|[[File:{{{image|}}}{{pipe}}{{{size|250x250px}}}]]}}
| colspan="2" style="text-align: center;" | {{#if:{{{image|}}}|[[File:{{{image|}}}{{pipe}}{{{size|250x250px}}}]]}}
Line 45: Line 45:
|-
|-
! pikmin1
! pikmin1
| No ||  || "y" if the infobox is for the part's appearance in {{p1}}, but only if the part also appears in {{p3d}}.
| No ||  || "y" if the infobox is for the part's appearance in {{p1}}, but only if the part also appears in {{p3d}} or {{p4}}.
|-
|-
! pikmin3deluxe
! pikmin3deluxe
| No ||  || "y" if the infobox is for the part's appearance in ''Pikmin 3 Deluxe''.
| No ||  || "y" if the infobox is for the part's appearance in ''Pikmin 3 Deluxe''.
|-
! pikmin4
| No ||  || "y" if the infobox is for the part's appearance in ''Pikmin 4''.
|-
|-
! mandatory
! mandatory
Line 78: Line 81:
|pikmin1      =  
|pikmin1      =  
|pikmin3deluxe =  
|pikmin3deluxe =  
|pikmin4      =
|mandatory    =  
|mandatory    =  
|weight        =  
|weight        =  

Revision as of 03:19, September 11, 2023

Infobox ship part }
This ship part is required for the S.S. Dolphin to escape the planet.
Weight {{{weight}}}
Location [[{{{location}}}]]

Info

Place this at the top of ship part articles. This creates an information box with data about the ship part.

Articles with this template are automatically categorized under Category:Ship parts.

Parameters

Parameter Mandatory Default Detailed description
image No Image name, with extension.
size No 160px Image size.
caption No Caption for the image, if needed.
icon No Icon image name, with extension.
pikmin1 No "y" if the infobox is for the part's appearance in Pikmin, but only if the part also appears in Pikmin 3 Deluxe or Pikmin 4.
pikmin3deluxe No "y" if the infobox is for the part's appearance in Pikmin 3 Deluxe.
pikmin4 No "y" if the infobox is for the part's appearance in Pikmin 4.
mandatory No "no" if the ship part is not mandatory in Pikmin.
weight Yes Ship part's weight.
max_pikmin Yes Maximum number of carriers.
location Yes Area it is found in.
name No If the ship part's name differs from the page's name, specify it here.
noicons No If this has a value, like "y", auto {{game icons}} is disabled (to avoid conflicts with other templates).

Skeleton

{{infobox ship part
|image         = 
|size          = 
|caption       = 
|icon          = 
|pikmin1       = 
|pikmin3deluxe = 
|pikmin4       =
|mandatory     = 
|weight        = 
|max_pikmin    = 
|location      = 
|name          = 
|noicons       = 
}}