Template:Location: Difference between revisions
Jump to navigation
Jump to search
imported>Delicious (→Usage) |
m (replaced /tg/ with bee) |
||
(9 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
{|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> | |bgcolor="{{{headerbgcolor|#aaaaaa}}}" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}}">'''{{{department|Undefined}}} Area'''</font> | ||
|- | |- | ||
|align=center bgcolor="{{{imagebgcolor|#bbbbbb}}}" width=" | |align=center bgcolor="{{{imagebgcolor|#bbbbbb}}}" width="350" colspan=2 |[[File:{{{image|NPA.png}}}|frameless|300px|center|link={{{big_image|File:{{{image}}}}}}]] '''{{{name|Undefined Location}}}''' | ||
|- | |- | ||
| | |colspan=2|{{{description|}}} | ||
|- | |- | ||
| | |'''Obvious exits''' | ||
|{{{exits|Not defined}}} | |||
|- | |- | ||
| | |'''Purpose''' | ||
|{{{purpose|Not defined}}} | |||
|- | |- | ||
| | |'''Access level''' | ||
|{{{access|Not defined}}} | |||
|- | |- | ||
| '''Security level | |'''Noteworthy contents''' | ||
|}< | |{{{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> | |||
<noinclude> | |||
This template is intended to be at the top of each of the location pages to provide a basic overview of each location. | This template is intended to be at the top of each of the location pages to provide a basic overview of each location. | ||
== Usage == | == Usage == | ||
Example of the finished product. Please document any changes you make to the template code in the parameters and usage sections | Example of the finished product. Please document any changes you make to the template code in the parameters and usage sections | ||
<pre>{{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=-- | |||
}}</pre> | |||
...yields: | ...yields: | ||
{{Location | |||
{{ | |headerbgcolor=black | ||
|headerbgcolor= | |||
|headerfontcolor=white | |headerfontcolor=white | ||
|imagebgcolor= | |imagebgcolor=grey | ||
|name=Space | |||
|name= | |image=Space.png | ||
|department=Space | |||
|image= | |exits=[[Space Station 13]], [[Abandoned Satellite]], [[Derelict]], [[Mining Station]] | ||
| | |purpose=A cold, horrible place full of vacuum and a few locations floating around | ||
|exits=[[ | |access= | ||
|purpose= | |contents=Vacuum, dark matter | ||
|access= | |clearance=Anyone | ||
|contents= | |description=The Final Frontier. | ||
|clearance= | |sec_level=None | ||
|description= | |style=Space | ||
|sec_level= | |balance=-- | ||
|style= | |||
|balance= | |||
|other=-- | |other=-- | ||
}} | }} | ||
[[Category:Templates]] | |||
</noinclude> | |||
[[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 |