Template:Character: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 65: | Line 65: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"image": {}, | "description": "Character's name", | ||
"gender": {}, | "type": "string", | ||
"pronouns": {}, | "required": true | ||
"parents": {}, | }, | ||
"siblings": {}, | "image": { | ||
"partner": {}, | "description": "Headshot image of character", | ||
"status": {}, | "type": "wiki-file-name", | ||
"overview": {}, | "required": true | ||
"appearance": {}, | }, | ||
"personality": {}, | "gender": { | ||
"earlylife": {}, | "description": "character's gender", | ||
"arc": {}, | "type": "string", | ||
"arcdetails": {}, | "required": true | ||
"relationships": {}, | }, | ||
"pronouns": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"parents": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"siblings": { | |||
"type": "string", | |||
"required": true | |||
}, | |||
"partner": { | |||
"type": "string" | |||
}, | |||
"status": { | |||
"description": "alive/deceased", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"overview": { | |||
"description": "about the character!", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"appearance": { | |||
"description": "describe appearence!", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"personality": { | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"earlylife": { | |||
"type": "string" | |||
}, | |||
"arc": { | |||
"type": "string" | |||
}, | |||
"arcdetails": { | |||
"type": "string" | |||
}, | |||
"relationships": { | |||
"description": "go into depth on the relationship details from earlier", | |||
"type": "string" | |||
}, | |||
"trivia": {}, | "trivia": {}, | ||
"gallery": {}, | "gallery": { | ||
"category": {}, | "type": "wiki-file-name" | ||
"age": {}, | }, | ||
"children": {} | "category": { | ||
"type": "url" | |||
}, | |||
"age": { | |||
"description": "Age, hatch year", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"children": { | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"image", | |||
"age", | "age", | ||
"gender", | "gender", | ||
| Line 107: | Line 165: | ||
"gallery", | "gallery", | ||
"category" | "category" | ||
] | ], | ||
"description": "Character page template!" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 17:01, 6 February 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
References
[category]
Character page template!
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | Character's name | String | required |
| image | image | Headshot image of character | File | required |
| age | age | Age, hatch year | String | required |
| gender | gender | character's gender | String | required |
| pronouns | pronouns | no description | String | required |
| parents | parents | no description | String | required |
| siblings | siblings | no description | String | required |
| partner | partner | no description | String | optional |
| children | children | no description | String | required |
| status | status | alive/deceased | String | required |
| overview | overview | about the character! | String | required |
| appearance | appearance | describe appearence! | String | suggested |
| personality | personality | no description | String | suggested |
| earlylife | earlylife | no description | String | optional |
| arc | arc | no description | String | optional |
| arcdetails | arcdetails | no description | String | optional |
| relationships | relationships | go into depth on the relationship details from earlier | String | optional |
| trivia | trivia | no description | Unknown | optional |
| gallery | gallery | no description | File | optional |
| category | category | no description | URL | optional |