Template:Infobox Creature

Template page
Infobox Creature


Summary

This template includes an infobox for a creature. It is possible to create a tabbed infobox for a second creature variant.

Usage

It can take up to four drop parameters. title is the title of the infobox at the top. Defaults to {{{PAGENAME}}}

One creature

For an infobox with only one creature, write:

{{Infobox_Creature2
|title  = Strider
|name   = Strider
|image  = Strider Basic.webp
|danger = Low
|health = 200
|armor  = 42
|speed  = 200-750
|drop_1 = Strider Flesh
|drop_2 = Spinal Base
}}

Two creature variants

It will create an infobox with a tab if name and name2 are both supplied. The second creature variant takes the same parameters as before, but they are defined by adding an extra 2 at the end.

{{Infobox_Creature2
|title  = Strider
|name   = Strider
|image  = Strider Basic.webp
|danger = Low
|health =200
|armor  = 42
|speed  = 200-750
|drop_1 = Strider Flesh
|drop_2 = Spinal Base

|name2   = Heavy Strider
|image2  = Heavy Strider basic.png
|danger2 = Medium
|health2 = 300
|armor2  = 51
|speed2  = 300-750
|drop2_1 = Heavy Strider Flesh
|drop2_2 = Spinal Base
}}


Cookies help us deliver our services. By using our services, you agree to our use of cookies.