summaryrefslogtreecommitdiff
path: root/templates/_train_attr.html.ep
blob: 261500319b6e0beced5f52c67e12c0ecc5d4a7ce (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>ab <%= $attr->{station} %></span>
% }