Template:Infobox character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"bio": { | |||
"label": "Bio", | |||
"description": "The bio for this character.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"blessings": { | |||
"label": "Blessing (Optional)", | |||
"description": "Word which shows before the \"Blessings\" text below the bio.", | |||
"example": "Family/Fellow", | |||
"type": "string" | |||
}, | |||
"blessing 1": { | |||
"label": "Blessing 1 (Optional)", | |||
"description": "The first blessings character name.", | |||
"example": "Sadako", | |||
"type": "string" | |||
}, | |||
"blessing 2": { | |||
"label": "Blessing 2 (Optional)", | |||
"description": "The second blessings character name.", | |||
"example": "Lina", | |||
"type": "string" | |||
}, | |||
"blessing 3": { | |||
"label": "Blessing 3 (Optional)", | |||
"description": "The third blessings character name.", | |||
"type": "string" | |||
}, | |||
"blessing 4": { | |||
"label": "Blessing 4 (Optional)", | |||
"description": "The fourth blessings character name.", | |||
"type": "string" | |||
}, | |||
"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" | |||
}, | |||
"rarity": { | |||
"label": "Rarity (Optional)", | |||
"description": "The characters rarity.", | |||
"example": "UR/SSR/SR/R/N", | |||
"type": "string" | |||
}, | |||
"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", | |||
"blessings", | |||
"blessing 1", | |||
"blessing 2", | |||
"blessing 3", | |||
"blessing 4" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 19:09, 11 October 2023
Bio - Information
Character Description Here
Blessings
Name
Title:
Race:
Occupation:
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 (Optional) | rarity | The characters rarity.
| String | optional |
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 |