|
|
|
|
|
by johncmouser
2236 days ago
|
|
wow, two things: 1. thanks for the link. that documentation is realllly put together well. 2. for anyone else who goes to the docs, scroll down to the table bit. Official HTML never looked so close to markdown before. But I guess it's legal, with the <td> omissions, etc. cool stuff! EDIT: posting code here <table>
<caption>37547 TEE Electric Powered Rail Car Train Functions (Abbreviated)
<colgroup><col><col><col>
<thead>
<tr> <th>Function <th>Control Unit <th>Central Station
<tbody>
<tr> <td>Headlights <td> <td>y
<tr> <td>Interior Lights <td>x <td>y
<tr> <td>Electric locomotive operating sounds <td> <td>
<tr> <td>Engineer's cab lighting <td>x <td>z
<tr> <td>Station Announcements - Swiss <td>x <td>y
</table>
|
|