Template:MOB infobox
Syntax
{{MOB infobox
| name =
| image =
| type =
| armor =
| health =
| rage =
}}
Parameters
- name
- Optional. Defaults to article name.
- image
- Optional. Defaults to a .jpg image of the article's name. If specified, use File:Creature name.jpg
- type
- MUST match an existing Category:Creatures by Type
- armor
- health
- rage
- Numerical values as displayed in the in-game target box.
Examples
The typical usage is to use this in a new article, save, and THEN upload the image by clicking the image link (which then is pre-set with the article name):
{{MOB infobox
| type = Arthropod
| armor = 5
| health = 45
| rage = 60
}}
If an image already exists which name does not match the article name, or in a different format (png) specify like so:
{{MOB infobox
| image = [[File:Black Widow.png|300px]]
| type = Arthropod
| armor = 5
| health = 45
| rage = 60
}}