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 15:07, 30 June 2019 (Created page with 'local p = { ["system title"] = "CalTrain", ["system icon"] = "", ["station format"] = { "%1 station", ["Glendale"] = "Glendale Transportation Center",...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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)",
	},
	["lines"] = {
		["Los Angeles–Oxnard"] = {
			["title"] = "[[CalTrain#Station stops|Los Angeles–Oxnard]]",
			["color"] = "3e357c",
			["left terminus"] = "Oxnard",
			["right terminus"] = "Union Station",
		},
	},
}

return p