More actions
Created page with " <templatedata> { "params": { "title": { "label": "Name", "description": "Name of the character", "type": "string", "required": true }, "appellation": { "label": "Character Title", "description": "Lengthier title of the character", "type": "string" }, "character_type": { "label": "Character Type", "description": "PC or NPC", "type": "string", "required": true }, "image": { "label": "Image", "description": "Image of th..." |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"appellation": { | "appellation": { | ||
"label": "Character Title", | "label": "Character Title", | ||
Line 54: | Line 48: | ||
"label": "Occupation", | "label": "Occupation", | ||
"description": "Job of the character", | "description": "Job of the character", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 84: | Line 73: | ||
"label": "Locations", | "label": "Locations", | ||
"description": "Locations that are particularly important to the character", | "description": "Locations that are particularly important to the character", | ||
"type": "string" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the character", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"description": "Pronouns of the character", | |||
"type": "string" | |||
}, | |||
"subclass": { | |||
"label": "Subclass", | |||
"description": "Subclass of this character", | |||
"type": "string" | |||
}, | |||
"religions": { | |||
"label": "Religions", | |||
"description": "Religion of the character", | |||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "Descriptive information about any character" | "description": "Descriptive information about any character", | ||
"paramOrder": [ | |||
"name", | |||
"appellation", | |||
"character_type", | |||
"image", | |||
"race", | |||
"class", | |||
"subclass", | |||
"creature_type", | |||
"aliases", | |||
"age", | |||
"occupation", | |||
"religions", | |||
"status", | |||
"languages", | |||
"family", | |||
"affiliations", | |||
"locations", | |||
"pronouns" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 19:50, 21 May 2025
Descriptive information about any character
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the character | String | required |
Character Title | appellation | Lengthier title of the character | String | optional |
Character Type | character_type | PC or NPC | String | required |
Image | image | Image of the character | File | optional |
Race | race | Race of the character | String | required |
Class | class | Class of the character | String | optional |
Subclass | subclass | Subclass of this character | String | optional |
Creature Type | creature_type | Type of the creature, physically | String | optional |
Aliases | aliases | Other names the character goes by | String | optional |
Age | age | Age of the character | Number | optional |
Occupation | occupation | Job of the character | String | optional |
Religions | religions | Religion of the character | String | optional |
Status | status | Status of the character | String | optional |
Languages | languages | Languages the character knows | String | optional |
Family | family | Family members of the character | String | optional |
Affiliations | affiliations | Relationships to other characters or factions | String | optional |
Locations | locations | Locations that are particularly important to the character | String | optional |
Pronouns | pronouns | Pronouns of the character | String | optional |