Difference between revisions of "Module:Adjacent stations/SFRTA"
Jump to navigation
Jump to search
blackwiki>Cards84664 (Oops) |
m (14 revisions imported) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | local | + | local bl = "%1 station (Brightline)" |
local tri = "%1 station (Tri-Rail)" | local tri = "%1 station (Tri-Rail)" | ||
local stn = "%1 station" | local stn = "%1 station" | ||
| Line 5: | Line 5: | ||
local p = { | local p = { | ||
["lang"] = "en-US", | ["lang"] = "en-US", | ||
| − | ["system title"] = "[[ | + | ["system title"] = "[[Tri-Rail]]", |
| − | ["system icon"] = "", | + | ["system icon"] = "[[File:Tri-Rail.svg|18px|link=Tri-Rail]]", |
["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"] = "006587", | ["header background color"] = "006587", | ||
| Line 19: | Line 19: | ||
["Fort Lauderdale"] = { | ["Fort Lauderdale"] = { | ||
stn, | stn, | ||
| − | ["Green"] = | + | ["Green"] = bl, |
}, | }, | ||
["Hollywood"] = "Hollywood station (Florida)", | ["Hollywood"] = "Hollywood station (Florida)", | ||
| Line 28: | Line 28: | ||
["West Palm Beach"] = { | ["West Palm Beach"] = { | ||
stn, | stn, | ||
| − | ["Green"] = | + | ["Green"] = bl, |
}, | }, | ||
}, | }, | ||
Latest revision as of 12:49, 26 September 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 bl = "%1 station (Brightline)"
local tri = "%1 station (Tri-Rail)"
local stn = "%1 station"
local p = {
["lang"] = "en-US",
["system title"] = "[[Tri-Rail]]",
["system icon"] = "[[File:Tri-Rail.svg|18px|link=Tri-Rail]]",
["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"] = bl,
},
["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"] = bl,
},
},
["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