16 lines
No EOL
304 B
Go Template
16 lines
No EOL
304 B
Go Template
<br><br>
|
|
<h2>Liste des lunes</h2>
|
|
<table width="500" style="color:#FFFFFF">
|
|
<tr>
|
|
<td class="c" colspan="6">Univers lunaire</td>
|
|
</tr>
|
|
<tr>
|
|
<th>ID</th>
|
|
<th>Nom de la lune</th>
|
|
<th>Planète mère</th>
|
|
<th>Galaxie</th>
|
|
<th>Système</th>
|
|
<th>Planète</th>
|
|
</tr>
|
|
{moon}
|
|
</table> |