Template:Infobox Characters: Difference between revisions

From MB Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> <div class="portable-infobox" style="max-width: 300px; float: right; clear: right; font-size: .9em; border: 1px solid var(--theme-border-color); background-color: var(--gray-050);"> {{#if: {{{image|}}} | <div class="pi-title" style="background: var(--brown-300); color: var(--theme-accent-label-color); border-top-left-radius: 8px; border-top-right-radius: 8px; text-align: center; font-weight: 500;"> <h2>{{{name|}}}</h2> </div> <div cl...")
 
mNo edit summary
Line 84: Line 84:
     }}
     }}


     {{#if: {{{voice_style
     {{#if: {{{voice_style|}}} |
    <div class="pi-data pi-border-color">
        <div class="pi-data-label" style="margin: 2px 6px; padding: 0; font-weight: 500;">Voice Style</div>
        <div class="pi-data-value" style="padding: 7px;">{{{voice_style|}}}</div>
    </div>
    }}
</div>
</includeonly>
<noinclude>
{{Documentation}}
</noinclude>

Revision as of 07:53, 15 December 2025


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>