Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Fixing alignment) |
||
| Line 1: | Line 1: | ||
<div class="infobox-wrapper"> | <div class="infobox-wrapper"> | ||
<div class="container"> | |||
<div class=" | <div> | ||
<h2>{{{name|Name}}}</h2> | |||
<div style="display: flex"> | |||
<div> | |||
{{#if: {{{rarity|}}}[[File:{{{rarity}}}.png|right|40x40px]]|}} {{#if: {{{type|}}}|[[File:{{{type}}}.png|right|40x40px]]|}} | |||
</div> | |||
<div>{{#if: {{{name|}}}|[[File:{{{name|}}}_1r.png|140x140px]]|[[File:Empty Blessing_1r.png|140x140px]]}}</div> | |||
</div> | |||
<div> | |||
<hr style="clear: both" /> | |||
<p>'''Title:''' {{{title|}}}</p> | |||
<p>'''Race:''' {{{race|}}}</p> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Revision as of 10:41, 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 characters title. | String | required |
| Race | race | The characters race. | String | required |
| Occupation (Optional) [Fellows Only] | occupation | The characters occupation. | String | optional |
| Bio | bio | The bio for this character. | String | required |
| Type (Optional) [Fellows Only] | type | The characters type.
| String | optional |
| Rarity | rarity | The characters rarity.
| String | required |