mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-20 02:29:29 +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
14
content/games/wii/shinkansen/_index.md
Normal file
14
content/games/wii/shinkansen/_index.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
title: "Densha de Go! Shinkansen EX San'yō Shinkansen-hen"
|
||||||
|
weight: 1
|
||||||
|
---
|
||||||
|
|
||||||
|
## Game details
|
||||||
|
|
||||||
|
{{< game-table "wii_shinkansen" >}}
|
||||||
|
|
||||||
|
## Controller compatibility
|
||||||
|
|
||||||
|
| Model | Notes |
|
||||||
|
|:----------------------------------------|:-------|
|
||||||
|
| TCPP-20017: Shinkansen controller (Wii) | Native |
|
BIN
content/games/wii/shinkansen/cover.jpg
Normal file
BIN
content/games/wii/shinkansen/cover.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
4
data/games/wii_shinkansen.yml
Normal file
4
data/games/wii_shinkansen.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: "Densha de Go! Shinkansen EX San'yō Shinkansen-hen"
|
||||||
|
namejp: "電車でGO!新幹線EX 山陽新幹線編"
|
||||||
|
date: 2007-03-01
|
||||||
|
code: "RVL-P-RG4J"
|
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
Reference in a new issue