Character: Difference between revisions
From Kawaii Klub KaWaikii!
No edit summary |
No edit summary |
||
| Line 66: | Line 66: | ||
"Occupation:": { | "Occupation:": { | ||
"type": "string" | "type": "string" | ||
}, | |||
"Height": { | |||
"label": "Height:", | |||
"description": "How tall is the character in Feet/Inches notation?", | |||
"example": "5' 4\"", | |||
"type": "string" | |||
}, | |||
"Gender": { | |||
"label": "Gender:", | |||
"description": "What is the Biological Sex (at birth) of this character?", | |||
"type": "string" | |||
}, | |||
"Weight": { | |||
"label": "Weight:", | |||
"description": "What is the weight of this character (in pounds)?", | |||
"type": "number" | |||
}, | |||
"Background": { | |||
"aliases": [ | |||
"History" | |||
], | |||
"label": "Background:", | |||
"description": "Summarize this character's life.", | |||
"type": "content" | |||
}, | |||
"Body Image": { | |||
"label": "Body Image:", | |||
"description": "Upload a full body picture of the character.", | |||
"type": "wiki-file-name" | |||
}, | |||
"Portrait Image": { | |||
"label": "Portrait Image:", | |||
"description": "Upload a cropped image of this character's face.", | |||
"type": "wiki-file-name" | |||
} | } | ||
}, | }, | ||
"description": "This is the base template for displaying any fictional character.", | "description": "This is the base template for displaying any fictional character.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"Portrait Image", | |||
"Body Image", | |||
"Given Name", | "Given Name", | ||
"Family Name", | "Family Name", | ||
"Series Name", | "Series Name", | ||
"Gender", | |||
"Age", | "Age", | ||
"Hair", | "Hair", | ||
"Eyes", | "Eyes", | ||
"Height", | |||
"Voice Actress:", | "Voice Actress:", | ||
"Weight", | |||
"Occupation:", | |||
"Goals:", | "Goals:", | ||
"Personality:", | "Personality:", | ||
" | "Background" | ||
], | ], | ||
"format": "inline" | "format": "inline" | ||
Revision as of 07:25, 13 April 2025
This is the base template for displaying any fictional character.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Portrait Image: | Portrait Image | Upload a cropped image of this character's face. | File | optional |
| Body Image: | Body Image | Upload a full body picture of the character. | File | optional |
| Given Name: | Given Name First Name | What do friends call this person?
| String | optional |
| Surname: | Family Name Last Name | How would authority figures refer to this person?
| String | optional |
| Series: | Series Name Anime Manga | What series does this character originate from?
| Page name | optional |
| Gender: | Gender | What is the Biological Sex (at birth) of this character? | String | optional |
| Age: | Age | How old is the character? | Number | optional |
| Hair Style and Color: | Hair | What color and style hair does this character have?
| String | optional |
| Eye Color: | Eyes | What color are this character's eyes. | String | optional |
| Height: | Height | How tall is the character in Feet/Inches notation?
| String | optional |
| Vocals: | Voice Actress: Voice Actor | Who's behind the voice of this character? | String | optional |
| Weight: | Weight | What is the weight of this character (in pounds)? | Number | optional |
| Occupation: | Occupation: | no description | String | optional |
| Goals: | Goals: | no description | Content | optional |
| Personality: | Personality: | no description | Content | optional |
| Background: | Background History | Summarize this character's life. | Content | optional |
