More actions
Add TemplateData |
Add image param |
||
Line 5: | Line 5: | ||
"description": { | "description": { | ||
"en": "This template is used for displaying the infobox for an NPC.", | "en": "This template is used for displaying the infobox for an NPC.", | ||
" | "ru": "Этот шаблон используется для отображения информационного блока для NPC." | ||
}, | }, | ||
"format": "block", | |||
"params": { | "params": { | ||
"name": { | "name": { | ||
"label": { | "label": {"en": "NPC name", "ru": "Имя NPC"}, | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"image": { | |||
"label": {"en": "Image", "ru": "Изображение"}, | |||
"type": "string", | |||
"required": false | |||
} | } | ||
} | } | ||
} | } | ||
</TemplateData> | </TemplateData> |
Revision as of 19:15, 5 March 2025
This template is used for displaying the infobox for an NPC.
This template is used for displaying the infobox for an NPC.
Parameter | Description | Type | Status | |
---|---|---|---|---|
NPC name | name | no description | String | required |
Image | image | no description | String | optional |