Template:Infobox enemy: Difference between revisions

From Pikmin Fanon
mNo edit summary
m (Text replacement - "Enemy dummy icon.png" to "Enemy icon.png")
(8 intermediate revisions by 3 users not shown)
Line 42: Line 42:
{{#if:{{{sparklium|}}}|! width="40%" style="background: #eef;" {{!}} [[Sparklium]] value
{{#if:{{{sparklium|}}}|! width="40%" style="background: #eef;" {{!}} [[Sparklium]] value
{{!}} {{sparklium|{{{sparklium|1}}}}} }}
{{!}} {{sparklium|{{{sparklium|1}}}}} }}
|-
{{#if:{{{drops|}}}|! width="40%" style="background: #eef;" {{!}} Drops
{{!}} {{{drops|N/A}}}|}}
|-
|-
{{#if:{{{health|}}}|! width="40%" style="background: #eef;" {{!}} Health
{{#if:{{{health|}}}|! width="40%" style="background: #eef;" {{!}} Health
{{!}} {{{health|1}}}|}}
{{!}} {{{health|1}}}|}}
|-
{{#if:{{{weakness|}}}|! width="40%" style="background: #eef;" {{!}} Weaknesses
{{!}} {{{weakness|None}}}|}}
|-
{{#if:{{{resistance|}}}|! width="40%" style="background: #eef;" {{!}} Resistances
{{!}} {{{resistance|None}}}|}}
|-
|-
{{#if:{{{attacks|}}}|! width="40%" style="background: #eef;" {{!}} Attacks
{{#if:{{{attacks|}}}|! width="40%" style="background: #eef;" {{!}} Attacks
Line 73: Line 82:
|-
|-
! icon
! icon
| No ||  || If the enemy has an icon, specify its image here, extension included. If the icon is a placeholder, place <nowiki>Dummy enemy icon.png</nowiki> here.
| No ||  || If the enemy has an icon, specify its image here, extension included. If the icon is a placeholder, place <nowiki>Enemy icon.png</nowiki> here.
|-
|-
! name
! name
Line 107: Line 116:
! sparklium
! sparklium
| No || 1 || How much [[Sparklium]] the creature drops when defeated.
| No || 1 || How much [[Sparklium]] the creature drops when defeated.
|-
! drops
| No || N/A || Special items the enemy drops upon death.
|-
|-
! health
! health
| No || 1 || How much health the creature has.
| No || 1 || How much health the creature has.
|-
! weakness
| No || None || [[Hazard]]s the enemy may be susceptible to.
|-
! resistance
| No || None || Hazards the enemy may be resistant to.
|-
|-
! attacks
! attacks
Line 136: Line 154:
|value=
|value=
|sparklium=
|sparklium=
|drops=
|health=
|health=
|weakness=
|resistance=
|attacks=
|attacks=
|nocat=y
|nocat=y

Revision as of 17:09, 7 March 2024

Infobox enemy
Scientific name Unknown
Family Unknown

Info

This template is to be used at the top of enemy page sections. It places an information box on the top-right corner of the page.

Parameters

Parameter Mandatory Default Detailed description
customname No {{PAGENAME}} If the name of the enemy is different from the title of the page, specify it here.
image No Image for the infobox, extension included.
size No The image's size.
caption No The image's caption, if needed.
icon No If the enemy has an icon, specify its image here, extension included. If the icon is a placeholder, place Enemy icon.png here.
name Yes Unknown Scientific name.
family No Unknown Family name, without the word "family". If the family is unknown, omit it.
areas No None Areas in which it appears.
underground No None Caves in which it appears.
challenge No None Challenge Mode stages in which it appears.
challenge No None Battle Mode stages in which it appears.
weight No 1 The weight of the creature's body. If this is being applied to a canon enemy, use its most up-to-date carry weight.
max_pikmin No 1 The maximum amount of individual Pikmin that can carry the enemy's body at once. If this is being applied to a canon enemy, use its most up-to-date max Pikmin count.
seeds No 1 How many seeds an Onion produces when it absorbs the enemy's body. If this is being applied to a canon enemy, use its most up-to-date seed count.
value No 1 How many Pokos the creature's body is worth.
sparklium No 1 How much Sparklium the creature drops when defeated.
drops No N/A Special items the enemy drops upon death.
health No 1 How much health the creature has.
weakness No None Hazards the enemy may be susceptible to.
resistance No None Hazards the enemy may be resistant to.
attacks No None The creature's attacks.
nocat No Giving this a value like "y" makes the template not auto-categorize the enemy.

Skeleton

{{infobox enemy
|customname=
|image=
|size=
|caption=
|icon=
|name=
|family=
|areas=
|underground=
|challenge=
|battle=
|weight=
|max_pikmin=
|seeds=
|value=
|sparklium=
|drops=
|health=
|weakness=
|resistance=
|attacks=
|nocat=y
}}