Template:Infobox Station: Difference between revisions

From Holocron - Star Wars Combine
Jump to navigation Jump to search
Vernon Foxtail (talk | contribs)
No edit summary
Benedict Tharandon (talk | contribs)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<tr><td width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;"><font color="white"><b>{{{name}}}</b></font></td></tr>
<tr><td width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;"><font color="white"><b>{{{name}}}</b></font></td></tr>
<tr><td width="100%" colspan="2" style="text-align: center;">{{{image}}}</td></tr>{{
<tr><td width="100%" colspan="2" style="text-align: center;">{{{image}}}</td></tr>{{
#if:{{{sector|}}}{{{system|}}}{{{galcoord|}}}{{{syscoord|}}}{{{controller|}}}{{{access|}}}|<tr><td width="100%" colspan="2" style="background-color: #21314c; text-align: left; color: white"><b>General Information:</b></td></tr>}}{{
#if:{{{class|}}}|<tr><td width="35%" valign="top">Class</td><td width="65%">{{{class}}}</td></tr>}}{{
#if:{{{sector|}}}|<tr><td width="35%" valign="top">Sector</td><td width="65%">{{{sector}}}</td></tr>}}{{
#if:{{{system|}}}|<tr><td width="35%" valign="top">System</td><td width="65%">{{{system}}}</td></tr>}}{{
#if:{{{galcoord|}}}|<tr><td width="35%" valign="top">Galactic Coordinates</td><td width="65%">{{{galcoord}}}</td></tr>}}{{
#if:{{{syscoord|}}}|<tr><td width="35%" valign="top">System Coordinates</td><td width="65%">{{{syscoord}}}</td></tr>}}{{
#if:{{{controller|}}}|<tr><td width="35%" valign="top">Controller</td><td width="65%">{{{controller}}}</td></tr>}}{{
#if:{{{access|}}}|<tr><td width="35%" valign="top">Access</td><td width="65%">{{{access}}}</td></tr>}}{{
#if:{{{sensors|}}}{{{ecm|}}}|<tr><td width="100%" colspan="2" style="background-color: #21314c; text-align: left; color: white"><b>Sensors:</b></td></tr>}}{{
#if:{{{sensors|}}}{{{ecm|}}}|<tr><td width="100%" colspan="2" style="background-color: #21314c; text-align: left; color: white"><b>Sensors:</b></td></tr>}}{{
#if:{{{sensors|}}}|<tr><td width="35%" valign="top">Sensors</td><td width="65%">{{{sensors}}}</td></tr>}}{{
#if:{{{sensors|}}}|<tr><td width="35%" valign="top">Sensors</td><td width="65%">{{{sensors}}}</td></tr>}}{{
Line 20: Line 29:
#if:{{{volume cap|}}}|<tr><td width="35%" valign="top">Volume Cap</td><td width="65%">{{{volume cap}}} m³</td></tr>}}{{
#if:{{{volume cap|}}}|<tr><td width="35%" valign="top">Volume Cap</td><td width="65%">{{{volume cap}}} m³</td></tr>}}{{
#if:{{{max passengers|}}}|<tr><td width="35%" valign="top">Max Passengers</td><td width="65%">{{{max passengers}}}</td></tr>}}{{
#if:{{{max passengers|}}}|<tr><td width="35%" valign="top">Max Passengers</td><td width="65%">{{{max passengers}}}</td></tr>}}{{
#if:{{{access|}}}|<tr><td width="35%" valign="top">Access</td><td width="65%">{{{access}}}</td></tr>}}{{
#if:{{{length|}}}{{{hull|}}}{{{deflector shields|}}}{{{ionic capacity|}}}|<tr><td width="100%" colspan="2" style="background-color: #21314c; text-align: left; color: white"><b>Hull Stats:</b></td></tr>}}{{
#if:{{{length|}}}{{{hull|}}}{{{deflector shields|}}}{{{ionic capacity|}}}|<tr><td width="100%" colspan="2" style="background-color: #21314c; text-align: left; color: white"><b>Hull Stats:</b></td></tr>}}{{
#if:{{{length|}}}|<tr><td width="35%" valign="top">Length</td><td width="65%">{{{length}}} m</td></tr>}}{{
#if:{{{length|}}}|<tr><td width="35%" valign="top">Length</td><td width="65%">{{{length}}} m</td></tr>}}{{
Line 36: Line 44:
| name =
| name =
| image =
| image =
| sensors =
| class =
| sector =
| system =
| galcoord =
| syscoord =
| controller =
| access =
| sensors =  
| ecm =  
| ecm =  
| proton torpedo launchers =  
| proton torpedo launchers =  
| ion cannons =
| ion cannons =  
| ion batteries =  
| ion batteries =  
| heavy lasers =  
| heavy lasers =  
| concussion missile launchers =  
| concussion missile launchers =  
| tractor beams =
| tractor beams =  
| turbo lasers =
| turbo lasers =  
| quad lasers =
| quad lasers =  
| weight =
| weight =  
| volume =
| volume =  
| weight cap =  
| weight cap =  
| volume cap =
| volume cap =  
| max passengers =  
| max passengers =  
| access =
| length =  
| length =
| hull =  
| hull =
| deflector shields =  
| deflector shields =  
| ionic capacity =  
| ionic capacity =  
Line 59: Line 73:
</nowiki></pre>
</nowiki></pre>


[[Category:Templates|{{PAGENAME}}]]</noinclude>
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 16:09, 10 October 2016

{{{name}}}
{{{image}}}

Usage

The Station Box template is used for ship pages only, to describe the Station. Paste the following code into the top of an article, filling all known fields:

{{Infobox Station
| name =
| image =
| class = 
| sector = 
| system = 
| galcoord = 
| syscoord = 
| controller = 
| access = 
| sensors = 
| ecm = 
| proton torpedo launchers = 
| ion cannons = 
| ion batteries = 
| heavy lasers = 
| concussion missile launchers = 
| tractor beams = 
| turbo lasers = 
| quad lasers = 
| weight = 
| volume = 
| weight cap = 
| volume cap = 
| max passengers = 
| length = 
| hull = 
| deflector shields = 
| ionic capacity = 
}}