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)
| nickname = (Commonly used nickname, for example Seb)
| image = (Filename of the character portrait)
| age = (Approximate age)
| race = (Racial classification)
| element = (Elemental Information)
| occupation = (Main job title)
| weapon = (Primary weapon type)
| guild_status = (Guild Information)
| romance = (Romance availability)
| residency = (Living Space, Location Info)
| birthday = (In-game birthday)
}}
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 = N / A
| residency = Healer's Spare Room (Adventure District)
| birthday = Summer 15
}}