8,282
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{ | {{Documentation header}} | ||
This template provides an infobox for NPC/character pages. | |||
| | <pre style="display:table"> | ||
| | {{NPC | ||
| | | name = | ||
| | | image = | ||
| | | image_caption = | ||
| other_names = | |||
| | | titles = | ||
| gender = | |||
| | | species = | ||
| affiliation = | |||
| | | location = | ||
| | | occupation = | ||
| | | relatives = | ||
| status = | |||
| | | buys = | ||
| sells = | |||
| | |||
| | |||
| | |||
}} | }} | ||
</pre> | |||
== TemplateData == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 47: | Line 42: | ||
"image_caption": { | "image_caption": { | ||
"label": "Image caption", | "label": "Image caption", | ||
"description": "An optional caption for the image. | "description": "An optional caption for the image.", | ||
"type": "line" | "type": "line" | ||
}, | }, |