Template:Infobox plant: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
m (Fixed templates (hopefully).)
(If the other game names don't have spaces...)
Line 1: Line 1:
{{#if:{{{noicons|}}}||{{game icons|p={{{pikmin|}}}|p2={{{pikmin2|}}}|p3={{{pikmin3|}}}|hp={{{hey_pikmin|}}}}}}}
{{#if:{{{noicons|}}}||{{game icons|p={{{pikmin|}}}|p2={{{pikmin2|}}}|p3={{{pikmin3|}}}|hp={{{heypikmin|}}}}}}}
{| class="infobox"
{| class="infobox"
! colspan="2" class="infoboxTitle" | {{#if:{{{icon|}}} |
! colspan="2" class="infoboxTitle" | {{#if:{{{icon|}}} |
Line 12: Line 12:
{{!}}- }}
{{!}}- }}
! style="width: 30%;" | Appears in
! style="width: 30%;" | Appears in
| {{#if:{{{pikmin|}}}|{{p1}}{{#if:{{{pikmin2|}}}{{{pikmin3|}}}{{{hey_pikmin|}}}|, }}}}{{#if:{{{pikmin2|}}}|{{p2}}{{#if:{{{pikmin3|}}}{{{hey_pikmin|}}}|, }}}}{{#if:{{{pikmin3|}}}|{{p3}}{{#if:{{{hey_pikmin|}}}|, }}}}{{#if:{{{hey_pikmin|}}}|{{hp}}}}
| {{#if:{{{pikmin|}}}|{{p1}}{{#if:{{{pikmin2|}}}{{{pikmin3|}}}{{{heypikmin|}}}|, }}}}{{#if:{{{pikmin2|}}}|{{p2}}{{#if:{{{pikmin3|}}}{{{heypikmin|}}}|, }}}}{{#if:{{{pikmin3|}}}|{{p3}}{{#if:{{{heypikmin|}}}|, }}}}{{#if:{{{heypikmin|}}}|{{hp}}}}
|-
|-
! Scientific name
! Scientific name
Line 52: Line 52:
|[[Category:Pikmin 1 vegetation]]}}{{#if:{{{pikmin2|}}}
|[[Category:Pikmin 1 vegetation]]}}{{#if:{{{pikmin2|}}}
|[[Category:Pikmin 2 vegetation]]}}{{#if:{{{pikmin3|}}}
|[[Category:Pikmin 2 vegetation]]}}{{#if:{{{pikmin3|}}}
|[[Category:Pikmin 3 vegetation]]}}{{#if:{{{hey_pikmin|}}}
|[[Category:Pikmin 3 vegetation]]}}{{#if:{{{heypikmin|}}}
|[[Category:Hey Pikmin vegetation]]}}</includeonly><noinclude>
|[[Category:Hey Pikmin vegetation]]}}</includeonly><noinclude>


Line 74: Line 74:
| No ||  || Same as above, but ''Pikmin 3''.
| No ||  || Same as above, but ''Pikmin 3''.
|-
|-
! hey_pikmin
! heypikmin
| No ||  || Same as above, but ''Hey! Pikmin''.
| No ||  || Same as above, but ''Hey! Pikmin''.
|-
|-
Line 141: Line 141:
|pikmin2    =  
|pikmin2    =  
|pikmin3    =  
|pikmin3    =  
|hey_pikmin =  
|heypikmin =  
|image      =  
|image      =  
|size        =  
|size        =  

Revision as of 17:46, October 10, 2017

Infobox plant
Appears in
Scientific name Unknown
Family Unknown
Areas None

Info

Place this at the top of plant and fungus articles. It creates an information box with data about the plant or fungus.

Pages with this template are automatically categorized under the corresponding family category, and list of vegetation in the corresponding game(s) (Category:Pikmin 1 vegetation, Category:Pikmin 2 vegetation, Category:Pikmin 3 vegetation, Category:Hey! Pikmin vegetation).

Parameters

Parameter Mandatory Default Detailed description
pikmin No If this plant/fungus appears in Pikmin, give this a value, like "y".
pikmin2 No Same as above, but Pikmin 2.
pikmin3 No Same as above, but Pikmin 3.
heypikmin No Same as above, but Hey! Pikmin.
image No The image name, including extension.
size No 200px The image's size.
caption No The image's caption, if needed.
icon No If it has an icon, specify its filename on the wiki here.
custom_icon No If the icon was custom-made, give this a value, like "y". Otherwise, it's assumed to be the Piklopedia icon.
name No Unknown Scientific name.
family No Unknown Family name. Omit if unknown.
psize No Size of the plant as it appears on the e-card. Example: "Length: {{mm|50}}".
areas No None Areas in which it appears.
underground No None Caves in which it appears.
challenge No None Challenge Mode levels in which it appears. This is both for Pikmin and Pikmin 2.
missionct No None Collect treasure! levels in which it appears.
missionbe No None Battle enemies! levels in which it appears.
2p No None 2-Player Battle levels in which it appears.
bingo No None Bingo Battle levels in which it appears.
produce No For Candypop Buds only – maximum Pikmin seeds produced (e.g.: "5 red").
piklopedia No N/A Piklopedia number.
plant_name No {{PAGENAME}} If the plant/fungus name differs from the page name, specify it here.
noicons No If this has a value, like "y", disable auto {{game icons}} (to avoid conflicts with other templates).

Skeleton

{{infobox plant
|pikmin      = 
|pikmin2     = 
|pikmin3     = 
|heypikmin  = 
|image       = 
|size        = 
|caption     = 
|icon        = 
|custom_icon = 
|name        = 
|family      = 
|psize       = 
|areas       = 
|underground = 
|challenge   = 
|missionct   = 
|missionbe   = 
|2p          = 
|bingo       = 
|produce     = 
|piklopedia  = 
|plant_name  = 
|noicons     = 
}}