(experimentell, die URL wird sich noch ändern und die Anzeige wird noch schöner)
% 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) { LOK % } % else { %= $wagon->{number} // '?' % }
% }