Template:Monster infobox

From Sun Haven Wiki
Jump to navigation Jump to search
float Template documentation[View] [Edit] [History] - [Sandbox] [Refresh]

This template displays an information box, for all monsters in the game of Sun Haven.

Syntax

{{Monster infobox
<!-- These items are only needed if override from default is appropriate. -->
|name        = Item name (default is PAGENAME)
|image       = Image name.png (default is PAGENAME.png)

<!-- Basic Information -->
|region   = Region of this monster. (Sun Haven / Withergate / Nel'Vari)
|location = Locations this monster can be found. (Put ";" between multiple locations)
|exp      = How much exp this monster gives the player (numeric).
|drops    = List of items the monster can drop. (Plain text ONLY! Put ";" between multiple items.)

<!-- Monster Stats -->
|level    = What level this monster is. (Put ";" between multiple levels)
|health   = How much health this monster has. (Use stats template. Put ";" between multiple levels of health)
|defense  = How much defense this monster has. (Put ";" between multiple levels of defense)
}}

Examples

Leafie

{{Monster infobox
|image   = <gallery>
Leafie Spring.png|Spring
Leafie Summer.png|Summer
Leafie Fall.png|Fall
Leafie Winter.png|Winter
           </gallery>
|region   = Sun Haven
|location = Western Forest
|exp      = 8
|drops    = Leafie's Leaf; Coins; Log; Copper Legs; Copper Helmet; Copper Chest Plate; Copper Gloves; Leafie Trinket; Ancient Sun Haven Sword
<!-- Monster Stats -->
|level    = 1; 10; 20;
|health   = {{Stats|Health|25}};{{Stats|Health|?}};{{Stats|Health|600}}
|defense  = 1 }}

Darkness Wolf

{{Monster infobox
|region   = Sun Haven
|location = Eastern Forest; Western Forest
|exp      = 25
|drops    = Darkness Essence
<!-- Monster Stats -->
|level    = 38
|health   = {{Stats|Health|350}}
|defense  = 35 }}
See the articles and the templates currently using this template.