diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:42 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:42 +0200 |
commit | 37204846dc93cc059bbea8cbfc88832a9c72e91c (patch) | |
tree | 157ab8f7bd34e23bec5adc670746b2b2da07d925 /il_timetable/nodes | |
parent | d4d35c0304fae463e87508662e7f88323b78be52 (diff) | |
download | luaatc_envs-37204846dc93cc059bbea8cbfc88832a9c72e91c.tar.gz luaatc_envs-37204846dc93cc059bbea8cbfc88832a9c72e91c.tar.bz2 luaatc_envs-37204846dc93cc059bbea8cbfc88832a9c72e91c.zip |
State at 2021-04-11
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(1020,11,1021).lua | 8 | ||||
-rw-r--r-- | il_timetable/nodes/(662,14,1014).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(981,15,1041).lua | 9 |
3 files changed, 18 insertions, 1 deletions
diff --git a/il_timetable/nodes/(1020,11,1021).lua b/il_timetable/nodes/(1020,11,1021).lua new file mode 100644 index 0000000..dc3083a --- /dev/null +++ b/il_timetable/nodes/(1020,11,1021).lua @@ -0,0 +1,8 @@ +F.ttp_station_display({ + lines = {"S12_S"}, + departure = {}, + station = "Ehlodex", + title = "Ehlodex", + interval = 30, + display1 = "d", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(662,14,1014).lua b/il_timetable/nodes/(662,14,1014).lua index 4a62729..0ed504e 100644 --- a/il_timetable/nodes/(662,14,1014).lua +++ b/il_timetable/nodes/(662,14,1014).lua @@ -1,5 +1,5 @@ F.ttp_stop({ stn = "Gardon Street", - doorside = "L", + doorside = "R", only_lines={S12=true}, })
\ No newline at end of file diff --git a/il_timetable/nodes/(981,15,1041).lua b/il_timetable/nodes/(981,15,1041).lua new file mode 100644 index 0000000..ac1112f --- /dev/null +++ b/il_timetable/nodes/(981,15,1041).lua @@ -0,0 +1,9 @@ +F.ttp_station_display({ + lines = {"S12_S", "E1_S"}, + departure = {}, + station = "Ehlodex", + title = "Ehlodex", + interval = 30, + display1 = "d1", + display2 = "d2", +})
\ No newline at end of file |