|
|
|
{{ station.generalInfo.project }} {{ station.name }} |
{{ station.generalInfo.reqLevel >= 2 ? station.generalInfo.reqLevel : 'L' }}
|
|
{{ station.onlineInfo.dispatcherName }}
|
{{ station.onlineInfo.dispatcherExp < 2 ? 'L' : station.onlineInfo.dispatcherExp }} |
{{ station.generalInfo.routes.singleElectrifiedNames.length }}
{{ station.generalInfo.routes.singleOtherNames.length }}
|
{{ station.generalInfo.routes.doubleElectrifiedNames.length }}
{{ station.generalInfo.routes.doubleOtherNames.length }}
|
|
{{ station.onlineInfo?.stationTrains?.length ?? '-' }} / {{ station.onlineInfo?.maxUsers ?? '-' }} | {{ station.onlineInfo?.dispatcherRate ?? '-' }} | {{ station.onlineInfo?.spawns.length ?? '-' }} | {{ station.onlineInfo?.scheduledTrainCount.all ?? '-' }} | {{ station.onlineInfo?.scheduledTrainCount.unconfirmed ?? '-' }} | {{ station.onlineInfo?.scheduledTrainCount.confirmed ?? '-' }} |
|---|