Jump to content

Module:Adjacent stations/CalTrain

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:10, 30 June 2019 (to match Metrolink). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[CalTrain]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Glendale"] = "Glendale Transportation Center",
		["Oxnard"] = "Oxnard Transit Center",
		["Panorama City"] = "Van Nuys station",
		["Union Station"] = "[[Union Station (Los Angeles)|Los Angeles Union Station]]",
	},
	["lines"] = {
		["Los Angeles–Oxnard"] = {
			["title"] = "[[CalTrain#Station stops|Los Angeles–Oxnard]]",
			["color"] = "3e357c",
			["left terminus"] = "Oxnard",
			["right terminus"] = "Union Station",
		},
	},
}

return p