Module:Adjacent stations/ARL
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Airport Rail Link (Bangkok).
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
City Line | City |
00008B |
| |
High-Speed Rail Linking Three Airports | Eastern HSR |
ff0000 |
|
local y = "%1 station (Airport Rail Link)"
local rs = "%1 railway station"
local p = {
["system title"] = "[[Airport Rail Link (Bangkok)|Airport Rail Link]]",
["system icon"] = "[[File:ARLbangkok.svg|18px|link=Airport Rail Link (Bangkok)]]",
["station format"] = {
"%1 station",
["Krung Thep Aphiwat"] = "Krung Thep Aphiwat Central Terminal",
["Ratchaprarop"] = y,
["Don Mueang"] = y,
["Hua Mak"] = y,
["Ramkhamhaeng"] = y,
["Don Mueang"] = rs,
["Ratchaprarop"] = y,
},
["lines"] = {
["_default"] = {
["title"] = "[[Airport Rail Link (Bangkok)|Airport Rail Link]]",
["color"] = "761f21",
},
["City"] = {
["title"] = "[[Airport Rail Link (Bangkok)#City Line|City Line]]",
["color"] = "00008B",
["left terminus"] = "Phaya Thai",
["right terminus"] = "Suvarnabhumi",
},
["Eastern HSR"] = {
["title"] = "[[Don Mueang–Suvarnabhumi–U-Tapao high-speed railway|High-Speed Rail Linking Three Airports]]",
["color"] = "ff0000",
["left terminus"] = "Don Mueang",
["right terminus"] = "U-Tapao",
},
},
}
return p