Difference between revisions of "Template:Location"

From Paradise Station Wiki
Jump to navigation Jump to search
(Created page with "<noinclude><code> </noinclude>{|width=800 cellpadding=2 cellspacing=0 |bgcolor="{{{headerbgcolor|#aaaaaa}}}" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}...")
 
(Woops.)
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude><code>
<div style="box-shadow: 0 0 .3em #999; border-radius: .2em; margin: margin: 1em 0 1em 0; padding: 1px; margin-top: 2em;">
</noinclude>{|width=800 cellpadding=2 cellspacing=0
<div style="background:#{{ColorPalette‎‎|{{{Theme}}}|Tertiary}}; border-radius: .2em; color: {{{textcolour|#FFF}}}; padding: .2em .2em .2em; line-height:1.2em;">
|bgcolor="{{{headerbgcolor|#aaaaaa}}}" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}}">'''{{{department|Undefined}}} Area'''</font>
<div style="background:#{{ColorPalette‎‎|{{{Theme}}}|Primary}}; color:#{{ColorPalette‎‎|{{{Theme}}}|Header Text}}; border-radius: .2em; color: {{{textcolour|#FFF}}}; padding: .4em .4em .4em; line-height:1.2em; font-size:1.2em;"><center>'''{{{department|Undefined}}} Area'''</center></div>
<div style="padding: .15em 0 .15em; margin-bottom:.5em; align-items: stretch; display: flex;">
<div style="background:#{{ColorPalette‎‎|{{{Theme}}}|Very Light}}; color:black; border-color:#{{ColorPalette‎‎|{{{Theme}}}|Light}}; border-radius:.2em; box-shadow: 0 0 .3em #999; width:50%; margin-right: .2em; padding:.2em;">
<center>'''General'''</center>
<hr>
{|
| '''Obvious exits:''' || {{{exits|Undefined.}}}
|-
|-
|align=center bgcolor="{{{imagebgcolor|#bbbbbb}}}" width="250" rowspan=6|[[File:{{{image|NPA.png}}}|center|link={{{big_image|File:{{{image}}}}}}]] '''{{{name|Undefined Location}}}'''
| '''Purpose:''' || {{{purpose|Undefined.}}}
|bgcolor="{{{imagebgcolor|#bbbbbb}}}"| '''General'''
|-
|-
|'''Obvious exits:''' {{{exits|Not defined}}}<br>'''Purpose:''' {{{purpose|Not defined}}}<br>'''Access level:''' {{{access|Not defined}}}<br>'''Noteworthy contents:''' {{{contents|Not defined}}}<br>'''Clearance:''' {{{clearance|Not defined}}}<br>
| '''Access level:''' || {{{access|Undefined.}}}
|-
|-
|bgcolor="{{{imagebgcolor|#bbbbbb}}}"| '''Description'''
| '''Noteworthy contents:''' || {{{contents|Undefined.}}}
|-
|-
|"{{{description|Description not available.}}}"
| '''Clearance:''' || {{{clearance|Undefined.}}}
|-
|-
|bgcolor="{{{imagebgcolor|#bbbbbb}}}"| '''[[Guide to mapping|Mapping notes]]'''
| '''Security Level:''' ||{{Location/Security Level|sec_level={{{sec_level|}}}}}
|-
|}
| '''Security level: '''{{{sec_level|Not defined}}}<br> '''Style: ''' {{{style|Not defined}}}<br> '''Balance Requirements: ''' {{{balance|No major balance requirements}}}<br> '''Other: ''' {{{other|--}}}
</div>
|}<noinclude></code>
<div style="background:#{{ColorPalette‎‎|{{{Theme}}}|Very Light}}; color:black; border-color:#{{ColorPalette‎‎|{{{Theme}}}|Light}}; border-radius:.2em; box-shadow: 0 0 .3em #999; width:50%; padding:.2em;">
This template is intended to be at the top of each of the location pages to provide a basic overview of each location.
<center>'''Description'''</center>
== Usage ==
<hr>
Example of the finished product. Please document any changes you make to the template code in the parameters and usage sections
{{{description|}}}
 
</div>
  <nowiki>{{Template:Location</nowiki>
</div>
  <nowiki>|headerbgcolor=darkblue</nowiki>
{{#if:{{{image|}}}|<div style="overflow:auto; overflow-x:auto; max-height:40em; width:100%;"> [[File:{{{image}}}|center]]</div>|}}
  <nowiki>|headerfontcolor=white</nowiki>
</div></div>
  <nowiki>|imagebgcolor=lightblue</nowiki>
  <nowiki>|department = General</nowiki>
  <nowiki>|name=Mint and Mint Vault</nowiki>
  <nowiki>|image=Mint.png</nowiki>
  <nowiki>|big_image=Mint_big.png</nowiki>
  <nowiki>|exits=[[Hallway|Hallway]] north, [[Maintenance|maintenance]] south, [[Maintenance|maintenance]] east</nowiki>
  <nowiki>|purpose=Production and storage of [[Coins|coins]]</nowiki>
  <nowiki>|access=Mint for reception desks and loading area, Mint vault for vault</nowiki>
  <nowiki>|contents=Coin press, Some [[Coins|coins]]</nowiki>
  <nowiki>|clearance=[[Captain]], [[Head of Personnel]], [[Quartermaster]], [[Shaft Miner]], [[Chief Engineer]]</nowiki>
  <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>
  <nowiki>|sec_level=Medium to high</nowiki>
  <nowiki>|style=Bank</nowiki>
  <nowiki>|balance=No major balance requirements</nowiki>
  <nowiki>|other=--</nowiki>
  <nowiki>}}</nowiki>
 
...yields:
 
{{Template:Location
|headerbgcolor=darkblue
|headerfontcolor=white
|imagebgcolor=lightblue
|department = General
|name=Mint and Mint Vault
|image=Mint.png
|big_image=Mint_big.png
|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 stora 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=--
}}
 
No image defined:


{{Template:Location
<noinclude>[[Category:Templates]]</noinclude>
|headerbgcolor=darkblue
|headerfontcolor=white
|imagebgcolor=lightblue
|department = General
|name=Mint and Mint Vault
|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 stora 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 03:09, 27 November 2023

Undefined Area
General

Obvious exits: Undefined.
Purpose: Undefined.
Access level: Undefined.
Noteworthy contents: Undefined.
Clearance: Undefined.
Security Level: Undefined.
Description