Template:Character: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 73: | Line 73: | ||
"description": "character's gender", | "description": "character's gender", | ||
"type": "string", | "type": "string", | ||
" | "required": true | ||
}, | }, | ||
"pronouns": { | "pronouns": { | ||
"type": "string", | "type": "string", | ||
" | "required": true | ||
}, | }, | ||
"parents": { | "parents": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "Unknown" | |||
}, | }, | ||
"siblings": { | "siblings": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "None" | |||
}, | }, | ||
"partner": { | "partner": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "None" | |||
}, | }, | ||
"status": { | "status": { | ||
"description": "alive/deceased", | "description": "alive/deceased", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true, | ||
"default": "Unknown" | |||
}, | }, | ||
"overview": { | "overview": { | ||
| Line 136: | Line 140: | ||
"type": "url", | "type": "url", | ||
"suggested": true, | "suggested": true, | ||
"example": "[[Category:All Characters]]", | "example": "[[Category:All Characters]] [[Category:Modern Era]]", | ||
"default": "[[Category:All Characters]]" | "default": "[[Category:All Characters]]" | ||
}, | }, | ||
| Line 146: | Line 150: | ||
"children": { | "children": { | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true, | ||
"default": "None" | |||
} | } | ||
}, | }, | ||
Revision as of 14:33, 7 April 2026
| [Character Name] | |
|---|---|
| [[File:[Image-filename].png|250px]] | |
| 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 |