Template:CharacterSheet: Difference between revisions
Template page
More actions
Hote-admin (talk | contribs) Created page with "<onlyinclude>{{#invoke:CharacterSheet|main}}</onlyinclude> <templatedata> { "params": { "name": { "label": "Character name", "description": "The name of the character. Will be displayed above the image.", "required": true, "type": "line" }, "image": { "label": "Character image", "required": true, "type": "content" }, "age": { "label"..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 16: | Line 16: | ||
"age": { | "age": { | ||
"label": "Age of this character", | "label": "Age of this character", | ||
"required": true, | |||
"type": "number" | |||
}, | |||
"height": { | |||
"label": "Height of this character (in cm)", | |||
"required": true, | |||
"type": "number" | |||
}, | |||
"heightAfter": { | |||
"label": "Height of this character (in cm); after transformation", | |||
"required": false, | "required": false, | ||
"type": "number" | "type": "number" | ||
}, | }, | ||
" | "weight": { | ||
"label": " | "label": "Weight of this character (in kg)", | ||
"required": true, | |||
"type": "number" | |||
}, | |||
"weightAfter": { | |||
"label": "Weight of this character (in kg); after transformation", | |||
"required": false, | "required": false, | ||
"type": " | "type": "number" | ||
}, | }, | ||
" | "eyeColor": { | ||
"label": " | "label": "Eye color of this character", | ||
"required": | "required": true, | ||
"type": "line" | "type": "line" | ||
}, | }, | ||
" | "species": { | ||
"label": " | "label": "Species of this character", | ||
"required": | "required": true, | ||
"type": "line" | "type": "line" | ||
} | } | ||
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 |