Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Experimenting with formatting) |
||
| Line 6: | Line 6: | ||
<h2>{{{name|Name}}}</h2> | <h2>{{{name|Name}}}</h2> | ||
<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|left|40x40px]]|}} {{#if: {{{type|}}}|[[File:{{{type}}}.png|left|40x40px]]|}}</div> | ||
<div>{{#if: {{{name|}}}|[[File:{{{name|}}}_1r.png|center|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> | ||
<hr style="clear: both" /> | <hr style="clear: both" /> | ||
<p>'''Title:''' {{{title|}}} | <p>'''Title:''' {{{title|}}} | ||
'''Race:''' {{{race|}}} | |||
{{#if: {{{occupation|}}}| | {{#if: {{{occupation|}}}|'''Occupation:''' {{{occupation}}}|}} | ||
<hr style="clear: both" /> | <hr style="clear: both" /> | ||
'''Rarity:''' {{{rarity|}}} | |||
{{#if: {{{type|}}}| | {{#if: {{{type|}}}|'''Type:''' {{{type}}}</p><br/>|}}{{#if: {{{bondGroup|}}}|<p>'''Bond:''' [[{{{bondGroup}}}]]</p><br/>|}}{{#if: {{{voiceActor|}}}|<hr style="clear: both" /><p>'''Voice Actor:''' {{{voiceActor}}}|}}</p> | ||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 07:47, 18 June 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 |