Skip to content

Commit

Permalink
feat: implement stations and toc snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Oct 22, 2024
1 parent 3bba8f8 commit 8c4a491
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/announcement-data/systems/stations/AmeyCelia.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ export default class AmeyCelia extends AmeyPhil {
'Arriva Trains',
'Arriva Transpennine',
'Avanti West Coast',
'Avanti West Coast Pendolino',
'Avanti West Coast Voyager',
'Avanti West Coast Evero',
'c2c Rail',
'Cardiff Railways',
'Channel Tunnel Rail Link',
Expand Down Expand Up @@ -1296,6 +1299,7 @@ export default class AmeyCelia extends AmeyPhil {
'EWW',
'EXC',
'EXD',
'EXG',
'EXM',
'EXN',
'EXR',
Expand Down Expand Up @@ -1482,6 +1486,7 @@ export default class AmeyCelia extends AmeyPhil {
'HAZ',
'HBB',
'HBD',
'HBL',
'HBN',
'HBP',
'HBY',
Expand Down
4 changes: 4 additions & 0 deletions src/announcement-data/systems/stations/AmeyPhil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,9 @@ export default class AmeyPhil extends StationAnnouncementSystem {
],
standaloneOnly: [
'Avanti West Coast',
'Avanti West Coast Pendolino',
'Avanti West Coast Voyager',
'Avanti West Coast Evero',
'Channel Tunnel Rail Link',
'Chiltern Railway company',
'Croydon Tramlink',
Expand Down Expand Up @@ -1848,6 +1851,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
'EWW',
'EXC',
'EXD',
'EXG',
'EXM',
'EXN',
'EXR',
Expand Down

0 comments on commit 8c4a491

Please sign in to comment.