Zuidwoldepad RandstadRail station

Zuidwoldepad is a RandstadRail station in The Hague, Netherlands. It is a stop for line 4.

Zuidwoldepad
LocationNetherlands
Coordinates52°03′10″N 4°15′58″E
Location
Zuidwoldepad
Location within RandstadRail network

RandstadRail services

The following services currently call at Zuidwoldepad:

Service Route Material Frequency
RR4 De Uithof - Beresteinaan - Bouwlustlaan - De Rade - Dedemsvaartweg - Zuidwoldepad- Leyenburg - Monnickendamplein - Tienhovenselaan - Dierenselaan - De La Reyweg - Monstersestraat - MCH Westeinde - Brouwersgracht - Grote Markt - Spui - Den Haag Centraal - Beatrixkwartier - Laan van NOI - Voorburg 't Loo - Leidschendam-Voorburg - Forepark - Leidschenveen - Voorweg (Low Level) - Centrum West - Stadhuis - Palenstein - Seghwaert - Willem Dreeslaan - Oosterheem - Javalaan HTM RegioCitadis Tram 6x per hour (Monday - Saturday, Every 10 Minutes), 5x per hour (Sundays, Every 12 Minutes), 4x per hour (Evenings, after 8pm, Every 15 Minutes)
Preceding station   RandstadRail   Following station
toward Javalaan
Line RR4 (HTM)
toward De Uithof
gollark: ```lualocal function has_cycles(x) local o, e = pcall(textutils.serialise, x) return not o and e:match "recursive"end```
gollark: Well, if you want to know just for serializing things, you can just `pcall` textutils.serialise.
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.