Echo Base

Scanner to System, Scanner to Base

Tables

Examples

Below are some examples of tables.

Ship Name Model Crew Size
CR90 corvette CR90 corvette 30-165
Star Destroyer Imperial I-class Star Destroyer 47,060
Millennium Falcon YT-1300 light freighter 4
Y-wing BTL Y-wing 2
X-wing T-65 X-wing 1
Rebel transport GR-75 medium transport 6
<table>
  <thead>
    <tr>
      <th><!-- Table Cell Content --></th>
      <th><!-- Table Cell Content --></th>
      <th><!-- Table Cell Content --></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><!-- Table Cell Content --></td>
      <td><!-- Table Cell Content --></td>
      <td><!-- Table Cell Content --></td>
    </tr>
  </tbody>
</table>