summaryrefslogtreecommitdiff
path: root/il_timetable/nodes/(4587,7,2174).lua
blob: 5ed6e8e29447a65004d56193b6ec88ce67a0d7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
F.ttp_begin({
 stn = "Morija North", -- station name
 tt = "E85_N", -- timetable ID
 depint = "05;00", --departure slot interval
 depoff = "07;30", --departure slot offset
 doorside = "L",
 reverse = true,
 only_lines = { E85 = true },
 force_tt_reset = false,
})
F.ttp_begin({
 stn = "Morija North", -- station name
 tt = "DTLE1_N", -- timetable ID
 depint = "05;00", --departure slot interval
 depoff = "07;30", --departure slot offset
 doorside = "L",
 reverse = true,
 only_lines = { DTLE1 = true },
 force_tt_reset = false,
})