mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-01 06:07:05 +02:00
Add Wii Shinkansen as data
This commit is contained in:
parent
a55457ad17
commit
c54a03cb7d
4 changed files with 37 additions and 0 deletions
19
layouts/shortcodes/game-table.html
Normal file
19
layouts/shortcodes/game-table.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue