Difference between revisions of "Template:Infobox monster"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Copy of Template:Monster with name consistent w/other infoboxes)
 
(remove "levels" from skull cavern monsters)
Line 13: Line 13:
 
{{!}}id="infoboxsection"{{!}}Levels:
 
{{!}}id="infoboxsection"{{!}}Levels:
 
{{!}}id="infoboxdetail"{{!}}{{#if:{{{levels|}}}|{{{levels}}}|N/A}}
 
{{!}}id="infoboxdetail"{{!}}{{#if:{{{levels|}}}|{{{levels}}}|N/A}}
|farm|the farm=<!-- Farm doesn't have levels/floors. -->
+
|farm|the farm|skull cavern=
 
}}
 
}}
 
|-
 
|-

Revision as of 17:24, 29 September 2017

Description

This template is used to display an infobox for monster pages.

Use

Do not use this on your user page. It is reserved for content pages. This template can be used by entering the following onto a relevant page.

{{Infobox monster
|name       = Name of monster, defaults to {{PAGENAME}}
|portrait   = Image of monster with file extension
|location   = Monster location
|levels     = Location level
|killable   = Yes/no
|hp         = Health amount
|dmg        = Damage to done to player
|def        = Defense amount
|spd        = Movement Speed
|exp        = Experience given on defeat
|variations = List variations. Optional
|drops      = List drops
}}

Sample

Bats
Bat Anim.gif
Information
Spawns In: The Mines
Levels: 31-120
Killable: yes
Base HP: Bat.png 24, Frost Bat.png 36, Lava Bat.png 80
Base Damage: Bat.png 06, Frost Bat.png 07, Lava Bat.png 15
Base Def: 1
Speed: 3
EXP Given: Bat.png 03, Frost Bat.png 07, Lava Bat.png 15
Variations: Bat, Frost Bat, Lava Bat
Drops: Bat Wing.png Bat Wing (75%)

If reached bottom of Mines:

Error: {{#seo:}} must contain at least one non-empty attribute.
{{Infobox monster
|name = Bats
|portrait   = Bat_Anim.gif
|location   = The Mines
|levels     = 31-120
|killable   = yes
|hp         = [[File:Bat.png|16px|link=]] 24, [[File:Frost Bat.png|16px|link=]] 36, [[File:Lava Bat.png|16px|link=]] 80
|dmg        = [[File:Bat.png|16px|link=]] 06, [[File:Frost Bat.png|16px|link=]] 07, [[File:Lava Bat.png|16px|link=]] 15
|def        = 1
|spd        = 3
|exp        = [[File:Bat.png|16px|link=]] 03, [[File:Frost Bat.png|16px|link=]] 07, [[File:Lava Bat.png|16px|link=]] 15
|variations = Bat, Frost Bat, Lava Bat
|drops      = {{name|Bat Wing|75%}}
}}