Template:Infobox Characters/doc: Difference between revisions
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 | | name = (Character's full name) | ||
| nickname = (Commonly used nickname, | | nickname = (Commonly used nickname, for example Seb) | ||
| image = (Filename of the character portrait | | image = (Filename of the character portrait) | ||
| age = (Approximate age) | | age = (Approximate age) | ||
| race = (Racial classification | | race = (Racial classification) | ||
| element = ( | | element = (Elemental Information) | ||
| occupation = (Main job title | | occupation = (Main job title) | ||
| weapon = (Primary weapon type) | | weapon = (Primary weapon type) | ||
| guild_status = ( | | guild_status = (Guild Information) | ||
| romance = (Romance availability | | 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) | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 38: | Line 37: | ||
| weapon = Dagger | | weapon = Dagger | ||
| guild_status = Adventurer | | guild_status = Adventurer | ||
| romance = | | romance = N / A | ||
| residency = Healer's Spare Room (Adventure District) | | residency = Healer's Spare Room (Adventure District) | ||
| birthday = Summer 15 | | birthday = Summer 15 | ||
}} | }} | ||
</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
}}