Template:Infobox plant: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
(Added caption parameter and changed some things in the documentation.)
Line 5: Line 5:
! colspan="2" style="background: #fff; text-align: center;" | {{#if:{{{image|}}}|[[Image:{{{image}}}|{{{size}}}]]|}}
! colspan="2" style="background: #fff; text-align: center;" | {{#if:{{{image|}}}|[[Image:{{{image}}}|{{{size}}}]]|}}
|-
|-
{{#if:{{{caption|}}}|{{!}} colspan="2" style="text-align:center" {{!}} {{{caption}}}
{{!}}- }}
! width="30%" style="background: #e6e9ff;" | Appears in
! width="30%" style="background: #e6e9ff;" | Appears in
| width="70%" | {{#if:{{{pikmin|}}}|[[Pikmin (game)|''Pikmin'']]{{#if:{{{pikmin2|}}}|, }}}}{{#if:{{{pikmin2|}}}|''[[Pikmin 2]]''}}{{#if:{{{pikmin3|}}}|, }}{{#if:{{{pikmin3|}}}|''[[Pikmin 3]]''}}
| width="70%" | {{#if:{{{pikmin|}}}|[[Pikmin (game)|''Pikmin'']]{{#if:{{{pikmin2|}}}|, }}}}{{#if:{{{pikmin2|}}}|''[[Pikmin 2]]''}}{{#if:{{{pikmin3|}}}|, }}{{#if:{{{pikmin3|}}}|''[[Pikmin 3]]''}}
Line 34: Line 36:
==Use==
==Use==
<pre>{{Infobox plant
<pre>{{Infobox plant
|pikmin    =
|pikmin    = if it appears in Pikmin, give this parameter a value, like y
|pikmin2    =
|pikmin2    = ditto, but for Pikmin 2
|pikmin3    =
|pikmin3    = ditto, but for Pikmin 3
|image      =
|image      = the image name, including the extension
|size      =
|size      = the image's size, in pixels (optional)
|name      =
|caption    = the image's caption (optional)
|family    =
|name      = scientific name
|areas      =
|family    = family name (omit if unknown)
|underground=
|areas      = areas in which it appears
|challenge  =
|underground= caves in which it appears
|produce    =
|challenge  = Challenge Mode levels in which it appears
|produce    = Candypop Buds only: maximum Pikmin seeds produced (e.g. '5 red')
}}</pre>
}}</pre>
==Parameters==
*''pikmin'': If it appears in [[Pikmin (game)|''Pikmin'']], give this parameter a value, like ''y''.
*''pikmin2'': If it appears in ''[[Pikmin 2]]'', give this parameter a value, like ''y''.
*''pikmin3'': If it appears in ''[[Pikmin 3]]'', give this parameter a value, like ''y''.
*''image'': The image name, including the extension.
*''size'': The image's size, in pixels.
*''name'': Scientific name.
*''family'': Family name (omit if unknown).
*''areas'': Areas in which it appears.
*''underground'': Caves in which it appears.
*''challenge'': Challenge Mode levels in which it appears.
*''produce'': Candypop Buds only: maximum Pikmin seeds produced (e.g. '5 red').


[[Category:Infobox templates|{{PAGENAME}}]]
[[Category:Infobox templates|{{PAGENAME}}]]
</noinclude>
</noinclude>

Revision as of 10:14, November 15, 2013

Infobox plant
Appears in
Scientific name Unknown
Family Unknown
Areas None
Challenge Mode levels None

Use

{{Infobox plant
|pikmin     = if it appears in Pikmin, give this parameter a value, like y
|pikmin2    = ditto, but for Pikmin 2
|pikmin3    = ditto, but for Pikmin 3
|image      = the image name, including the extension
|size       = the image's size, in pixels (optional)
|caption    = the image's caption (optional)
|name       = scientific name
|family     = family name (omit if unknown)
|areas      = areas in which it appears
|underground= caves in which it appears
|challenge  = Challenge Mode levels in which it appears
|produce    = Candypop Buds only: maximum Pikmin seeds produced (e.g. '5 red')
}}