Template:MOB infobox: Difference between revisions
Jump to navigation
Jump to search
Gorgonzola (talk | contribs) mNo edit summary |
Gorgonzola (talk | contribs) |
||
| Line 46: | Line 46: | ||
</pre> | </pre> | ||
If an image already exists which name does not match the article name, specify like so: | If an image already exists which name does not match the article name, or in a different format (png) specify like so: | ||
<pre> | <pre> | ||
{{MOB infobox | {{MOB infobox | ||
Revision as of 20:39, 3 October 2014
| MOB infobox | |
|---|---|
| File:MOB infobox.jpg | |
| Anatomy | Rodent |
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
}}