Template:Infobox NPC: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="gsw-infobox plainlinks {{parentitle|{{{name}}}}}" id="infobox-npc" cellpadding="0" cellspacing="0" |- {{#ifeq:{{lc:{{{image}}}}}|no|| {{!}}- {{!}} class="infobox-ima..." |
mNo edit summary |
||
| Line 13: | Line 13: | ||
{{!}} {{{removal}}} {{#ifexist:Update:{{{removalupdate}}}|([[Update:{{{removalupdate}}}|Update]])|(Update unknown) <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>{{Mainonly|[[Category:Needs removal update added]]}}}}}} | {{!}} {{{removal}}} {{#ifexist:Update:{{{removalupdate}}}|([[Update:{{{removalupdate}}}|Update]])|(Update unknown) <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>{{Mainonly|[[Category:Needs removal update added]]}}}}}} | ||
|- | |- | ||
{{#if:{{{ | ! nowrap="nowrap" | [[List of races|Race]] | ||
{{ | | {{#if:{{{race|}}}|{{{race}}}|{{Unknown}}}} | ||
{{ | |||
|- | |- | ||
! nowrap="nowrap" | [[Gender|Gender]] | |||
! nowrap="nowrap" | | {{#if:{{{gender|}}}|{{{gender}}}|{{Unknown}}}} | ||
}} | |||
|- | |- | ||
! nowrap="nowrap" | [[Factions|Factions]] | |||
! nowrap="nowrap" | | {{#if:{{{faction|}}}|{{{faction}}}|{{Unknown}}}} | ||
}} | |||
|- | |- | ||
! nowrap="nowrap" | [[ | ! nowrap="nowrap" | [[Occupation|Occupation]] | ||
| {{#if:{{{ | | {{#if:{{{occupation|}}}|{{{occupation}}}|{{Unknown}}}} | ||
|- | |- | ||
! nowrap="nowrap" | [[ | ! nowrap="nowrap" | [[NPC Mission|Related Missions]] | ||
| {{#if:{{{ | | {{#if:{{{mission|}}}|{{{mission}}}|{{Unknown}}}} | ||
|- class="advanced-data" | |- class="advanced-data" | ||
! class="infobox-subheader" colspan="2" | Advanced data | ! class="infobox-subheader" colspan="2" | Advanced data | ||
Revision as of 05:59, 2 June 2020
| Please add an image! | |
| Infobox NPC | |
|---|---|
| Release date | Unknown edit |
| Race | Unknown edit |
| Gender | Unknown edit |
| Factions | Unknown edit |
| Occupation | Unknown edit |
| Related Missions | Unknown edit |
| Advanced data | |
| NPC ID | none |
| Object ID | none |
| Links | Template:Chisel linkTemplate:Chisel link |
| Infobox (multi) • Talk page | |
Template documentation
This documentation is transcluded from Template:Infobox NPC/doc. [edit] [purge]
Documentation
Usage
{{Infobox NPC
|collapse = Yes (Mandatory)
|name = name of character
|image = Picture of Character. Must be a .png
|release = date of release
|update = Page name of the release patch on wiki
|race =
|gender =
|faction = Their allegiance to Earth, Gemini Station, etc.
|occupation = Their job or role in the game
|mission = List of Missions they are involved or partake in.
}}
Example
{{Infobox NPC
|collapse = yes
|name = Ganther
|image = Ganther.png
|release = 30 April
|update = Outlands
|race = Human
|gender = Male
|faction = Terrans
|occupation = Something
|mission =
* [[JayCo - A Brief History Part 1]]
* [[JayCo - A Brief History Part 2]]
* [[JayCo - A Brief History Part 3]]
* [[JayCo - A Brief History Part 4]]
}}