Module:Adjacent stations/Altamont Corridor Express

MyWikiBiz, Author Your Legacy — Thursday May 02, 2024
Jump to navigationJump to search
local ca = "%1 station (California)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Altamont Corridor Express]]",
	["system icon"] = "",
	["system color"] = "a2669c",
	["name format"] = "background-color: #000000; font-size: 175%; font-family: helvetica; color: white; font-weight: bolder; text-transform: uppercase; font-style: bold; padding:5px;",
	["header background color"] = "000000",
	["header text color"] = "ffffff",
	["station format"] = {
		"%1 station",
		["City College"] = "City College station (Sacramento)",
		["Great America"] = "Santa Clara – Great America station",
		["Livingston"] = "Livingston station (California)",
		["Manteca"] = "Manteca Transit Center",
		["Merced"] = "Merced station (California High-Speed Rail)",
		["Modesto"] = "Modesto Transportation Center",
		["Natomas"] = "Natomas/Sacramento Airport station",
		["San Jose"] = "San Jose Diridon station",
		["Santa Clara"] = ca,
		["Stockton"] = "Robert J. Cabral Station",
	},
	["lines"] = {
		["San Jose-Stockton"] = {
			["title"] = "[[Altamont Corridor Express|San Jose – Stockton]]",
			["color"] = "a2669c",
			["left terminus"] = "San Jose",
			["right terminus"] = "Stockton",
		},
		["San Jose-Natomas"] ={
			["title"] = "[[Altamont Corridor Express#Valley Rail|San Jose – Natomas]]",
			["color"] = "a2669c",
			["left terminus"] = "San Jose",
			["right terminus"] = "Natomas",
		},
		["San Jose-Ceres"] = {
			["title"] = "[[Altamont Corridor Express#Altamont Corridor Vision|San Jose – Ceres]]",
			["color"] = "781d7d",
			["left terminus"] = "San Jose",
			["right terminus"] = "Ceres",
		},
		["San Jose-Merced"] = {
			["title"] = "[[Altamont Corridor Express#Altamont Corridor Vision|San Jose – Merced]]",
			["color"] = "781d7d",
			["left terminus"] = "San Jose",
			["right terminus"] = "Merced",
		},
		["Valley Rail"] = {
			["title"] = "[[Altamont Corridor Express#Valley Rail|Valley Rail]]",
			["color"] = "9a8983",
			["left terminus"] = "Natomas/Sacramento Airport",
			["right terminus"] = {"Modesto", "Ceres"},
		},
	},
}

return p