>Bullet731108 No edit summary |
No edit summary |
||
Line 27: | Line 27: | ||
{{!}} | {{!}} | ||
{{!}}} | {{!}}} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"headercolor": { | |||
"description": "The header's background color." | |||
}, | |||
"headerfontcolor": { | |||
"description": "The header's text color." | |||
}, | |||
"image": { | |||
"description": "An image representing the NPC." | |||
}, | |||
"caption": { | |||
"description": "A caption describing the NPC's image." | |||
}, | |||
"location": { | |||
"description": "The NPC's location." | |||
}, | |||
"role": { | |||
"description": "The NPC's purpose." | |||
}, | |||
"size": { | |||
"description": "The NPC's physical size." | |||
}, | |||
"killable": { | |||
"description": "Whether the NPC can be killed." | |||
}, | |||
"notes": { | |||
"description": "Additional notes related to the NPC." | |||
} | |||
}, | |||
"description": "A template used in displaying NPC information.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 11:41, 4 September 2021
NPCBox | |
---|---|
Location | {{{location}}} |
Role | {{{role}}} |
Size | {{{size}}} |
Killable | {{{killable}}} |
A template used in displaying NPC information.
Parameter | Description | Type | Status | |
---|---|---|---|---|
headercolor | headercolor | The header's background color. | Unknown | optional |
headerfontcolor | headerfontcolor | The header's text color. | Unknown | optional |
image | image | An image representing the NPC. | Unknown | optional |
caption | caption | A caption describing the NPC's image. | Unknown | optional |
location | location | The NPC's location. | Unknown | optional |
role | role | The NPC's purpose. | Unknown | optional |
size | size | The NPC's physical size. | Unknown | optional |
killable | killable | Whether the NPC can be killed. | Unknown | optional |
notes | notes | Additional notes related to the NPC. | Unknown | optional |