% if ($wr->errstr) {
Fehler bei der Abfrage der Wagenreihung: <%= $wr->errstr %>
% } % else {
%= join( ' / ', $wr->origins ) → %= join( ' / ', map { $_->{name} } $wr->destinations )
<%= $wr->station_name %> Gleis <%= $wr->platform %>
Zugtyp: <%= $wr->train_subtype // 'IC?' %>
% if ($wr->train_type ne 'ICE') {
⚠ Keine zuverlässigen Daten vorhanden. IC/EC-Wagenreihungen werden vom Backend noch nicht offiziell unterstützt. Sowohl die hier angegebenen Daten als auch die am Bahnsteig angezeigte Wagenreihung können fehlerhaft sein.
% }
% if (not $wr->has_bad_wagons) { % for my $section ($wr->sections) {
%= $section->{name}
% } % } % for my $wagon ($wr->wagons) { % my $bg = ''; % if ($wagon->is_first_class) { % $bg = 'background-color: #ffff99;'; % } % if ($wagon->is_locomotive or $wagon->is_powercar) { % $bg = 'background-color: #cccccc;'; % }
% if ($wr->has_bad_wagons) { % } % elsif ($wr->direction == 100) { ↓ % } % else { ↑ % }
% if ($wagon->is_locomotive or $wagon->is_powercar) { LOK % } % else { %= $wagon->number // '?' % }
% if ($wagon->is_first_class) { 1 % } % if ($wagon->is_second_class) { 2 % } % if ($wagon->has_accessibility) { accessible % } % if ($wagon->has_bistro) { restaurant % } % if ($wagon->has_compartments) { % } % if ($wagon->has_quiet_area) { volume_off % } % if ($wagon->has_phone_area) { smartphone % } % if ($wagon->has_family_area) { people % } % if ($wagon->has_bahn_comfort) { star % } % if ($wagon->is_interregio) { % } %= $wagon->type
% }
Angaben ohne Gewähr – Echtzeitdaten sind möglicherweise nicht berücksichtigt.
% }