About
This template is intended to be at the top of each of the Locations pages to provide a basic overview of each location.
Parameter-Usage
Parameter
|
Default
|
Description
|
location
|
Undefined Location
|
Name of the area (Chapel, Surgery, Bar, etc)
|
image
|
NPA.png
|
Image of the location to be displayed
|
description
|
|
Short description below the image, one sentence
|
purpose
|
Unknown
|
Purpose/usage and general context
|
items
|
None
|
Any key items of note
|
workers
|
None
|
Doctors for medbay, officers for brig, etc
|
access
|
Everyone
|
List of roles that have access to the location
|
exits
|
|
List of exits out of the location
|
department
|
Unknown department
|
Department of the location (Medical, Security, etc)
|
headerbgcolor
|
#aaaaaa
|
Background-color of the header
|
headerfontcolor
|
#000000
|
Font-color of the header
|
footerbgcolor
|
#aaaaaa
|
Background-color of the footer
|
footerfontcolor
|
#000000
|
Font-color of the footer
|
Examples
Example 1
{{LocationNew
|headerbgcolor=black
|headerfontcolor=white
|image=Space.png
|location=Space
|description=The Final Frontier.
|purpose=A cold, horrible place full of vacuum and a few locations floating around
|items=Vacuum and dark matter
|workers=None
|access=Everyone
|exits=[[Space Station 13]], [[Abandoned Satellite]], [[Derelict]], [[Mining Station]]
|department=Outside
|footerbgcolor=black
|footerfontcolor=white
}}
Example 2
{{LocationNew
|headerbgcolor=#a885a2
|headerfontcolor = black
|image=RD_Lab.png
|location=Research and Development Lab
|description=The research room.
|purpose=To research and develop.
|items=[[Destructive Analyzer]], [[Protolathe]], [[R&D Console]] and a [[Circuit Imprinter]]
|workers=[[Scientist]], [[Research Director]]
|access=[[Scientist]], [[Roboticist]], [[Research Director]]
|exits=[[Research Division]] south
|department=Science
|footerbgcolor=#a885a2
|footerfontcolor = black
}}