Template:EnemyInfobox

From Forgotten Fables Wiki
Jump to navigation Jump to search

Description

To use this template, add the {{EnemyInfobox}} template and fill in the appropriate fields. Fields left blank will not appear in articles.

{{EnemyInfobox
| name=
| image=
| hp=
| shp=
| armor=
| id=
| found=
}}

Displays an infobox for an entity.

Template parameters

ParameterDescriptionTypeStatus
Namename

The name(s) of the enemy.

Default
The page name, without the disambiguation parentheses if there are any.
Example
Slammer
Stringoptional
Imageimage

The image(s) of the enemy.

Default
<The page name>.png
Example
Slammer.png
Stringoptional
IDid

The enemy ID of the enemy.

Example
3.12.0
Stringoptional
HPhp

The base HP of the enemy.

Example
10
Stringoptional
Stage HPshp

The additional HP gained by the enemy each stage.

Example
5
Stringoptional
Environmentenvironment

The stages or room types the enemy can be encountered in. Floors from different chapters can be separated with HTML line break tags to improve visibility.

Example
{{floor|Basement}}{{floor|Cellar}}{{floor|Burning Basement}}<br>{{floor|Downpour}}{{floor|Dross}}
Contentoptional