Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="toc-container" style="float:left">__TOC__</div> | |||
<div class="infobox-wrapper" style="float:right; width: 300px"> | <div class="infobox-wrapper" style="float:right; width: 300px"> | ||
<div class="container"> | <div class="container"> | ||
| Line 5: | Line 6: | ||
<div style="display: flex"> | <div style="display: flex"> | ||
<div style="flex-direction: column-reverse;"> | <div style="flex-direction: column-reverse;"> | ||
{{#if: {{{rarity|}}}[[File:{{{rarity}}}.png| | {{#if: {{{rarity|}}}|[[File:{{{rarity}}}.png|left|40x40px]]|}} {{#if: {{{type|}}}|[[File:{{{type}}}.png|left|40x40px]]|}} | ||
</div> | </div> | ||
<!-- I'm sorry this following line isn't spaced properly, if I space it the alignment breaks --> | <!-- I'm sorry this following line isn't spaced properly, if I space it the alignment breaks --> | ||
<div>{{#if: {{{name|}}}|[[File:{{{name|}}}_1r.png|140x140px]]|[[File:Empty Blessing_1r.png|140x140px]]}}</div> | <div>{{#if: {{{name|}}}|[[File:{{{name|}}}_1r.png|center|140x140px]]|[[File:Empty Blessing_1r.png|140x140px]]}}</div> | ||
</div> | </div> | ||
<div> | <div> | ||
| Line 28: | Line 29: | ||
{ | { | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
| Line 103: | Line 98: | ||
"race", | "race", | ||
"occupation", | "occupation", | ||
"type", | "type", | ||
"rarity", | "rarity", | ||
"bondGroup", | |||
"voiceActor" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 11:21, 6 April 2026
Info box for characters
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the character, this is used in the label / image url.
| String | required |
| Title | title | The character's title. | String | required |
| Race | race | The character's race. | String | required |
| Occupation (Optional) [Fellows Only] | occupation | The character's occupation. | String | optional |
| Type (Optional) [Fellows Only] | type | The character's type.
| String | optional |
| Rarity | rarity | The character's rarity.
| String | required |
| Bond Group (Optional) [Fellows Only] | bondGroup | The set a character is a part of | String | optional |
| Voice Actor (Meta Info) | voiceActor | The voice actor for a character | String | optional |