Mae Thiap railway station
Mae Thiap railway station is a railway station located in Bang Krathum Subdistrict, Bang Krathum District, Phitsanulok, Thailand. It is located 366.213 km from Bangkok railway station and is a class 3 railway station. It is on the Northern Line of the State Railway of Thailand.
Mae Thiap railway station สถานีรถไฟแม่เทียบ | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Location | Mu 1 (Ban Mae Thiap), Bang Krathum Subdistrict, Bang Krathum District, Phitsanulok | ||||||||||
Owned by | State Railway of Thailand | ||||||||||
Line(s) | Northern Line | ||||||||||
Platforms | 1 | ||||||||||
Tracks | 3 | ||||||||||
Other information | |||||||||||
Station code | แท. | ||||||||||
Services | |||||||||||
|
Train services
- Ordinary 201/202 Bangkok-Phitsanulok-Bangkok
- Local 401/402 Lop Buri-Phitsanulok-Lop Buri
- Local 407/408 Nakhon Sawan-Chiang Mai-Nakhon Sawan
gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.
gollark: That would be wise.
References
- Ichirō, Kakizaki (2010). Ōkoku no tetsuro: tai tetsudō no rekishi. Kyōto: Kyōtodaigakugakujutsushuppankai. ISBN 978-4-87698-848-8
- Otohiro, Watanabe (2013). Tai kokutetsu yonsenkiro no tabi: shasō fūkei kanzen kiroku. Tōkyō: Bungeisha. ISBN 978-4-286-13041-5
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.