Module:Adjacent stations/ARL
local y = "%1 station (Airport Rail Link)"
local rs = "%1 railway station"
local p = {
["system title"] = "Airport Rail Link",
["system icon"] = "File:ARLbangkok.svg",
["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",
["color"] = "761f21",
},
["City"] = {
["title"] = "City Line",
["color"] = "00008B",
["left terminus"] = "Phaya Thai",
["right terminus"] = "Suvarnabhumi",
},
["Eastern HSR"] = {
["title"] = "High-Speed Rail Linking Three Airports",
["color"] = "ff0000",
["left terminus"] = "Don Mueang",
["right terminus"] = "U-Tapao",
},
},
}
return p