(Created page with "<templatedata> { "params": { "headercolor": { "description": "The header's background color.", "example": "#000000" }, "headerfontcolor": { "description": "The...") |
No edit summary |
||
Line 4: | Line 4: | ||
"headercolor": { | "headercolor": { | ||
"description": "The header's background color.", | "description": "The header's background color.", | ||
"example": "#000000" | "example": "#000000", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"headerfontcolor": { | "headerfontcolor": { | ||
"description": "The header's text color.", | "description": "The header's text color.", | ||
"example": "#ffffff" | "example": "#ffffff", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"name": { | "name": { | ||
"description": "The NPC's name." | "description": "The NPC's name.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"image": { | "image": { | ||
"description": "An image of the NPC." | "description": "An image of the NPC.", | ||
"type": "string", | |||
"suggested": true | |||
}, | }, | ||
"aka": { | "aka": { | ||
Line 20: | Line 28: | ||
}, | }, | ||
"description": { | "description": { | ||
"description": "A short description of the NPC." | "description": "A short description of the NPC.", | ||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, |
Revision as of 06:55, 5 September 2021
This template is used for describing NPCs that give effects.
Parameter | Description | Type | Status | |
---|---|---|---|---|
headercolor | headercolor | The header's background color.
| String | suggested |
headerfontcolor | headerfontcolor | The header's text color.
| String | suggested |
name | name | The NPC's name. | String | suggested |
image | image | An image of the NPC. | String | suggested |
aka | aka | Other names that the NPC is known by. | Unknown | optional |
description | description | A short description of the NPC. | String | suggested |