8,282
edits
Hypermoron (talk | contribs) No edit summary |
(→Some) |
||
(8 intermediate revisions by 2 users 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 63: | Line 58: | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
" | "gender": { | ||
"label": " | "label": "Gender", | ||
"description": " | "description": "The gender of the NPC.", | ||
"type": "line", | "type": "line", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"species": { | "species": { | ||
Line 139: | Line 129: | ||
"other_names", | "other_names", | ||
"titles", | "titles", | ||
" | "gender", | ||
"species", | "species", | ||
"affiliation", | |||
"location", | "location", | ||
"occupation", | "occupation", | ||
"relatives", | "relatives", | ||
"status", | "status", | ||
Line 151: | 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> |