Modèle:Infobox in battle
Infobox used on In Battle pages.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Image | image | Image of the battle.
| Fichier | suggéré |
| Image caption. | caption | Caption of the image, usually a quote from the battle itself. | Chaîne | facultatif |
| Music Playing | music | Music playing during the battle. | Contenu | suggéré |
| HP | health | The enemy's HP. | Contenu | suggéré |
| Attack | attack | The enemy's attack. | Contenu | suggéré |
| Defense | defense | The enemy's defense. | Contenu | suggéré |
| EXP on kill | exp | EXP awarded upon killing this enemy. | Contenu | suggéré |
| GOLD on win | gold | GOLD awarded upon winning a battle against this enemy. | Contenu | suggéré |
| ACTs | act | ACTs that can be used on this enemy. By default, Check is automatically included. | Contenu | suggéré |
| Exclude Check ACT? | nocheck | Whether to exclude the Check ACT from being automatically included n the the "act" parameter.
| Chaîne | facultatif |
{{Infobox in battle
|name = Toriel
|image = Heartache soundtrack.png
|caption = Toriel blocks the way!
|music = [[Heartache]]
|health = 440
|attack = 80 (6 or 8)
|defense = 80 (1 or -9999)
|exp = 0
|gold = 0
|act = Talk
}}gives...
- Category:In Battle for usage examples
- Module:Infobox for the Lua module performing formatting.
- MediaWiki:Infobox.css for the styles used in the template.