Template:CharacterSheet: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
"label": "Height of this character (in cm)", | "label": "Height of this character (in cm)", | ||
"required": true, | "required": true, | ||
"type": "number" | |||
}, | |||
"heightAfter": { | |||
"label": "Height of this character (in cm); after transformation", | |||
"required": false, | |||
"type": "number" | "type": "number" | ||
}, | }, | ||
| Line 27: | Line 32: | ||
"label": "Weight of this character (in kg)", | "label": "Weight of this character (in kg)", | ||
"required": true, | "required": true, | ||
"type": "number" | |||
}, | |||
"weightAfter": { | |||
"label": "Weight of this character (in kg); after transformation", | |||
"required": false, | |||
"type": "number" | "type": "number" | ||
}, | }, | ||
Latest revision as of 14:08, 16 September 2024
Lua error in Module:CharacterSheet at line 43: image must be either of type string or number.
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Character name | name | The name of the character. Will be displayed above the image. | Line | required |
| Character image | image | no description | Content | required |
| Age of this character | age | no description | Number | required |
| Height of this character (in cm) | height | no description | Number | required |
| Height of this character (in cm); after transformation | heightAfter | no description | Number | optional |
| Weight of this character (in kg) | weight | no description | Number | required |
| Weight of this character (in kg); after transformation | weightAfter | no description | Number | optional |
| Eye color of this character | eyeColor | no description | Line | required |
| Species of this character | species | no description | Line | required |