Jump to content

Module:Adjacent stations/Orange County Transportation Authority

From Wikipedia, the free encyclopedia

local ca = "%1 station"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Orange County Transportation Authority|OCTA]]",
	["system icon"] = "[[File:Orange County Transportation Authority logo.svg|15px|link=Orange County Transportation Authority]]",
	["system color"] = "005295",
	["station format"] = {
		"%1 station",
		["Harbor Transit Center"] = "OC Streetcar#List of stops",
		["Lacy Street"] = "OC Streetcar#List of stops",
	},
	["lines"] = {
		["SC"] = {
			["title"] = "[[OC Streetcar]]",
			["color"] = "ff9447",
			["left terminus"] = "Harbor Transit Center"
		},
	},
}	

return p