Template:Infobox character/doc
This template is used as an infobox for characters.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Infobox title | name | Character name (if different from page name).
| String | optional |
| Image(s) | image | Image inserted in the infobox. Use a gallery if multiple images are required.
| Content | suggested |
| Image caption | caption | Caption of the image. This should be primarily used for quotes. Do not use this in conjunction with the "description" parameter. | String | optional |
| Description | description | Descriptive caption for the image. It has no quotation marks. Do not use this in conjunction with the "caption" parameter. | String | optional |
| Pronouns | pronouns | All pronouns that a character uses.
| String | suggested |
| Also known as... | aka | Nicknames the character uses. Only list aliases if they are noteworthy and not one-off gags! | Content | optional |
| Appearances | location | Bulleted list of locations which the character appears in. Each location auto-categorizes the article the infobox is placed on into the relevant location category! See Category:Locations for a list of location categories.
| Content | suggested |
| Relationships | relationships | Relationships the character has to another character. Only list relationships here if they are particularly noteworthy. For example, familial relationships, romantic interests, or relationships explored in-depth in the game. | Content | optional |
| Leitmotif | leitmotif | Musical leitmotif of the character. Only specify this if there's a relevant section for it in the Leitmotifs article. | String | optional |
| HP | health | The character's HP. | Content | suggested |
| Attack | attack | The character's attack. | Content | suggested |
| Defense | defense | The character's defense. | Content | suggested |
| EXP on kill | exp | EXP awarded upon killing this character. | Content | suggested |
| GOLD on win | gold | GOLD awarded upon winning a battle against this character. | Content | suggested |
| ACTs | act | ACTs that can be used on this character. By default, Check is automatically included. | Content | suggested |
| Exclude Check ACT? | nocheck | Whether to exclude the Check ACT from being automatically included n the the "act" parameter.
| String | optional |
| White text | white | White text displayed in the True Pacifist Ending Credits. | String | suggested |
| Yellow text | yellow | Yellow text displayed in the True Pacifist Ending Credits. | String | optional |
{{Infobox character
|image = Toriel battle.png
|aka = Alias, Nickname
|location = Place
|relationships = Person (type)
|music = Themes
|health = 99
|attack = 99
|defense = 99
|exp = 99
|gold = 99
|act = Act, Act
|white = White text
|yellow = Yellow text
}}gives...
{{Infobox character
|name = Multiple images example
|image = <gallery>
Toriel battle.png | Image 1
Toriel battle in fight.png | Image 2
</gallery>
}}gives...
- Category:Characters for usage examples.
- Module:Infobox for the Lua module performing formatting and autocategorization.
- MediaWiki:Infobox.css for the styles used in the template.