Planned Type: {parseInt(serviceDetail.planSpeed) || '--'}mph {serviceDetail.powerType || 'Non-Rail vehicle'}
Days Run: {serviceDetail?.daysRun.join(', ').toUpperCase() || 'Unknown'}
Valid From: {new Date(serviceDetail.scheduleStart).toLocaleDateString('en-GB', { timeZone: 'UTC' })} - {new Date(serviceDetail.scheduleEnd).toLocaleDateString('en-GB', { timeZone: 'UTC' })}
Location | Plt. | Sch Arr. | Sch Dep. | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{stop.tiploc} | {stop.platform || '-'} | {stop.publicArrival || '-'} | {stop.publicDeparture || '-'} | {:else if stop.wttArrival || stop.wttDeparture}{stop.tiploc} | {stop.platform || stop.depLine || stop.arrLine || '-'} | {stop.wttArrival || '-'} | {stop.wttDeparture || '-'} | {:else}{stop.tiploc} | {stop.platform || stop.depLine || stop.arrLine || '-'} | - | {stop.pass || '-'} | {/if}
Unable to fetch train data
{/await}