8,282
edits
Hypermoron (talk | contribs) No edit summary |
(→Some) |
||
(6 intermediate revisions by the same user not shown) | |||
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 146: | Line 141: | ||
} | } | ||
</templatedata> | </templatedata> | ||
== Examples == | |||
=== Some === | |||
{{NPC | |||
| image = Plains Armorer.png | |||
| image_caption = Oh man dude | |||
| gender = Non-binary (they/them) | |||
| species = Human (''Homo sapiens'') | |||
| location = Unknown | |||
| occupation = Swamp Witch | |||
| status = Unknown, presumed alive | |||
}} | |||
<pre style="display:table"> | |||
{{NPC | |||
| image = Plains Armorer.png | |||
| image_caption = Oh man dude | |||
| gender = Non-binary (they/them) | |||
| species = Human (''Homo sapiens'') | |||
| location = Unknown | |||
| occupation = Swamp Witch | |||
| status = Unknown, presumed alive | |||
}} | |||
</pre> |