Template:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{ | <div class="infobox-title">{{{name}}}</div> | ||
{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | {{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} | ||
<table>{{#if:{{{pronouns|}}}|<tr class="infobox-label"> | <table>{{#if:{{{pronouns|}}}|<tr class="infobox-label"> | ||
| Line 29: | Line 29: | ||
{ | { | ||
"params": { | "params": { | ||
" | "image": { | ||
"label": "Image", | |||
"type": "wiki-file-name" | |||
}, | |||
"pronouns": { | |||
"label": "Pronouns", | |||
"type": "string" | |||
}, | |||
"aka": { | |||
"label": "Also known as", | |||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "location": { | ||
" | "label": "Location" | ||
" | }, | ||
" | "creaturetype": { | ||
" | "label": "Creature Type", | ||
"type": "string" | |||
" | }, | ||
"race": { | |||
"label": "Race", | |||
"type": "string" | |||
}, | |||
"languages": { | |||
"label": "Languages", | |||
"type": "string" | |||
}, | |||
"profession": { | |||
"label": "Profession", | |||
"type": "string" | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"type": "string" | |||
} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "name", | ||
"image", | "image", | ||
"pronouns", | "pronouns", | ||
Revision as of 03:30, 9 January 2026
{{{name}}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | optional |
| Image | image | no description | File | optional |
| Pronouns | pronouns | no description | String | optional |
| Also known as | aka | no description | String | optional |
| Location | location | no description | Unknown | optional |
| Creature Type | creaturetype | no description | String | optional |
| Race | race | no description | String | optional |
| Languages | languages | no description | String | optional |
| Profession | profession | no description | String | optional |