(Created page with "<templatedata> { "params": { "headercolor": { "description": "The header's background color.", "example": "#000000" }, "headerfontcolor": { "description": "The...") |
(add category) |
||
(2 intermediate revisions by one other user not shown) | |||
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": { | ||
"description": "Other names that the NPC is known by." | "description": "Other names that the NPC is known by.", | ||
"suggested": true | |||
}, | }, | ||
"description": { | "description": { | ||
"description": "A short description of the NPC." | "description": "A short description of the NPC.", | ||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
"description": "This template is used for describing NPCs that give effects.", | "description": "This template is used for describing NPCs that give effects.", | ||
"format": " | "format": "{{_\n|_ = _\n}}" | ||
} | } | ||
</templatedata> | </templatedata> | ||
<noinclude>__NOTOC__ [[Category:Template documentation]]</noinclude> | |||
<includeonly>__NOEDITSECTION__</includeonly> |
Latest revision as of 05:05, 10 May 2024
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 | suggested |
description | description | A short description of the NPC. | String | suggested |