Template:Infobox Characters

From MB Wiki
Revision as of 08:44, 15 December 2025 by Ais (talk | contribs) (Replaced content with "<includeonly>{{#invoke:InfoboxCharacter|infobox | name = {{{name|}}} | nickname = {{{nickname|}}} | image = {{{image|}}} | age = {{{age|}}} | race = {{{race|}}} | element = {{{element|}}} | occupation = {{{occupation|}}} | weapon = {{{weapon|}}} | guild_status = {{{guild_status|}}} | romance = {{{romance|}}} | residency = {{{residency|}}} | birthday = {{{birthday|}}} | voice_style = {{{voice_style|}}} }}</includeonly><noinclude> {{Documentation}} </noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.

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
}}

</noinclude>