Module:Adjacent stations/Orange County Transportation Authority
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Orange County Transportation Authority.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
OC Streetcar | SC |
ff9447 |
|
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