मॉड्यूल:Adjacent stations/Brightline
यह मॉड्यूल:आसन्न स्टेशन के लिए [एक] अनुखंड आंकड़ा है। यह सेवाओं का समर्थन करता है जो Brightline द्वारा संचालित शामिल है। For SFRTA, use Module:Adjacent stations/.
Lines
संपादित करेंलाइन | शब्द | रंग | हेक्स रंग | चिन्ह |
---|---|---|---|---|
Brightline | Brightline |
FFDB00 |
| |
Brightline West | West |
58B949 |
|
local bl = "%1 station (Brightline)"
local blw = "%1 station (Brightline West)"
local xpw = "%1 station (XpressWest)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Brightline]]",
["system icon"] = "[[File:Brightline Small Logo.png|link=Brightline]]",
["system color"] = "FFDB00",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: #000000; background-color: #FFDB00; padding: 0.4em 4px;",
["header background color"] = "FFDB00",
["station format"] = {
"%1 station",
["Boca Raton"] = bl,
["Fort Lauderdale"] = bl,
["Las Vegas"] = blw,
["Los Angeles"] = "Union Station (Los Angeles)",
["Miami"] = "MiamiCentral",
["Orlando"] = "Orlando International Airport Intermodal Terminal",
["Palmdale"] = "Palmdale Transportation Center",
["Victor Valley"] = blw,
["West Palm Beach"] = bl,
["Virgin MiamiCentral"] = "MiamiCentral",
},
["lines"] = {
["Brightline"] = {
["title"] = "''[[Brightline]]''",
["color"] = "FFDB00",
["left terminus"] = "MiamiCentral",
["right terminus"] = "West Palm Beach",
},
["West"] = {
["title"] = "''[[Brightline West]]''",
["color"] = "58B949",
["left terminus"] = "Los Angeles",
["right terminus"] = "Las Vegas",
},
},
["aliases"] = {
["bl"] = "Brightline",
["virgin trains usa"] = "Brightline",
["xpresswest"] = "West",
},
}
return p