Template:MOB infobox/doc

From Project: Gorgon Wiki
Jump to: navigation, search

Description

Create an attractive "info card" for enemies and bosses. This is another way to liven up the pages. It also provides a consistent "at a glance" information box with vital information that is consistent across all creatures.

Note that the goal is not to cover everything that can fit into the card, as that is in the body of the article. If you have any suggestions for what should/could go in the infobox, please comment on the Talk page or the author's talk page. This template will have more parameters, but is awaiting Wiki Extensions.

Automatic categories
curse => this will add "Has curse" and will show up in the Curse boss list
type => the anatomy type will list under the corresponding category for creature type lists, eg. Undead

Syntax

{{MOB infobox
| name = 
| image = 
| type =
| armor =
| health =
| rage =
| notoriety = 
| effective = 
| ineffective =
| immune =
}}

Parameters

name
Not Optional. This must be filled out.
image
Optional. Defaults to a .png image of the article's name. If specified, use [[Image:Creature name.jpg|300px|]]
type
MUST match an existing Category:Creatures by Type
armor
Numerical value as displayed in the in-game target box.
health
Numerical value as displayed in the in-game target box.
rage
Numerical value as displayed in the in-game target box.
notoriety
OPTIONAL. Show notoriety XP gain for special creatures.
effective
OPTIONAL. Lists damage types that are effective against this creature. Add a (V) next to attack types which are Very Effective.
ineffective
OPTIONAL. Lists damage types that are ineffective against this creature. Add a (V) next to attack types which are Very Ineffective.
immune
OPTIONAL. Lists damage types that the mob is immune to.

Examples

To see a completed example, look at Sherzat.

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 = [[Image:Black Widow.png|300px|]]
| type = Arthropod
| armor = 5
| health = 45
| rage = 60
}}

TODOs (Gorgonzola)

Notes for later:

  • XP amounts like Notoriety should be pulled with Semantic Data?