Template:Character: Difference between revisions
Appearance
No edit summary |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
! colspan="2" style="background: black; font-size: 110%; text-align: center;" | '''{{{name|[Character Name]}}}''' | ! colspan="2" style="background: black; font-size: 110%; text-align: center;" | '''{{{name|[Character Name]}}}''' | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | [[File:{{{image| | | colspan="2" style="text-align: center;" | [[File:{{{image|Cover-image.png}}}|250px]] | ||
|- | |- | ||
! style="vertical-align: top; text-align: left; padding-right: 1em;" | '''Age''' | ! style="vertical-align: top; text-align: left; padding-right: 1em;" | '''Age''' | ||
| Line 54: | Line 54: | ||
{{{gallery|[gallery]}}} | {{{gallery|[gallery]}}} | ||
{{{category|[category]}}} | |||
<noinclude> | <noinclude> | ||
| Line 67: | Line 68: | ||
"description": "Headshot image of character", | "description": "Headshot image of character", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
" | "suggested": true | ||
}, | }, | ||
"gender": { | "gender": { | ||
| Line 80: | Line 81: | ||
"parents": { | "parents": { | ||
"type": "string", | "type": "string", | ||
" | "suggested": true, | ||
"default": "Unknown" | |||
}, | }, | ||
"siblings": { | "siblings": { | ||
"type": "string", | "type": "string", | ||
" | "suggested": true, | ||
"default": "None" | |||
}, | }, | ||
"partner": { | "partner": { | ||
"type": "string" | "type": "string", | ||
"suggested": true, | |||
"default": "None" | |||
}, | }, | ||
"status": { | "status": { | ||
"description": "alive/deceased", | "description": "alive/deceased", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"default": "Unknown" | |||
}, | }, | ||
"overview": { | "overview": { | ||
"description": "about the character!", | "description": "about the character!", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"appearance": { | "appearance": { | ||
| Line 112: | Line 118: | ||
}, | }, | ||
"arc": { | "arc": { | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"arcdetails": { | "arcdetails": { | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"relationships": { | "relationships": { | ||
"description": "go into depth on the relationship details from earlier", | "description": "go into depth on the relationship details from earlier", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | |||
"trivia": { | |||
"suggested": true | |||
}, | }, | ||
"gallery": { | "gallery": { | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
| Line 127: | Line 138: | ||
}, | }, | ||
"category": { | "category": { | ||
"type": "url" | "type": "url", | ||
"suggested": true, | |||
"example": "[[Category:All Characters]] [[Category:Modern Era]]", | |||
"default": "[[Category:All Characters]]" | |||
}, | }, | ||
"age": { | "age": { | ||
"description": "Age, hatch year", | "description": "Age, hatch year", | ||
"type": "string", | "type": "string", | ||
" | "suggested": true | ||
}, | }, | ||
"children": { | "children": { | ||
"type": "string", | "type": "string", | ||
" | "suggested": true, | ||
"default": "None" | |||
} | } | ||
}, | }, | ||
Latest revision as of 10:40, 21 April 2026
| [Character Name] | |
|---|---|
| Age | [Age] |
| Gender | [Gender] |
| Pronouns | [Pronouns] |
| Parents | [Parents] |
| Siblings | [Siblings] |
| Partner | [Partner] |
| Children | [Children] |
| Status | [Status] |
[Brief character overview and introduction]
Appearance
[Physical description of the character]
Personality
[Character's personality traits and behaviors]
Biography
Early Life
[Character's backstory and early life]
[Story Arc/Event Name]
[Major events in character's life]
Relationships
[Description of relationship]
Trivia
- [Interesting fact]
Gallery
[gallery]
[category]
Character page template!
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | Character's name | String | required |
| image | image | Headshot image of character | File | suggested |
| age | age | Age, hatch year | String | suggested |
| gender | gender | character's gender | String | required |
| pronouns | pronouns | no description | String | required |
| parents | parents | no description
| String | suggested |
| siblings | siblings | no description
| String | suggested |
| partner | partner | no description
| String | suggested |
| children | children | no description
| String | suggested |
| status | status | alive/deceased
| String | required |
| overview | overview | about the character! | String | suggested |
| appearance | appearance | describe appearence! | String | suggested |
| personality | personality | no description | String | suggested |
| earlylife | earlylife | no description | String | optional |
| arc | arc | no description | String | suggested |
| arcdetails | arcdetails | no description | String | suggested |
| relationships | relationships | go into depth on the relationship details from earlier | String | suggested |
| trivia | trivia | no description | Unknown | suggested |
| gallery | gallery | no description | File | suggested |
| category | category | no description
| URL | suggested |