Template:Infobox Character: Difference between revisions
Jump to navigation
Jump to search
(Nuguette moved page Template:Infobox character to Template:Infobox character (DEPRECATED): Deprecating template to be replaced with new Infobox Character template) Tag: New redirect |
(Page creation (see original at Template:Infobox character (DEPRECATED))) Tag: Removed redirect |
||
| Line 1: | Line 1: | ||
# | <div class="container" style="float:right"> | ||
<div class="toc-container">__TOC__</div> | |||
<div class="infobox-wrapper"> | |||
<div> | |||
<div class="char-info"> | |||
<h2>{{{name|Name}}}</h2> | |||
<div> | |||
[[File:{{{name|}}}_1r.png|center|150x150px]]<br /> | |||
[[File:{{{rarity}}}.png|left|40x40px]] {{#if: {{{type|}}}|[[File:{{{type}}}.png|right|40x40px]]|}} | |||
</div> | |||
<p> | |||
<hr style="clear:both;" /> | |||
<u>'''Title:'''</u><br />{{{title|}}}<hr /> | |||
<u>'''Race:'''</u><br />{{{race|}}}<hr /> | |||
{{#if: {{{occupation|}}}|<u>'''Occupation:'''</u><br />{{{occupation|}}}<hr />|}} | |||
</p> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"bio": { | |||
"label": "Bio", | |||
"description": "The bio for this character.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the character, this is used in the label / image url.", | |||
"example": "Jewlry", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"type": { | |||
"label": "Type (Optional) [Fellows Only]", | |||
"description": "The characters type.", | |||
"example": "Diligent", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Diligent", | |||
"Informed", | |||
"Inspiring", | |||
"Brave", | |||
"Unfettered" | |||
] | |||
}, | |||
"rarity": { | |||
"label": "Rarity", | |||
"description": "The characters rarity.", | |||
"example": "UR/SSR/SSR+/SR/R/N", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"UR", | |||
"SSR", | |||
"SSR+", | |||
"SR", | |||
"R", | |||
"N" | |||
], | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Title", | |||
"description": "The characters title.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"race": { | |||
"label": "Race", | |||
"description": "The characters race.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"occupation": { | |||
"label": "Occupation (Optional) [Fellows Only]", | |||
"description": "The characters occupation.", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Info box for characters", | |||
"paramOrder": [ | |||
"name", | |||
"title", | |||
"race", | |||
"occupation", | |||
"bio", | |||
"type", | |||
"rarity" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 09:40, 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 |