blob: d73c3c81dca48a064566c246b392e871f25d66ad (
plain)
1
2
3
4
5
6
7
8
9
10
|
F.ttp_station_display({
lines = {"E1_N", "E11_W", "E16_W"},
departure = {},
station = "Personhood Main",
title = "Arrivals",
interval = 15,
display1 = "d1",
--display2 = "d2",
twohalf = true
})
|