Jump to content

Module:Adjacent stations/ARL

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 00:06, 16 October 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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",
		["Bang Sue"] = "Bang Sue Grand Station",
		["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|HSR Linking Three Airports]]",
			["color"] = "ff0000",
			["left terminus"] = "Don Mueang",
			["right terminus"] = "U-Tapao",
		},
	},
}

return p