Template:Infobox character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(17 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="infobox-wrapper"> | <div class="container"> | ||
<div class="toc-container">__TOC__</div> | |||
<div class="infobox-wrapper box-style"> | |||
<div class="content"> | <div class="content"> | ||
<div class="bio-info"> | <div class="bio-info"> | ||
Line 9: | Line 11: | ||
<div style="display: flex; flex-wrap: wrap; justify-content: center"> | <div style="display: flex; flex-wrap: wrap; justify-content: center"> | ||
<div style="margin: 0 10px"> | <div style="margin: 0 10px"> | ||
[[File:{{{blessing 1|Empty Blessing}}}_1r.png|center| | [[File:{{{blessing 1|Empty Blessing}}}_1r.png|center|80x80px|link={{{blessing 1|}}}]]{{#if: {{{blessing 1|}}}|[[{{{blessing 1|}}}]]|}} | ||
</div> | </div> | ||
<div style="margin: 0 10px"> | <div style="margin: 0 10px"> | ||
[[File:{{{blessing 2|Empty Blessing}}}_1r.png|center| | [[File:{{{blessing 2|Empty Blessing}}}_1r.png|center|80x80px|link={{{blessing 2|}}}]]{{#if: {{{blessing 2|}}}|[[{{{blessing 2|}}}]]|}} | ||
</div> | </div> | ||
<div style="margin: 0 10px"> | <div style="margin: 0 10px"> | ||
[[File:{{{blessing 3|Empty Blessing}}}_1r.png|center| | [[File:{{{blessing 3|Empty Blessing}}}_1r.png|center|80x80px|link={{{blessing 3|}}}]]{{#if: {{{blessing 3|}}}|[[{{{blessing 3|}}}]]|}} | ||
</div> | </div> | ||
<div style="margin: 0 10px"> | <div style="margin: 0 10px"> | ||
[[File:{{{blessing 4|Empty Blessing}}}_1r.png|center| | [[File:{{{blessing 4|Empty Blessing}}}_1r.png|center|80x80px|link={{{blessing 4|}}}]]{{#if: {{{blessing 4|}}}|[[{{{blessing 4|}}}]]|}} | ||
</div> | </div> | ||
</div> | </div> | ||
Line 24: | Line 26: | ||
</div> | </div> | ||
<div> | <div> | ||
<div class="char-info | <div class="char-info"> | ||
<h2>{{{name|Name}}}</h2> | <h2>{{{name|Name}}}</h2> | ||
<div class="charWithType"> | <div class="charWithType"> | ||
[[File:{{{name|}}}_1r.png|center|link={{{name|}}}]] | [[File:{{{name|}}}_1r.png|center|150x150px|link={{{name|}}}]] | ||
{{#if: {{{type|}}}|[[File:{{{type|}}}.png|center|class=type|link={{{name|}}}]]|}} | {{#if: {{{type|}}}|[[File:{{{type|}}}.png|center|40x40px|class=type|link={{{name|}}}]]|}} | ||
{{#if: {{{rarity|}}}|[[File:{{{rarity|}}}.png|center|class=rarity|link={{{name|}}}]]|}} | {{#if: {{{rarity|}}}|[[File:{{{rarity|}}}.png|center|40x40px|class=rarity|link={{{name|}}}]]|}} | ||
</div> | </div> | ||
Line 41: | Line 43: | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Line 56: | Line 59: | ||
"description": "Word which shows before the \"Blessings\" text below the bio.", | "description": "Word which shows before the \"Blessings\" text below the bio.", | ||
"example": "Family/Fellow", | "example": "Family/Fellow", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"Family", | |||
"Fellow" | |||
] | |||
}, | }, | ||
"blessing 1": { | "blessing 1": { | ||
Line 91: | Line 98: | ||
"description": "The characters type.", | "description": "The characters type.", | ||
"example": "Diligent", | "example": "Diligent", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"Diligent", | |||
"Informed", | |||
"Inspiring", | |||
"Brave", | |||
"Unfettered" | |||
] | |||
}, | }, | ||
"rarity": { | "rarity": { | ||
"label": "Rarity | "label": "Rarity", | ||
"description": "The characters rarity.", | "description": "The characters rarity.", | ||
"example": "UR/SSR/SR/R/N", | "example": "UR/SSR/SR/R/N", | ||
"type": "string" | "type": "string", | ||
"suggestedvalues": [ | |||
"UR", | |||
"SSR", | |||
"SR", | |||
"R", | |||
"N" | |||
], | |||
"required": true | |||
}, | }, | ||
"title": { | "title": { |
Latest revision as of 16:17, 14 October 2023
Bio - Information
Character Description Here
Blessings
Name
Title:
Race:
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 |
Blessing (Optional) | blessings | Word which shows before the "Blessings" text below the bio.
| String | optional |
Blessing 1 (Optional) | blessing 1 | The first blessings character name.
| String | optional |
Blessing 2 (Optional) | blessing 2 | The second blessings character name.
| String | optional |
Blessing 3 (Optional) | blessing 3 | The third blessings character name. | String | optional |
Blessing 4 (Optional) | blessing 4 | The fourth blessings character name. | String | optional |