Difference between revisions of "Module:Adjacent stations/Los Angeles Metro Busway"
Jump to navigation
Jump to search
blackwiki>Cards84664 (For former service) |
blackwiki>Zzyzx11 (until the line articles are moved, sync with the labels used on Module:LACMTA icon) |
||
| Line 24: | Line 24: | ||
["lines"] = { | ["lines"] = { | ||
["G"] = { | ["G"] = { | ||
| − | ["title"] = "[[Orange Line (Los Angeles Metro)|G Line]]", | + | ["title"] = "[[Orange Line (Los Angeles Metro)|G Line (Orange)]]", |
["color"] = "f47920", | ["color"] = "f47920", | ||
["left terminus"] = "Chatsworth", | ["left terminus"] = "Chatsworth", | ||
| Line 30: | Line 30: | ||
}, | }, | ||
["Orange"] = { | ["Orange"] = { | ||
| − | ["title"] = "[[Orange Line (Los Angeles Metro)|Orange | + | ["title"] = "[[Orange Line (Los Angeles Metro)|G Line (Orange)]]", |
["color"] = "f47920", | ["color"] = "f47920", | ||
["left terminus"] = "Chatsworth", | ["left terminus"] = "Chatsworth", | ||
| Line 36: | Line 36: | ||
}, | }, | ||
["J"] = { | ["J"] = { | ||
| − | ["title"] = "[[Silver Line (Los Angeles Metro)|J Line]]", | + | ["title"] = "[[Silver Line (Los Angeles Metro)|J Line (Silver)]]", |
["color"] = "adb8bf", | ["color"] = "adb8bf", | ||
["left terminus"] = "Downtown San Pedro", | ["left terminus"] = "Downtown San Pedro", | ||
Revision as of 22:04, 16 June 2020
This is a data module for Module:Adjacent stations. It supports services operated by the Los Angeles Metro Busway.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local metro = "%1 station (Los Angeles Metro)"
local silver = "%1 station (Silver Line)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Los Angeles Metro Busway|Metro Busway]]",
["system icon"] = "[[File:LAMetroLogo.svg|15px|link=Los Angeles Metro Busway]]",
["name format"] = "font-size: 160%; padding:8px; background-color:black; color:white; font-family: Helvetica, Arial, sans-serif; font-weight: bolder;",
["header background color"] = "666666",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 station",
["Carson"] = metro,
["El Monte"] = "El Monte Station",
["Harbor Beacon Park & Ride"] = "%1",
["Harbor Gateway"] = "Harbor Gateway Transit Center",
["Manchester"] = metro,
["Pacific Coast Highway"] = silver,
["Slauson"] = silver,
["Union Station"] = "Union Station (Los Angeles)",
["Van Nuys"] = metro,
["Woodley"] = metro,
},
["lines"] = {
["G"] = {
["title"] = "[[Orange Line (Los Angeles Metro)|G Line (Orange)]]",
["color"] = "f47920",
["left terminus"] = "Chatsworth",
["right terminus"] = "North Hollywood",
},
["Orange"] = {
["title"] = "[[Orange Line (Los Angeles Metro)|G Line (Orange)]]",
["color"] = "f47920",
["left terminus"] = "Chatsworth",
["right terminus"] = "North Hollywood",
},
["J"] = {
["title"] = "[[Silver Line (Los Angeles Metro)|J Line (Silver)]]",
["color"] = "adb8bf",
["left terminus"] = "Downtown San Pedro",
["right terminus"] = "El Monte",
},
},
["aliases"] = {
["Orange"] = "G",
["Silver"] = "J",
}
}
return p