Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:WHSystem: Difference between revisions

Template page
Aethlyn (talk | contribs)
mNo edit summary
Rework for light-mode readability and responsive design.
 
(24 intermediate revisions by 8 users not shown)
Line 1: Line 1:
<noinclude>This template can be used to describe wormhole systems. ''This template is Work In Progress!''</noinclude>{{#css:
{{#css:
.whtab {
.whtable {
  background-color: #222;
   border: 1px solid #444;
   border: 1px solid #444;
   padding: 2pt;
   text-align: left;
}
}


.whtab th, .whtab td {
.whcaptable {
  float: right;
}
 
.whtable th,
.whtable td {
   vertical-align: top;
   vertical-align: top;
   padding: 2pt;
   padding-right: 0.5em;
  text-align: left;
  width: 100pt;
}
}


.whtab th {
.whcaptable th,
  font-weight: bold;
.whcaptable td {
}
   text-align: right;
 
}
.whcap {
  font-size: 12pt;
   text-shadow: 1pt 1pt #000;
  border: 1px solid #444;
}


.whimg {
.whimg {
 
}
}


Line 35: Line 31:
.whval {
.whval {
   color: #888;
   color: #888;
  text-align: right !important;
}
.whlist {
  color: #888;
  text-align: left;
}
}


}}
}}
<table class="whtab">
<table class="whtable">
<tr><th colspan="9" class="whcap" style="background: linear-gradient(to right, {{#switch:{{{class|C1}}}|c2=#005|c3=#644|c4=#664|c5=#622|c6=#411|#226}} 0%, #000000 33%);">{{{name|Name of the Wormhole System}}} {{#if:{{{class}}}|({{{class}}})|}}</th></tr>
<tr>
<tr><td rowspan="4" class="whimg">{{#if:{{{image|}}}|[[Image:{{{image}}}|128px|link=]]|''No image available.''}}</td><th>Maximum Mass</th><td class="whval">{{{minmass|''Unknown''}}}</td><th>Recommended Ships</th><th>Anomalies</th><th>Gravimetric Sites</th><th>Ladar Sites</th><th>Magnetometric Sites</th><th>Radar Sites</th></tr>
  <td colspan="2" class="whimg">{{#if:{{{image|}}}
<tr><th>Minimal Mass</th><td class="whval">{{{maxmass|''Unknown''}}}</td><td rowspan="3" class="whlist">{{{ships|''Unknown''}}}</td><td rowspan="3" class="whlist">{{{anosites|''Unknown''}}}</td><td rowspan="3" class="whlist">{{{grasites|''Unknown''}}}</td><td rowspan="3" class="whlist">{{{ladsites|''Unknown''}}}</td><td rowspan="3" class="whlist">{{{magsites|''Unknown''}}}</td><td rowspan="3" class="whlist">{{{radsites|''Unknown''}}}</td></tr>
                                  | [[Image:{{{image}}}|128px|link=]]
<tr><th>Escalations</th><td class="whlist whval">{{{escalations|''Unknown''}}}</td></tr>
                                  | ''No image available.''
<tr><th>Number</th><td class="whval">{{{number|''Unknown''}}}</td></tr>
                                }}<br>{{{name|Name of the Wormhole System}}} {{#if:{{{class|}}}|(C{{{class}}} System)}}</td>
  <td colspan="4">
  <table class="whcaptable">
    <tr>
    <th>Maximum Mass</th>
    <td class="whval" style="cursor: help;" title="Maximum Ship Class Able to Enter: {{{maxhull|Unknown}}}">{{{maxmass|''Unknown''}}}</td>
    <th>Number</th>
    <td class="whval">{{{number|''Unknown''}}}</td>
    </tr>
    <tr>
    <th>Minimum Mass</th>
    <td class="whval" style="cursor: help;" title="Minimum Ship Class Able to Enter: {{{minhull|Unknown}}}">{{{minmass|''Unknown''}}}</td>
    <th>Escalations</th>
    <td class="whval">{{{escalations|''Unknown''}}}</td>
    </tr>
  </table>
  </td>
  </tr>
  <tr><td colspan="6"><hr></td></tr>
  <tr>
  <th>Possible Statics</th>
  <th>Anomalies</th>
  <th>Ore Sites</th>
  <th>Gas Sites</th>
  <th>Relic Sites</th>
  <th>Data Sites</th>
  </tr>
  <tr class="whval">
  <td style="border-right: 1px dotted;">{{{statics|''Unknown''}}}</td>
  <td>{{{anosites|''Unknown''}}}</td>
  <td>{{{grasites|''Unknown''}}}</td>
  <td>{{{ladsites|''Unknown''}}}</td>
  <td>{{{magsites|''Unknown''}}}</td>
  <td>{{{radsites|''Unknown''}}}</td>
  </tr>
</table>
</table>
[[Category:Template]][[Category:WikiContest]]
<noinclude>{{documentation}}</noinclude>