Template:Location: Difference between revisions

From BeeStation Wiki
Jump to navigation Jump to search
imported>Spike68
No edit summary
 
m (replaced /tg/ with bee)
 
(20 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{|width=800 cellpadding=2 cellspacing=0
<includeonly>
|bgcolor="{{{headerbgcolor|#aaaaaa}}}" align=center colspan=2|<font color="{{{headerfontcolor|black}}}">'''{{{name|Location}}}'''
{|width=300 cellpadding=2 cellspacing=0 bgcolor=#FFFFFF style="float: right; clear: left; margin: 0 0 20px 20px; border: 1px solid {{{imagebgcolor|#bbbbbb}}}"
|bgcolor="{{{headerbgcolor|#aaaaaa}}}" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}}">'''{{{department|Undefined}}} Area'''</font>
|-
|-
|align=center bgcolor="{{{imagebgcolor|#bbbbbb}}}" width="250" rowspan=6|[[File:{{{image|NPA.png}}}|center|240x240px]]
|align=center bgcolor="{{{imagebgcolor|#bbbbbb}}}" width="350" colspan=2 |[[File:{{{image|NPA.png}}}|frameless|300px|center|link={{{big_image|File:{{{image}}}}}}]] '''{{{name|Undefined Location}}}'''
|bgcolor="{{{imagebgcolor|#bbbbbb}}}"| '''General'''
|-
|-
|valign=top |'''Department: '''{{{department|Undefined}}}<br>'''Obvious exits:''' {{{exits|No known exits}}}<br>'''Purpose:''' {{{purpose|No set purpose}}}<br>'''Access level:''' {{{access|No defined access levels}}}<br>'''Noteworthy contents:''' {{{contents|No noteworthy contents}}}<br>'''Clearance:''' {{{clearance|Clearance not defined}}}
|colspan=2|{{{description|}}}
|-
|-
|bgcolor="{{{imagebgcolor|#bbbbbb}}}"| '''Description'''
|'''Obvious exits'''
|{{{exits|Not defined}}}
|-
|-
|"{{{description|Description not available}}}"
|'''Purpose'''
|{{{purpose|Not defined}}}
|-
|-
|bgcolor="{{{imagebgcolor|#bbbbbb}}}"| '''[[Guide to mapping|Mapping notes]]'''
|'''Access level'''
|{{{access|Not defined}}}
|-
|-
| '''Security level: '''{{{sec_level|Not defined}}}<br> '''Style: ''' {{{style|Not defined}}}<br> '''Balance Requirements: ''' {{{balance|No major balance requirements}}}<br> '''Other: ''' {{{other|--}}}
|'''Noteworthy contents'''
|}<noinclude>
|{{{contents|Not defined}}}
|-
|'''Clearance'''
|{{{clearance|Not defined}}}
|-
|'''Security level'''
|{{{sec_level|Not defined}}}
|-
|'''Style'''
|{{{style|Not defined}}}
|-
|'''Balance Requirements'''
|{{{balance|No major balance requirements}}}
|-
|'''Other Notes'''
|{{{other|--}}}
|-
|colspan=2 align=center style="border-top: 8px solid {{{imagebgcolor|#bbbbbb}}}"|[[File:jobstemp.png|32px|link=Locations]] '''[[Locations]] on beestation'''
|}
</includeonly>


== How to use ==
<noinclude>
This template is intended to be at the top of each of the location pages to provide a basic overview of each location.
== Usage ==
Example of the finished product. Please document any changes you make to the template code in the parameters and usage sections


  <nowiki>{{Location</nowiki>
<pre>{{Location
  <nowiki>|headerbgcolor=darkblue</nowiki>
|headerbgcolor=black
  <nowiki>|headerfontcolor=white</nowiki>
|headerfontcolor=white
  <nowiki>|imagebgcolor=lightblue</nowiki>
|imagebgcolor=grey
  <nowiki>|name=Mint and Mint Vault</nowiki>
|department=Space
  <nowiki>|image=Mint.png</nowiki>
|name=Space
  <nowiki>|department=General</nowiki>
|image=Space.png
  <nowiki>|exits=[[Hallway|Hallway]] north, [[Maintenance|maintenance]] south, [[Maintenance|maintenance]] east</nowiki>
|big_image=Space.png
  <nowiki>|purpose=Production and storage of [[Coins|coins]]</nowiki>
|exits=[[Space Station 13]], [[Abandoned Satellite]], [[Derelict]], [[Mining Station]]
  <nowiki>|access=Mint for reception desks and loading area, Mint vault for vault</nowiki>
|purpose=A cold, horrible place full of vacuum and a few locations floating around
  <nowiki>|contents=Coin press, Some [[Coins|coins]]</nowiki>
|access=
  <nowiki>|clearance=[[Captain]], [[Head of Personnel]], [[Quartermaster]], [[Shaft Miner]], [[Chief Engineer]]</nowiki>
|contents=Vacuum, dark matter
  <nowiki>|description=A semi-protected room, accessible from the south and east from [[Maintenance|maintenance]] and from the [[Hallways|main hallway]] in the north. Modeled to look like a bank, it is intended to stora money and other valuables. It's vault is a lot less protected than the [[Vault| main vault]] tho.</nowiki>
|clearance=Anyone
  <nowiki>|sec_level=Medium to high</nowiki>
|description=The Final Frontier.
  <nowiki>|style=Bank</nowiki>
|sec_level=None
  <nowiki>|balance=No major balance requirements</nowiki>
|style=Space
  <nowiki>|other=--</nowiki>
|balance=--
  <nowiki>}}</nowiki>
|other=--
}}</pre>


...yields:
...yields:
{{Location
|headerbgcolor=black
|headerfontcolor=white
|imagebgcolor=grey
|name=Space
|image=Space.png
|department=Space
|exits=[[Space Station 13]], [[Abandoned Satellite]], [[Derelict]], [[Mining Station]]
|purpose=A cold, horrible place full of vacuum and a few locations floating around
|access=
|contents=Vacuum, dark matter
|clearance=Anyone
|description=The Final Frontier.
|sec_level=None
|style=Space
|balance=--
|other=--
}}


{{Location
[[Category:Templates]]
|headerbgcolor=darkblue
</noinclude>
|headerfontcolor=white
|imagebgcolor=lightblue
|name=Mint and Mint Vault
|image=Mint.png
|department=General
|exits=[[Hallway|Hallway]] north, [[Maintenance|maintenance]] south, [[Maintenance|maintenance]] east
|purpose=Production and storage of [[Coins|coins]]
|access=Mint for reception desks and loading area, Mint vault for vault
|contents=Coin press, Some [[Coins|coins]]
|clearance=[[Captain]], [[Head of Personnel]], [[Quartermaster]], [[Shaft Miner]], [[Chief Engineer]]
|description=A semi-protected room, accessible from the south and east from [[Maintenance|maintenance]] and from the [[Hallways|main hallway]] in the north. Modeled to look like a bank, it is intended to store money and other valuables. It's vault is a lot less protected than the [[Vault| main vault]] tho.
|sec_level=Medium to high
|style=Bank
|balance=No major balance requirements
|other=--
}}
[[Category:Templates]]</noinclude>

Latest revision as of 14:42, 12 March 2021


This template is intended to be at the top of each of the location pages to provide a basic overview of each location.

Usage

Example of the finished product. Please document any changes you make to the template code in the parameters and usage sections

{{Location
 |headerbgcolor=black
 |headerfontcolor=white
 |imagebgcolor=grey
 |department=Space
 |name=Space
 |image=Space.png
 |big_image=Space.png
 |exits=[[Space Station 13]], [[Abandoned Satellite]], [[Derelict]], [[Mining Station]]
 |purpose=A cold, horrible place full of vacuum and a few locations floating around
 |access=
 |contents=Vacuum, dark matter
 |clearance=Anyone
 |description=The Final Frontier.
 |sec_level=None
 |style=Space
 |balance=--
 |other=--
 }}

...yields:

Space Area
Space
The Final Frontier.
Obvious exits Space Station 13, Abandoned Satellite, Derelict, Mining Station
Purpose A cold, horrible place full of vacuum and a few locations floating around
Access level
Noteworthy contents Vacuum, dark matter
Clearance Anyone
Security level None
Style Space
Balance Requirements
Other Notes
Locations on beestation