Template:Infobox:Character: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 10: | Line 10: | ||
! '''Culture''' | ! '''Culture''' | ||
| {{{culture}}} | | {{{culture}}} | ||
|- {{#if: {{{religion|}}} | | style="display: none;" }} | |||
! '''Religion''' | |||
| {{{religion}}} | |||
|- {{#if: {{{gender|}}} | | style="display: none;" }} | |||
! '''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 22: | Line 31: | ||
! '''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 48: | Line 63: | ||
"label": "Culture", | "label": "Culture", | ||
"description": "The culture the character belongs to.", | "description": "The culture the character belongs to.", | ||
"type": "string", | |||
"suggested": true | |||
}, | |||
"religion": { | |||
"label": "Religion", | |||
"description": "The Religion the character belongs to.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"gender": { | |||
"label": "Gender", | |||
"description": "The race of the character.", | |||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
Line 54: | Line 81: | ||
"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 72: | Line 105: | ||
"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 85: | Line 130: | ||
"description": "The hexcode for the bar where the character name is written. Example: #fbca69.", | "description": "The hexcode for the bar where the character name is written. Example: #fbca69.", | ||
"type": "string", | "type": "string", | ||
" | "required": true, | ||
"default": "#f0f0f0" | "default": "#f0f0f0" | ||
} | } | ||
Line 92: | Line 137: | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 15:36, 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 |
Religion | religion | The Religion 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 | required |