Template:NPC/doc: Difference between revisions

no edit summary
(Created page with "<templatedata> { "description": "An infobox to serve as a quick reference on the right side of NPC pages.", "params": { "name": { "label": "NPC name", "description": "Will automatically enter based on page name", "example": "Niall", "type": "line" }, "image": { "label": "Image", "description": "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....")
 
No edit summary
Line 46: Line 46:
         ]
         ]
         },
         },
"species": {
"label": "Species",
"description": "The species of the NPC.",
"example": "Human",
"type": "line",
            "suggested": true
},
"location": {
"location": {
"label": "Found in",
"label": "Found in",
Line 105: Line 112:
         "titles",
         "titles",
         "pronouns",
         "pronouns",
        "species",
"location",
"location",
"occupation",
"occupation",
Line 126: Line 134:
| label3 = Pronouns
| label3 = Pronouns
| data3 = {{{pronouns}}}
| data3 = {{{pronouns}}}
| label4 = Found in
| label4 = Species
| data4 = {{{location}}}
| data4 = {{{species}}}
| label5 = Occupation
| label5 = Found in
| data5 = {{{occupation}}}
| data5 = {{{location}}}
| label6 = Affiliation(s)
| label6 = Occupation
| data6 = {{{affiliation}}}
| data6 = {{{occupation}}}
| label7 = Relatives
| label7 = Affiliation(s)
| data7 = {{{relatives}}}
| data7 = {{{affiliation}}}
| label8 = Status
| label8 = Relatives
| data8 = {{{status}}}
| data8 = {{{relatives}}}
| label9 = Buys
| label9 = Status
| data9 = {{{buys}}}
| data9 = {{{status}}}
| label10 = Sells
| label10 = Buys
| data10 = {{{sells}}}
| data10 = {{{buys}}}
| label11 = Sells
| data11 = {{{sells}}}
}}
}}