summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:42 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:42 +0200
commit0106229f144fb103bf539b58e5431477963a1f90 (patch)
tree44acdcc44313ddf6ee9bfa167093db2c726fff17 /nodes
parentbe6ddb90a95eb6c2adabb58785b57ac1da93c0f4 (diff)
downloadil_timetable-0106229f144fb103bf539b58e5431477963a1f90.tar.gz
il_timetable-0106229f144fb103bf539b58e5431477963a1f90.tar.bz2
il_timetable-0106229f144fb103bf539b58e5431477963a1f90.zip
State at 2021-04-11
Diffstat (limited to 'nodes')
-rw-r--r--nodes/(1020,11,1021).lua8
-rw-r--r--nodes/(662,14,1014).lua2
-rw-r--r--nodes/(981,15,1041).lua9
3 files changed, 18 insertions, 1 deletions
diff --git a/nodes/(1020,11,1021).lua b/nodes/(1020,11,1021).lua
new file mode 100644
index 0000000..dc3083a
--- /dev/null
+++ b/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/nodes/(662,14,1014).lua b/nodes/(662,14,1014).lua
index 4a62729..0ed504e 100644
--- a/nodes/(662,14,1014).lua
+++ b/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/nodes/(981,15,1041).lua b/nodes/(981,15,1041).lua
new file mode 100644
index 0000000..ac1112f
--- /dev/null
+++ b/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