Add Wii Shinkansen as data

This commit is contained in:
Marc Riera 2022-04-08 23:48:38 +02:00
parent a55457ad17
commit c54a03cb7d
4 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<table>
<tr>
<td rowspan="4"><img src="cover.jpg"/></td>
<td><strong>Name</strong></td>
<td>{{ (index .Site.Data.games "wii_shinkansen").name }}</td>
</tr>
<tr>
<td><strong>Japanese name</strong></td>
<td>{{ (index .Site.Data.games "wii_shinkansen").namejp }}</td>
</tr>
<tr>
<td><strong>Release date</strong></td>
<td>{{ (index .Site.Data.games "wii_shinkansen").date }}</td>
</tr>
<tr>
<td><strong>Serial code</strong></td>
<td>{{ (index .Site.Data.games "wii_shinkansen").code }}</td>
</tr>
</table>