Template:Infobox Characters/doc: Difference between revisions

From MB Wiki
Jump to navigation Jump to search
(Created page with "== 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 === <pre> {{Infobox Character | name = (Character's full name, e.g., Sebastian) | nickname = (Commonly used nickname, e.g., Seb) | image...")
 
mNo edit summary
Line 8: Line 8:
<pre>
<pre>
{{Infobox Character
{{Infobox Character
| name          = (Character's full name, e.g., Sebastian)
| name          = (Character's full name)
| nickname      = (Commonly used nickname, e.g., Seb)
| nickname      = (Commonly used nickname, for example Seb)
| image        = (Filename of the character portrait, e.g., Sebastian_Portrait.png)
| image        = (Filename of the character portrait)
| age          = (Approximate age)
| age          = (Approximate age)
| race          = (Racial classification, e.g., Mortal)
| race          = (Racial classification)
| element      = (Associated elemental affinity, e.g., Wind)
| element      = (Elemental Information)
| occupation    = (Main job title, e.g., Thief, Adventurer)
| occupation    = (Main job title)
| weapon        = (Primary weapon type)
| weapon        = (Primary weapon type)
| guild_status  = (Character's formal status with the Guild)
| guild_status  = (Guild Information)
| romance      = (Romance availability, e.g., Dateable Companion)
| romance      = (Romance availability)
| residency    = (Where they live, e.g., Healer's Spare Room)
| residency    = (Where they live, e.g., Healer's Spare Room)
| birthday      = (In-game birthday)
| birthday      = (In-game birthday)
| voice_style  = (Voice acting reference/style)
}}
}}
</pre>
</pre>
Line 38: Line 37:
| weapon        = Dagger
| weapon        = Dagger
| guild_status  = Adventurer
| guild_status  = Adventurer
| romance      = Dateable Companion
| romance      = N / A
| residency    = Healer's Spare Room (Adventure District)
| residency    = Healer's Spare Room (Adventure District)
| birthday      = Summer 15
| birthday      = Summer 15
| voice_style  = Flynn Rider (Tangled)
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 08:51, 17 December 2025

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     = (Where they live, e.g., Healer's Spare Room)
| 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
}}