Difference between revisions of "Module:Adjacent stations/SFRTA"
Jump to navigation
Jump to search
blackwiki>C16sh (the main line is the only line, no one calls it the "main line") |
blackwiki>Cards84664 (Declutter) |
||
| Line 6: | Line 6: | ||
["lang"] = "en-US", | ["lang"] = "en-US", | ||
["system title"] = "[[South Florida Regional Transportation Authority|SFRTA]]", | ["system title"] = "[[South Florida Regional Transportation Authority|SFRTA]]", | ||
| − | ["system icon"] = " | + | ["system icon"] = "", |
["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: FF9900;", | ["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: FF9900;", | ||
| − | ["header background color"] = " | + | ["header background color"] = "006587", |
["header text color"] = "FFFFFF", | ["header text color"] = "FFFFFF", | ||
["station format"] = { | ["station format"] = { | ||
| Line 17: | Line 17: | ||
["Atlantic Avenue"] = tri, | ["Atlantic Avenue"] = tri, | ||
["Downtown Miami"] = "Virgin MiamiCentral", | ["Downtown Miami"] = "Virgin MiamiCentral", | ||
| − | ["Fort Lauderdale"] = | + | ["Fort Lauderdale"] = stn, |
| − | |||
| − | |||
| − | |||
["Hollywood"] = "Hollywood station (Florida)", | ["Hollywood"] = "Hollywood station (Florida)", | ||
["Lake Avenue"] = tri, | ["Lake Avenue"] = tri, | ||
| Line 26: | Line 23: | ||
["Miami Airport"] = "Miami Intermodal Center", | ["Miami Airport"] = "Miami Intermodal Center", | ||
["Park Avenue"] = tri, | ["Park Avenue"] = tri, | ||
| − | ["West Palm Beach"] = | + | ["West Palm Beach"] = stn, |
| − | |||
| − | |||
| − | |||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
["Downtown"] = { | ["Downtown"] = { | ||
["title"] = "[[Tri-Rail|Downtown Miami Link]]", | ["title"] = "[[Tri-Rail|Downtown Miami Link]]", | ||
["note-mid"] = "(TBD)", | ["note-mid"] = "(TBD)", | ||
| − | ["color"] = " | + | ["color"] = "006587", |
["left terminus"] = "Downtown Miami", | ["left terminus"] = "Downtown Miami", | ||
["right terminus"] = "Mangonia Park", | ["right terminus"] = "Mangonia Park", | ||
}, | }, | ||
["Main"] = { | ["Main"] = { | ||
| − | ["title"] = "[[Tri-Rail]]", | + | ["title"] = "[[File:Tri-Rail logo.svg|50px|link=Tri-Rail]]", |
| − | ["color"] = " | + | ["color"] = "006587", |
["left terminus"] = "Miami Airport", | ["left terminus"] = "Miami Airport", | ||
["right terminus"] = "Mangonia Park", | ["right terminus"] = "Mangonia Park", | ||
Revision as of 14:30, 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,
["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,
},
["lines"] = {
["Downtown"] = {
["title"] = "[[Tri-Rail|Downtown Miami Link]]",
["note-mid"] = "(TBD)",
["color"] = "006587",
["left terminus"] = "Downtown Miami",
["right terminus"] = "Mangonia Park",
},
["Main"] = {
["title"] = "[[File:Tri-Rail logo.svg|50px|link=Tri-Rail]]",
["color"] = "006587",
["left terminus"] = "Miami Airport",
["right terminus"] = "Mangonia Park",
},
},
["aliases"] = {
["tri"] = "Main",
},
}
return p