Difference between revisions of "Module:Adjacent stations/SFRTA"
Jump to navigation
Jump to search
blackwiki>Cards84664 |
blackwiki>Cards84664 (Oops) |
||
| Line 10: | Line 10: | ||
["header background color"] = "006587", | ["header background color"] = "006587", | ||
["header text color"] = "FFFFFF", | ["header text color"] = "FFFFFF", | ||
| − | + | ["station format"] = { | |
stn, | stn, | ||
["13th Street"] = tri, | ["13th Street"] = tri, | ||
| Line 17: | Line 17: | ||
["Atlantic Avenue"] = tri, | ["Atlantic Avenue"] = tri, | ||
["Downtown Miami"] = "Virgin MiamiCentral", | ["Downtown Miami"] = "Virgin MiamiCentral", | ||
| − | ["Fort Lauderdale"] = stn, | + | ["Fort Lauderdale"] = { |
| + | stn, | ||
| + | ["Green"] = vtusa, | ||
| + | }, | ||
["Hollywood"] = "Hollywood station (Florida)", | ["Hollywood"] = "Hollywood station (Florida)", | ||
["Lake Avenue"] = tri, | ["Lake Avenue"] = tri, | ||
| Line 23: | Line 26: | ||
["Miami Airport"] = "Miami Intermodal Center", | ["Miami Airport"] = "Miami Intermodal Center", | ||
["Park Avenue"] = tri, | ["Park Avenue"] = tri, | ||
| − | ["West Palm Beach"] = stn, | + | ["West Palm Beach"] = { |
| + | stn, | ||
| + | ["Green"] = vtusa, | ||
| + | }, | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| + | ["Green"] = { | ||
| + | ["title"] = "[[Tri-Rail|Green Line]]", | ||
| + | ["color"] = "31B404", | ||
| + | ["left terminus"] = "Broward Boulevard", | ||
| + | ["right terminus"] = "Toney Penna", | ||
| + | }, | ||
["Downtown"] = { | ["Downtown"] = { | ||
["title"] = "[[Tri-Rail|Downtown Miami Link]]", | ["title"] = "[[Tri-Rail|Downtown Miami Link]]", | ||
["note-mid"] = "(TBD)", | ["note-mid"] = "(TBD)", | ||
| − | ["color"] = " | + | ["color"] = "F37014", |
["left terminus"] = "Downtown Miami", | ["left terminus"] = "Downtown Miami", | ||
["right terminus"] = "Mangonia Park", | ["right terminus"] = "Mangonia Park", | ||
}, | }, | ||
["Main"] = { | ["Main"] = { | ||
| − | ["title"] = "[[ | + | ["title"] = "[[Tri-Rail]]", |
| − | ["color"] = " | + | ["color"] = "1E90FF", |
["left terminus"] = "Miami Airport", | ["left terminus"] = "Miami Airport", | ||
["right terminus"] = "Mangonia Park", | ["right terminus"] = "Mangonia Park", | ||
Revision as of 14:35, 30 May 2020
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"] = "",
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: FF9900;",
["header background color"] = "006587",
["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",
},
["Downtown"] = {
["title"] = "[[Tri-Rail|Downtown Miami Link]]",
["note-mid"] = "(TBD)",
["color"] = "F37014",
["left terminus"] = "Downtown Miami",
["right terminus"] = "Mangonia Park",
},
["Main"] = {
["title"] = "[[Tri-Rail]]",
["color"] = "1E90FF",
["left terminus"] = "Miami Airport",
["right terminus"] = "Mangonia Park",
},
},
["aliases"] = {
["tri"] = "Main",
},
}
return p