Module:Adjacent stations/Foothill Transit
Jump to navigation
Jump to search
This is a data module for Module:Adjacent stations. It supports services operated by Foothill Transit.
| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Silver Streak | Silver Streak |
0478c3 |
File:Logo Foothill Transit 02.svg |
Usage
[edit source]{{#invoke:Adjacent stations/Foothill Transit|function_name}}
local p = {
["lang"] = "en-US",
["system title"] = "[[Foothill Transit]]",
["system icon"] = "[[File:Logo Foothill Transit 02.svg|27px|link=Foothill Transit]]",
["station format"] = {
"%1 station",
["Downtown Los Angeles"] = "Pico station",
["El Monte"] = "El Monte station (Los Angeles Metro)",
["Montclair"] = "Montclair Transcenter",
["Montclair Transit Center"] = "Montclair Transcenter",
["Pomona Transit Center"] = "Pomona–Downtown station",
["Union Station"] = "Los Angeles Union Station",
},
["lines"] = {
["Silver Streak"] = {
["title"] = "[[Silver Streak (bus)|Silver Streak]]",
["color"] = "0478c3",
["left terminus"] = "Downtown Los Angeles",
["right terminus"] = "Montclair",
},
},
}
return p