Template:Infobox ship part: Difference between revisions

Tweaked so Ionium Jet doesn't display the P1 icon
(Added max carriers and resized box. I'll get to adding max Pikmin)
(Tweaked so Ionium Jet doesn't display the P1 icon)
Tag: Mobile edit
(51 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{| class="infobox" align="right" style="width: 24em; font-size: 82%; text-align: left; border-style: solid; border-width: 1px; border-color: grey"
{| class="infobox"
! colspan="2" style="font-size: 140%; background: #ccf; text-align: center;" | ''{{{name}}}''
! colspan="2" class="infoboxTitle" | {{#if:{{{icon|}}} |
{{{!}} style = "min-width:100%;"
{{!}} 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.]]
{{!}}} | ''{{{name|{{PAGENAME}} }}}''{{#if:{{{pikmin1|}}}|<br><small>(''Pikmin'')</small>}}{{#if:{{{pikmin3deluxe|}}}|<br><small>(''Pikmin 3 Deluxe'')</small>}}} }}
|-
|-
! colspan="2" style="background: #fff; text-align: center;" | {{#if:{{{image}}}|[[Image:{{{image}}}{{pipe}}{{{size|160px}}}]]}}
| colspan="2" style="text-align: center;" | {{#if:{{{image|}}}|[[File:{{{image|}}}{{!}}{{{size|250x250px}}}]]}}
|-
|-
! style="background: #e6e9ff;" | || This is {{#ifeq:{{{mandatory}}}|no|not}} a mandatory ship part.
{{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}} }}
|-
|-
! style="background: #e6e9ff;" | Weight || {{{weight}}}
{{#if:{{{pikmin3deluxe|}}}{{{pikmin4|}}}||! colspan="2" style="text-align:center" {{!}} This ship part is {{#ifeq:{{{mandatory}}}|no|not }} required for the S.S. Dolphin to [[Pikmin (game)#Endings|escape the planet]].}}
|-
|-
! style="background: #e6e9ff;" | Max. Carriers || {{{max_pikmin}}} Pikmin
! style="width: 30%;" | [[Weight]]
| {{{weight}}}
|-
|-
! style="background: #e6e9ff;" | Location || [[{{{location}}}]]
{{#if:{{{max_pikmin|}}}|! Max. [[Carry|carriers]]
|}<includeonly>[[Category:Pikmin 1 Ship Parts|{{PAGENAME}}]]</includeonly><noinclude>
{{!}} {{{max_pikmin|}}} Pikmin}}
[[Category:Infobox Templates|{{PAGENAME}}]]
|-
</noinclude>
! {{#if:{{{pikmin3deluxe|}}}|Mission|Location}}
| {{#if:{{{pikmin4|}}}||[[{{{location}}}]]}}{{#if:{{{pikmin4|}}}|{{{location}}}}}
|}<includeonly>
{{#if:{{{noicons|}}}||{{#if:{{{pikmin3deluxe|}}}{{{pikmin4|}}}||{{game icons|p=y}}}}}}{{#if:{{{noicons|}}}||{{#if:{{{pikmin3deluxe|}}}|{{game icons|p3=y}}|}}}}{{#if:{{{noicons|}}}||{{#if:{{{pikmin4|}}}|{{game icons|p4=y}}|}}}}[[Category:Ship parts]]</includeonly><noinclude>
 
{{clear}}
==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==
{| class = "wikitable"
! 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 {{p1}}, but only if the part also appears in {{p3d}} or {{p4}}.
|-
! 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. Needs to be linked manually for ship parts in ''Pikmin 4''.
|-
! 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 {{tem|game icons}} is disabled (to avoid conflicts with other templates).
|}
 
==Skeleton==
<pre>
{{infobox ship part
|image        =
|size          =
|caption      =
|icon          =
|pikmin1      =
|pikmin3deluxe =
|pikmin4      =
|mandatory    =
|weight        =
|max_pikmin    =
|location      =
|name          =
|noicons      =
}}
</pre>
 
[[Category:Information boxes]]</noinclude>