Template:Infobox Characters/doc
Jump to navigation
Jump to search
Description
This template is used to display key statistics and identifying details for all characters in ManaBreak using the standard infobox styling.
Usage
Place this code at the very top of the character's page. Any parameter left blank or omitted will not display in the final infobox.
Syntax
{{Infobox Character
| name = (Character's full name, e.g., Sebastian)
| nickname = (Commonly used nickname, e.g., Seb)
| image = (Filename of the character portrait, e.g., Sebastian_Portrait.png)
| age = (Approximate age)
| race = (Racial classification, e.g., Mortal)
| element = (Associated elemental affinity, e.g., Wind)
| occupation = (Main job title, e.g., Thief, Adventurer)
| weapon = (Primary weapon type)
| guild_status = (Character's formal status with the Guild)
| romance = (Romance availability, e.g., Dateable Companion)
| residency = (Where they live, e.g., Healer's Spare Room)
| birthday = (In-game birthday)
| voice_style = (Voice acting reference/style)
}}
Example
The following code produces the infobox on the Sebastian page:
{{Infobox Character
| name = Sebastian
| nickname = Seb
| image = Sebastian_Portrait.png
| age = ~28
| race = Mortal
| element = Wind
| occupation = Thief, Adventurer
| weapon = Dagger
| guild_status = Adventurer
| romance = Dateable Companion
| residency = Healer's Spare Room (Adventure District)
| birthday = Summer 15
| voice_style = Flynn Rider (Tangled)
}}