Template:Infobox character
This template is used as an infobox for character pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Title of the infobox. Only specify this parameter if it's not the same as the page's title!
| String | optional |
| Image | image | Image inserted in the infobox. Use a gallery if you want multiple images. | Content | suggested |
| Caption | caption | Caption for the image. | String | suggested |
| Classification | classification | Whether the character is classified as a Lightner, Darkner, or Plant. If unclear, leave blank.
| String | suggested |
| Pronouns | pronouns | All pronouns that a character uses.
| String | suggested |
| Also known as | aka | Aliases that this character is known by. Only list aliases if they are noteworthy and not one-off gags! | Content | suggested |
| 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 that the character has with other characters. Only list relationships here if they are particularly noteworthy. For example, familial relationships, romantic interests, or relationships explored in-depth in the game. | Content | suggested |
| Leitmotif | leitmotif | Musical leitmotif of the character. Only specify this if there's a relevant section for it in the Leitmotifs article. | String | optional |
| Appearance in Undertale | undertale | If this character has appeared in Undertale, you can specify the Undertale Wiki page name of the character here. | String | optional |
| Wares | wares | If this character is a vendor, their wares can be specified in this field. If provided, it auto-categorizes the article under Vendors. | Content | optional |
| Health | health | Maximum HP of the character. | Content | suggested |
| AT | attack | Attack stat of the character. | Content | suggested |
| DF | defense | Defense stat of the character. | Content | suggested |
| D$ | gold | The amount of Dark Dollars earned after killing or sparing the character. | Content | suggested |
| ACT | act | Options available on the character's ACT screen. Check is automatically added to these options! | Content | suggested |
| No Check | nocheck | If set to "yes", Check will not be automatically added to the list of ACTs. | Boolean | optional |
| Recruit count | recruit | Number of enemies of this type to spare until they are recruited to Castle Town. | Number | suggested |
| Level | level | Level as shown on the Recruits screen. | Number | suggested |
| Element | element | Element as shown on the Recruits screen. | String | suggested |
| Like | like | Things that this recruit likes, as shown on the Recruits screen. | String | suggested |
| Dislike | dislike | Things that this character dislikes, as shown on the Recruits screen. | String | suggested |
| Wish | wish | Things that this character wishes, as shown on the Recruits screen. | String | suggested |
| class | class | If this character is black, you can add this parameter to change the background grey.
| String | optional |
Sample output
{{Infobox character
|name = Infobox example
|image = King battle idle.gif
|classification = Darkner
|aka =
* Alias
* Nickname
|location = Place
|relationships = Person (relationship type)
|leitmotif = Don't Forget
|health = 99
|attack = 99
|defense = 99
|gold = 99
|act = Act, Act
|recruit = 99
|class = bg-on-dark
}}gives...
{{Infobox character
|name = Multiple images example
|image = <gallery>
King battle idle.gif | Image 1
Susie overworld static.png | Image 2
</gallery>
}}gives...
See also
- Category:Characters for usage examples.
- Module:Character for the Lua module performing formatting and autocategorization.
- MediaWiki:Infobox.css for the styles used in the template.