Difference between revisions of "Module:Adjacent stations/SFRTA"
Jump to navigation
Jump to search
blackwiki>Mackensen (c/e) |
blackwiki>Jadebenn (Changed color of "red" line (downtown link) to improve readability now that all the former Brightline pages are using red to denote their service) |
||
| Line 1: | Line 1: | ||
| − | local | + | local vtusa = "%1 station (Virgin Trains USA)" |
local tri = "%1 station (Tri-Rail)" | local tri = "%1 station (Tri-Rail)" | ||
local stn = "%1 station" | local stn = "%1 station" | ||
| Line 16: | Line 16: | ||
["45th Street"] = tri, | ["45th Street"] = tri, | ||
["Atlantic Avenue"] = tri, | ["Atlantic Avenue"] = tri, | ||
| − | ["Downtown Miami"] = "MiamiCentral", | + | ["Downtown Miami"] = "Virgin MiamiCentral", |
["Fort Lauderdale"] = { | ["Fort Lauderdale"] = { | ||
stn, | stn, | ||
| − | ["Green"] = | + | ["Green"] = vtusa, |
}, | }, | ||
["Hollywood"] = "Hollywood station (Florida)", | ["Hollywood"] = "Hollywood station (Florida)", | ||
| Line 28: | Line 28: | ||
["West Palm Beach"] = { | ["West Palm Beach"] = { | ||
stn, | stn, | ||
| − | ["Green"] = | + | ["Green"] = vtusa, |
}, | }, | ||
}, | }, | ||
| Line 41: | Line 41: | ||
["title"] = "[[Tri-Rail|Downtown Miami Link]]", | ["title"] = "[[Tri-Rail|Downtown Miami Link]]", | ||
["note-mid"] = "([[2019 in rail transport|2019]])", | ["note-mid"] = "([[2019 in rail transport|2019]])", | ||
| − | ["color"] = " | + | ["color"] = "1E90FF", |
["left terminus"] = "Downtown Miami", | ["left terminus"] = "Downtown Miami", | ||
["right terminus"] = "Mangonia Park", | ["right terminus"] = "Mangonia Park", | ||
Revision as of 17:53, 5 April 2019
This is a data module for Module:Adjacent stations. It supports services operated by the SFRTA (Tri-Rail). For Brightline, use Module:Adjacent stations/Brightline.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local vtusa = "%1 station (Virgin Trains USA)"
local tri = "%1 station (Tri-Rail)"
local stn = "%1 station"
local p = {
["lang"] = "en-US",
["system title"] = "[[South Florida Regional Transportation Authority|SFRTA]]",
["system icon"] = "[[File:Tri-Rail logo.svg|44px|link=Tri-Rail]]",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: FF9900;",
["header background color"] = "1E90FF",
["header text color"] = "FFFFFF",
["station format"] = {
stn,
["13th Street"] = tri,
["38th Street"] = tri,
["45th Street"] = tri,
["Atlantic Avenue"] = tri,
["Downtown Miami"] = "Virgin MiamiCentral",
["Fort Lauderdale"] = {
stn,
["Green"] = vtusa,
},
["Hollywood"] = "Hollywood station (Florida)",
["Lake Avenue"] = tri,
["Metrorail Transfer"] = "Tri-Rail and Metrorail Transfer station",
["Miami Airport"] = "Miami Intermodal Center",
["Park Avenue"] = tri,
["West Palm Beach"] = {
stn,
["Green"] = vtusa,
},
},
["lines"] = {
["Green"] = {
["title"] = "[[Tri-Rail|Green Line]]",
["color"] = "31B404",
["left terminus"] = "Broward Boulevard",
["right terminus"] = "Toney Penna",
},
["Red"] = {
["title"] = "[[Tri-Rail|Downtown Miami Link]]",
["note-mid"] = "([[2019 in rail transport|2019]])",
["color"] = "1E90FF",
["left terminus"] = "Downtown Miami",
["right terminus"] = "Mangonia Park",
},
["Main"] = {
["title"] = "[[Tri-Rail|Main Line]]",
["color"] = "1E90FF",
["left terminus"] = "Miami Airport",
["right terminus"] = "Mangonia Park",
},
},
["aliases"] = {
["tri"] = "Main",
},
}
return p