Template:NPC infobox

From Little-Known Galaxy Wiki
Jump to navigation Jump to search
Template-info.svg Documentation Edit this documentation at Template:NPC_infobox/doc.

Infobox for NPCs in the game

Related Modules, Templates, or Tables:

Syntax

{{NPC infobox
<!-- These items are only needed if override from default is appropriate. -->
|name         = NPC name (default is PAGENAME)
|image        = Image name.png (default is PAGENAME.png)

<!-- Character Information -->
|romanceable  = 1 for yes, 0 for no (Boolean)
|race         = Race of the NPC. (plain text string)
|birthday     = Birthday of the NPC, should be in: Q0#-## format. (plain text string)
|gender       = Gender of the NPC. (plain text string)
|occupation   = Occupation of the NPC. (plain text string)

|relationships = Names of other NPCs and their relationships with them. Use ";" to separate names. Use » after a name to note the relationship. (plain text string)

|location     = Ship or Name of Planet (plain text string)
|quarters     = Name of their quarters. (plain text string)

<!-- Observation locations, not the observations themselves -->
|observation1 = 
|observation2 = 
|observation3 = 
}}

Examples

Lin.png
General Information
Romanceable Romance.png yes
Race Human
Birthday Q01-17
Gender ♀ Female
Occupation Jr. Botanist
Quarters Lin's quarters.png
Observations
  • Temperature/Humidity gauge in Lin's quarters.
  • Leaf and Spice poster in Lin's quarters.
{{NPC infobox
|romanceable   = 1
|race          = Human
|birthday      = Q01-17
|gender        = Female
|occupation    = Jr. Botanist

|relationships =

|location      = Ship
|quarters      = Lin's quarters
<!-- Observation locations, not the observations themselves -->
|observation1 = Temperature/Humidity gauge in Lin's quarters.
|observation2 = Leaf and Spice poster in Lin's quarters.
|observation3 = }}

This template adds rows to the table "NPCs", which is declared by the template NPC infobox/Cargo declare. View table.