diff --git a/content/acknowledgements/_index.md b/content/acknowledgements/_index.md index 8c3425c..8e70b6f 100644 --- a/content/acknowledgements/_index.md +++ b/content/acknowledgements/_index.md @@ -9,5 +9,6 @@ _build: ## Images -- DGC-255: air_nith -- TCPP-20001: TheYamanote +- air_nith: DGC-255 +- TheYamanote: TCPP-20001 +- Internet Games Database (IGDB) diff --git a/content/software_other/ps3/_index.md b/content/software_other/ps3/_index.md new file mode 100644 index 0000000..5a84cb0 --- /dev/null +++ b/content/software_other/ps3/_index.md @@ -0,0 +1,6 @@ +--- +title: "Sony PlayStation 3" +alwaysopen: false +--- + +{{% select-software %}} diff --git a/content/software_other/ps3/railfanchicago/_index.md b/content/software_other/ps3/railfanchicago/_index.md new file mode 100644 index 0000000..0f155ed --- /dev/null +++ b/content/software_other/ps3/railfanchicago/_index.md @@ -0,0 +1,6 @@ +--- +title: "Railfan: Chicago Transit Authority Brown Line" +weight: 1 +--- + +{{% software-page "ps3_railfanchicago" %}} diff --git a/content/software_other/ps3/railfantaiwan/_index.md b/content/software_other/ps3/railfantaiwan/_index.md new file mode 100644 index 0000000..cd29248 --- /dev/null +++ b/content/software_other/ps3/railfantaiwan/_index.md @@ -0,0 +1,6 @@ +--- +title: "Railfan: Taiwan High Speed Rail" +weight: 2 +--- + +{{% software-page "ps3_railfantaiwan" %}} diff --git a/data/platforms.yml b/data/platforms.yml index 1a4319e..d3c1d19 100644 --- a/data/platforms.yml +++ b/data/platforms.yml @@ -3,6 +3,7 @@ n64: "Nintendo 64" pc: "PC" ps1: "Sony PlayStation 1" ps2: "Sony PlayStation 2" +ps3: "Sony PlayStation 3" ps4: "Sony PlayStation 4" ss: "Sega Saturn" switch: "Nintendo Switch" diff --git a/data/software.yml b/data/software.yml index 6883e1b..985edc7 100644 --- a/data/software.yml +++ b/data/software.yml @@ -383,6 +383,28 @@ ps2_trainkeitokei: notes: "P5/B5, P13-B7 cassettes." - model: cotm02001 +ps3_railfanchicago: + name: "Railfan: Chicago Transit Authority Brown Line" + namejp: "レールファン" + date: 2006-12-20 + code: "BLJM-60013" + platform: ps3 + image: "ps3_railfanchicago.jpg" + ref: "/software_other/ps3/railfanchicago" + controllers: + - model: sotp031201 + notes: "P5/B8 cassette." + - model: tcpp20009 + +ps3_railfantaiwan: + name: "Railfan: Taiwan High Speed Rail" + namejp: "レールファン 台湾高鉄" + date: 2007-07-12 + code: "BLJS-10012" + platform: ps3 + image: "ps3_railfantaiwan.jpg" + ref: "/software_other/ps3/railfantaiwan" + ps4_yamanote: name: "Densha de GO! Hashirō Yamanote‑sen" namejp: "電車でGO!! はしろう山手線" diff --git a/static/images/software/ps3_railfanchicago.jpg b/static/images/software/ps3_railfanchicago.jpg new file mode 100644 index 0000000..c9f2a3b Binary files /dev/null and b/static/images/software/ps3_railfanchicago.jpg differ diff --git a/static/images/software/ps3_railfantaiwan.jpg b/static/images/software/ps3_railfantaiwan.jpg new file mode 100644 index 0000000..1320a71 Binary files /dev/null and b/static/images/software/ps3_railfantaiwan.jpg differ