Remove serial code from lists

This commit is contained in:
Marc Riera 2022-04-13 10:16:45 +02:00
parent 44bfe4f8ed
commit 68b3d702b1
2 changed files with 24 additions and 24 deletions

View file

@ -4,9 +4,9 @@ ps1_densha:
date: 1997-12-18 date: 1997-12-18
code: "SCPS-45166" code: "SCPS-45166"
controllers: controllers:
- model: slph00051
- model: tcpp20001
- model: tcpp20002 - model: tcpp20002
- model: tcpp20001
- model: slph00051
ps1_densha2: ps1_densha2:
name: "Densha de GO! 2" name: "Densha de GO! 2"
@ -14,9 +14,9 @@ ps1_densha2:
date: 1999-03-18 date: 1999-03-18
code: "SLPM-86142" code: "SLPM-86142"
controllers: controllers:
- model: slph00051
- model: tcpp20001
- model: tcpp20002 - model: tcpp20002
- model: tcpp20001
- model: slph00051
ps1_pro: ps1_pro:
name: "Densha de GO! Professional" name: "Densha de GO! Professional"
@ -24,9 +24,9 @@ ps1_pro:
date: 1999-12-09 date: 1999-12-09
code: "SLPM-86378" code: "SLPM-86378"
controllers: controllers:
- model: slph00051
- model: tcpp20001
- model: tcpp20002 - model: tcpp20002
- model: tcpp20001
- model: slph00051
ps1_nagoya: ps1_nagoya:
name: "Densha de GO! Nagoya Tetsudōhen" name: "Densha de GO! Nagoya Tetsudōhen"
@ -34,9 +34,9 @@ ps1_nagoya:
date: 2000-01-27 date: 2000-01-27
code: "SLPM-86424" code: "SLPM-86424"
controllers: controllers:
- model: slph00051
- model: tcpp20001
- model: tcpp20002 - model: tcpp20002
- model: tcpp20001
- model: slph00051
ps1_kisha: ps1_kisha:
name: "Kisha de GO!" name: "Kisha de GO!"
@ -44,9 +44,9 @@ ps1_kisha:
date: 2000-03-23 date: 2000-03-23
code: "SLPM-86449" code: "SLPM-86449"
controllers: controllers:
- model: slph00051
- model: tcpp20001
- model: tcpp20002 - model: tcpp20002
- model: tcpp20001
- model: slph00051
wii_shinkansen: wii_shinkansen:
name: "Densha de GO! Shinkansen EX San'yō Shinkansen-hen" name: "Densha de GO! Shinkansen EX San'yō Shinkansen-hen"
@ -67,28 +67,28 @@ pc_openbve:
name: "OpenBVE" name: "OpenBVE"
date: 2009-03-23 date: 2009-03-23
url: "https://openbve-project.net/" url: "https://openbve-project.net/"
notes: "Compatibility applies to version 1.8.2 or later" notes: "Controllers are supported on version 1.8.2.0 or later via built-in input plugin."
controllers: controllers:
- model: dgoc44u - model: tcpp20002
- model: dgc255
- model: dyc288
- model: ohcpc01
- model: slph00051
notes: "Requires USB adapter and calibration." notes: "Requires USB adapter and calibration."
- model: sotp031201 - model: sotp031201
partial: yes partial: yes
notes: "Only P5/B8 cassette." notes: "Only P5/B8 cassette."
- model: tc5175290 - model: zkns001
notes: "Requires USB adapter and calibration." - model: dgc255
- model: tcpp20001 - model: tcpp20001
notes: "Requires USB adapter and calibration." notes: "Requires USB adapter and calibration."
- model: tcpp20002 - model: dyc288
notes: "Requires USB adapter and calibration." - model: tcpp20014
- model: ohcpc01
- model: tcpp20011
- model: tcpp20003 - model: tcpp20003
notes: "Requires USB adapter and calibration." notes: "Requires USB adapter and calibration."
- model: dgoc44u
- model: tcpp20004 - model: tcpp20004
notes: "Requires USB adapter and calibration." notes: "Requires USB adapter and calibration."
- model: slph00051
notes: "Requires USB adapter and calibration."
- model: tc5175290
notes: "Requires USB adapter and calibration."
- model: tcpp20009 - model: tcpp20009
- model: tcpp20011
- model: tcpp20014
- model: zkns001

View file

@ -44,7 +44,7 @@
</tr> </tr>
{{ range (index .Site.Data.software (.Get 0)).controllers }} {{ range (index .Site.Data.software (.Get 0)).controllers }}
<tr> <tr>
<td>{{ (index $.Site.Data.controllers .model).code }}: {{ (index $.Site.Data.controllers .model).name }}</td> <td>{{ (index $.Site.Data.controllers .model).name }}</td>
<td id="{{ if or .unofficial .partial }}partial{{ else }}native{{ end }}">{{ if .unofficial }}Unofficial{{ else if .partial }}Partial{{ else }}Native{{ end }}</td> <td id="{{ if or .unofficial .partial }}partial{{ else }}native{{ end }}">{{ if .unofficial }}Unofficial{{ else if .partial }}Partial{{ else }}Native{{ end }}</td>
<td>{{ .notes }}</td> <td>{{ .notes }}</td>
</tr> </tr>