Template:NPC: Difference between revisions
Hypermoron (talk | contribs) (Created page with "{{Infobox | above = {{{ name | {{FULLPAGENAME}}}}} | image = {{#ifexist: File:{{{image}}} | [[File:{{{image}}}|150px|link=]] | {{#ifexist: File:{{SUBPAGENAME}}.svg | [[File:{{SUBPAGENAME}}.svg|150px|link=]] | {{#ifexist: File:{{SUBPAGENAME}}.png | [[File:{{SUBPAGENAME}}.png|150px|link]] | {{#ifexist: File:{{#titleparts: {{FULLPAGENAME}} | -1 | -2 }}.svg | [[File:{{#titleparts: {{FULLPAGENAME}} | -1 | -2 }}.svg|150px|link=]] | {{#ifexist: File:{{#titleparts: {{FULLPAG...") |
No edit summary Tag: Manual revert |
||
| (31 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{ | <includeonly>{{#invoke:infobox|infobox | ||
| defaultimagesize = 150px | |||
| image = ParallelLogo.png | |||
| extratext = {{#if: {{{image_caption|}}} | {{{image_caption|}}} }} | |||
| title = {{{name|{{FULLPAGENAME}}}}} | |||
| rows = | |||
{{#if: {{{other_names|}}} | {{infobox row|label=Other names|field={{{other_names|}}} }} }} | |||
{{#if: {{{titles|}}} | {{infobox row|label=Titles|field={{{titles|}}} }} }} | |||
{{#if: {{{gender|}}} | {{infobox row|label=Gender|field={{{gender|}}} }} }} | |||
{{#if: {{{species|}}} | {{infobox row|label=Species|field={{{species|}}} }} }} | |||
{{#if: {{{affiliation|}}} | {{infobox row|label=Affiliation|field={{{affiliation|}}} }} }} | |||
{{#if: {{{occupation|}}} | {{infobox row|label=Occupation|field={{{occupation|}}} }} }} | |||
{{#if: {{{location|}}} | {{infobox row|label=Found in|field={{{location|}}} }} }} | |||
{{#if: {{{relatives|}}} | {{infobox row|label=Relatives|field={{{relatives|}}} }} }} | |||
{{#if: {{{status|}}} | {{infobox row|label=Status|field={{{status|}}}|Unknown }} }} | |||
{{#if: {{{buys|}}} | {{infobox row|label=Buys|field={{{buys|}}} }} }} | |||
{{#if: {{{Sells|}}} | {{infobox row|label=sells|field={{{Sells|}}} }} }} | |||
}}</includeonly><noinclude> | |||
{{Documentation}} | |||
</noinclude> | |||
}}<noinclude> | |||
{{Documentation}}</noinclude> | |||
Latest revision as of 21:45, 27 November 2023
This template provides an infobox for NPC/character pages.
{{NPC
| name =
| image =
| image_caption =
| other_names =
| titles =
| gender =
| species =
| affiliation =
| location =
| occupation =
| relatives =
| status =
| buys =
| sells =
}}
TemplateData
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 |
Examples
Some
| Gender |
Non-binary (they/them) |
|---|---|
| Species |
Human (Homo sapiens) |
| Occupation |
Swamp Witch |
| Found in |
Unknown |
| Unknown |
Unknown, presumed alive |
{
"extratext": "Oh man dude",
"title": "Template:NPC",
"images": [
"Plains Armorer.png"
],
"rows": [
{
"field": "Non-binary (they/them)",
"label": "Gender"
},
{
"field": "Human (''Homo sapiens'')",
"label": "Species"
},
{
"field": "Swamp Witch",
"label": "Occupation"
},
{
"field": "Unknown",
"label": "Found in"
},
{
"field": "Unknown, presumed alive",
"label": "Unknown"
}
],
"invimages": []
}
{{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
}}