summaryrefslogtreecommitdiff
path: root/templates/_train_attr.html.ep
blob: ca191385a651f4bd21293b16c7aa32af21f507f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% if ($attr->{series}) {
  <span>BR <%= $details->{commonAttr}{series} %></span>
% }
% if ($attr->{length}) {
   <span>⇤ <%= $attr->{length} %>m ⇥</span>
% }
% if ($attr->{vmax}) {
  <span><%= $attr->{vmax} %> km/h</span>
% }
% if ($attr->{brakingPercentage}) {
  <span>λ=<%= $attr->{brakingPercentage} %></span>
% }
% if ($attr->{station} and $with_station) {
  <span><%= $attr->{station} %></span>
% }