Wiki Staff
6,460
edits
m (tg to yogs) |
(updated the template to look nicer and be more compact) |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{|width=300 cellpadding=2 cellspacing=0 bgcolor=#FFFFFF style="float: right; clear: left; margin: 0 0 20px 20px; border: | {|width=300 cellpadding=2 cellspacing=0 bgcolor=#FFFFFF style="float: right; clear: left; margin: 0 0 20px 20px; border: 2px ridge; border-color: #d3d3d3; border-radius: 3px;" | ||
|bgcolor="{{{headerbgcolor|#aaaaaa}}}" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}}">'''{{{ | |bgcolor="{{{headerbgcolor|#aaaaaa}}}" style="border-bottom: 1px solid; border-color: #d3d3d3" align="center" colspan=2|<font color="{{{headerfontcolor|#000000}}}">'''{{{location|Undefined}}}'''</font> | ||
|- | |- | ||
|align=center | |align=center width="350" colspan=2 |[[File:{{{image|NPA.png}}}|frameless|300px|center|link={{{big_image|File:{{{image}}}}}}]] | ||
|- | |- | ||
|colspan=2|{{{description|}}} | |style="border-bottom: 2px dashed; border-color: #d3d3d3" align="center" colspan=2|<span style="font-size:95%;">''{{{description|}}}''</span> | ||
|- | |- | ||
|'''Purpose''' | |'''Purpose''' | ||
|{{{purpose| | |{{{purpose|}}} | ||
|- | |- | ||
|''' | |'''Key items''' | ||
|{{{ | |{{{items|}}} | ||
|- | |- | ||
|''' | |'''Workers''' | ||
|{{{ | |{{{workers|}}} | ||
|- | |- | ||
|'''Clearance''' | |'''Clearance''' | ||
|{{{clearance| | |{{{clearance|}}} | ||
|- | |- | ||
|''' | |'''Exits''' | ||
|{{{ | |{{{exits|Not defined}}} | ||
|- | |- | ||
| | |bgcolor="{{{footerbgcolor|#aaaaaa}}}" style="border-top: 1px solid; border-color: #d3d3d3" align="center" colspan=2|<font color="{{{footerfontcolor|#000000}}}">'''{{{department|Undefined}}}'''</font> | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
Line 43: | Line 31: | ||
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 | <pre> {{Location | ||
|headerbgcolor=black | |headerbgcolor=black | ||
|headerfontcolor=white | |headerfontcolor=white | ||
|image=Space.png | |image=Space.png | ||
| | |location=Space | ||
| | |description=The Final Frontier. | ||
|purpose=A cold, horrible place full of vacuum and a few locations floating around | |purpose=A cold, horrible place full of vacuum and a few locations floating around | ||
| | |items=Vacuum and dark matter | ||
| | |workers=None | ||
|clearance=Anyone | |clearance=Anyone | ||
| | |exits=[[Space Station 13]], [[Abandoned Satellite]], [[Derelict]], [[Mining Station]] | ||
|department=Outside | |||
| | |footerbgcolor=black | ||
| | |footerfontcolor=white | ||
| | |||
}}</pre> | }}</pre> | ||
Line 67: | Line 51: | ||
|headerbgcolor=black | |headerbgcolor=black | ||
|headerfontcolor=white | |headerfontcolor=white | ||
|image=Space.png | |image=Space.png | ||
| | |location=Space | ||
| | |description=The Final Frontier. | ||
|purpose=A cold, horrible place full of vacuum and a few locations floating around | |purpose=A cold, horrible place full of vacuum and a few locations floating around | ||
| | |items=Vacuum and dark matter | ||
| | |workers=None | ||
|clearance=Anyone | |clearance=Anyone | ||
| | |exits=[[Space Station 13]], [[Abandoned Satellite]], [[Derelict]], [[Mining Station]] | ||
|department=Outside | |||
| | |footerbgcolor=black | ||
| | |footerfontcolor=white | ||
| | |||
}} | }} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |