Template:Infobox:Character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added ethnicity, birth, and death) |
||
Line 7: | Line 7: | ||
|- {{#if: {{{character_image|}}} | | style="display: none;" }} | |- {{#if: {{{character_image|}}} | | style="display: none;" }} | ||
| colspan="2" style="background-color: {{{hexcode|#f0f0f0}}};"| | | colspan="2" style="background-color: {{{hexcode|#f0f0f0}}};"| | ||
|- {{#if: {{{culture|}}} | | style="display: none;" }} | |||
! '''Culture''' | |||
| {{{culture}}} | |||
|- {{#if: {{{gender|}}} | | style="display: none;" }} | |- {{#if: {{{gender|}}} | | style="display: none;" }} | ||
! '''Gender''' | ! '''Gender''' | ||
| {{{gender}}} | | {{{gender}}} | ||
|- {{#if: {{{race|}}} | | style="display: none;" }} | |- {{#if: {{{race|}}} | | style="display: none;" }} | ||
! '''Race''' | ! '''Race''' | ||
| {{{race}}} | | {{{race}}} | ||
|- {{#if: {{{ethnicity|}}} | | style="display: none;" }} | |||
! '''Ethnicity''' | |||
| {{{ethnicity}}} | |||
|- {{#if: {{{nationality|}}} | | style="display: none;" }} | |- {{#if: {{{nationality|}}} | | style="display: none;" }} | ||
! '''Nationality''' | ! '''Nationality''' | ||
Line 25: | Line 28: | ||
! '''Age''' | ! '''Age''' | ||
| {{{age}}} | | {{{age}}} | ||
|- {{#if: {{{birth|}}} | | style="display: none;" }} | |||
! '''Birth''' | |||
| {{{birth}}} | |||
|- {{#if: {{{death|}}} | | style="display: none;" }} | |||
! '''Death''' | |||
| {{{death}}} | |||
|- {{#if: {{{player|}}} | | style="display: none;" }} | |- {{#if: {{{player|}}} | | style="display: none;" }} | ||
! '''Player''' | ! '''Player''' | ||
Line 56: | Line 65: | ||
"gender": { | "gender": { | ||
"label": "Gender", | "label": "Gender", | ||
"description": "The | "description": "The race of the character.", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 63: | Line 72: | ||
"label": "Race", | "label": "Race", | ||
"description": "The race of the character.", | "description": "The race of the character.", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"ethnicity": { | |||
"label": "Ethnicity", | |||
"description": "The ethnicity of the character.", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 81: | Line 96: | ||
"label": "Age", | "label": "Age", | ||
"description": "The age of the character.", | "description": "The age of the character.", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"birth": { | |||
"label": "Birth", | |||
"description": "Details relating to the birth of the character.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"death": { | |||
"label": "Death", | |||
"description": "Details relating to the death of the character.", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 101: | Line 128: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 15:24, 27 May 2024
Infobox template for characters.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Character Name | character_name | Full name of the character. | String | required |
Character Image | character_image | Image of the character. Use the correct case-sensitive filename and file extension (.png or .jpg). | String | suggested |
Culture | culture | The culture the character belongs to. | String | suggested |
Gender | gender | The race of the character. | String | suggested |
Race | race | The race of the character. | String | suggested |
Ethnicity | ethnicity | The ethnicity of the character. | String | suggested |
Nationality | nationality | The nationality of the character. | String | suggested |
Titles | titles | The title(s) held by the character. | String | suggested |
Age | age | The age of the character. | String | suggested |
Birth | birth | Details relating to the birth of the character. | String | suggested |
Death | death | Details relating to the death of the character. | String | suggested |
Player | player | The player controlling the character. | String | suggested |
Hexcode | hexcode | The hexcode for the bar where the character name is written. Example: #fbca69.
| String | suggested |