15 lines
No EOL
293 B
Go Template
15 lines
No EOL
293 B
Go Template
<br><br>
|
|
<h2>Liste des planète</h2>
|
|
<table width="450" style="color:#FFFFFF">
|
|
<tr>
|
|
<td class="c" colspan="5">Univers planetaire</td>
|
|
</tr>
|
|
<tr>
|
|
<th>ID</th>
|
|
<th>Nom de la planète</th>
|
|
<th>Galaxie</th>
|
|
<th>Système</th>
|
|
<th>Planète</th>
|
|
</tr>
|
|
{planetes}
|
|
</table> |