Jump to content

Module:Adjacent stations/Chao Phraya Express Boat

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Chao Phraya Express Boat]]",
	["system icon"] = "",
	["station format"] = {
		"%1 Pier",
		[""] = "",
	},
	["lines"] = {
		["Orange"] = {
			["title"] = "Orange Line",
			["color"] = "FFA500",
			["left terminus"] = "Nonthaburi",
			["right terminus"] = "Wat Rajsingkorn",
		},
        ["Green"] = {
			["title"] = "Green Line",
			["color"] = "008000",
			["left terminus"] = "Pakkret",
			["right terminus"] = "Sathorn",
		},
        ["Red"] = {
			["title"] = "Red Line",
			["color"] = "FF0000",
			["left terminus"] = "Nonthaburi",
			["right terminus"] = "Sathorn",
		},
        ["Yellow"] = {
			["title"] = "Yellow Line",
			["color"] = "FFFF00",
			["left terminus"] = "Nonthaburi",
			["right terminus"] = "Sathorn",
		},
        ["Regular"] = {
			["title"] = "Regular Line",
			["color"] = "808080",
			["left terminus"] = "Nonthaburi",
			["right terminus"] = "Wat Rajsingkorn",
		},
	},
}

return p