No edit summary Tag: Manual revert |
No edit summary |
||
| Line 1: | Line 1: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Description", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Name of the character/object", | |||
"type": "string" | |||
}, | |||
"age": { | |||
"label": "Age", | |||
"description": "Age of the character/object", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "The Image to use for the character/object" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
Revision as of 17:35, 11 March 2024
Description
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the character/object | String | optional |
| Age | age | Age of the character/object | String | optional |
| Image | image | The Image to use for the character/object | Unknown | optional |
