Template:NPC/doc: Difference between revisions
Hypermoron (talk | contribs) No edit summary |
Hypermoron (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
| label1 = Other names | | label1 = Other names | ||
| data1 = {{{other_names}}} | | data1 = {{{other_names}}} | ||
| label2 = Title | | label2 = Title | ||
| data2 = {{{titles}}} | | data2 = {{{titles|}}} | ||
| label3 = | | label3 = Gender | ||
| data3 = {{{ | | data3 = {{{gender|}}} | ||
| label4 = Species | | label4 = Species | ||
| data4 = {{{species}}} | | data4 = {{{species|}}} | ||
| label5 = | | label5 = Affiliation | ||
| data5 = {{{ | | data5 = {{{affiliation|}}} | ||
| label6 = Occupation | | label6 = Occupation | ||
| data6 = {{{occupation}}} | | data6 = {{{occupation|}}} | ||
| label7 = | | label7 = Found in | ||
| data7 = {{{ | | data7 = {{{location|}}} | ||
| label8 = Relatives | | label8 = Relatives | ||
| data8 = {{{relatives}}} | | data8 = {{{relatives|}}} | ||
| label9 = Status | | label9 = Status | ||
| data9 = {{{status}}} | | data9 = {{{status|Unknown}}} | ||
| label10 = Buys | | label10 = Buys | ||
| data10 = {{{buys}}} | | data10 = {{{buys|}}} | ||
| label11 = Sells | | label11 = Sells | ||
| data11 = {{{sells}}} | | data11 = {{{sells|}}} | ||
}} | }} | ||
Line 63: | Line 63: | ||
"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 134: | ||
"other_names", | "other_names", | ||
"titles", | "titles", | ||
" | "gender", | ||
"species", | "species", | ||
"affiliation", | |||
"location", | "location", | ||
"occupation", | "occupation", | ||
"relatives", | "relatives", | ||
"status", | "status", |
Revision as of 21:04, 24 June 2022
{ "title": "NPC", "rows": [], "invimages": [], "images": [ "[[File:{{{image}}}]]" ] }
An infobox to serve as a quick reference on the right side of NPC pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
NPC name | name | Will automatically enter based on page name
| Line | optional |
Image | image | Refers to the image file stored on the wiki. Images should preferably be uploaded in .svg or .png and named the same as the NPC name in snake_case (e.g. totem_of_the_void.png). By default, the Parallel logo will be displayed, but you should always point this parameter to an NPC render or screenshot.
| File | suggested |
Image caption | image_caption | An optional caption for the image. | Line | optional |
Other names | other_names | Any other names the NPC has been referred to with. | Line | suggested |
Titles | titles | Any titles the NPC holds.
| Line | suggested |
Gender | gender | The gender of the NPC. | Line | suggested |
Species | species | The species of the NPC.
| Line | suggested |
Affiliation | affiliation | Groups the NPC is affiliated with.
| Line | suggested |
Found in | location | Where in Parallel the NPC is stationed.
| Line | suggested |
Occupation | occupation | Any occupation the NPC holds.
| Line | suggested |
Relatives | relatives | Relatives of the NPC.
| Line | suggested |
Status | status | The current status of the NPC.
| Line | suggested |
Buys | buys | Items the NPC buys. | Line | suggested |
Found in | sells | Items the NPC sells. | Line | suggested |