Module:Adjacent stations/Staten Island Railway

local sta = "%1 station"

local SIR = "%1 station (Staten Island Railway)"

local p = {

["lang"] = "en-US",

["system title"] = "Staten Island Railway",

["system icon"] = "File:MTA NYC logo.svg",

["name format"] = "border-top: 10px solid black; box-shadow: inset 0 2px white; padding-top: 2px; background-color: black; color: white; font-family:Helvetica;text-align:left;line-height: 110%;font-size: 150%; border-bottom: 18px solid black; padding-left:6px;",

["header background color"] = "000000",

["header text color"] = "FFFFFF",

["station format"] = {

sta,

["Arlington"] = SIR,

["Atlantic"] = SIR,

["Clifton"] = SIR,

["Elm Park"] = SIR,

["Livingston"] = SIR,

["New Brighton"] = SIR,

["Ocean Park"] = SIR,

["Old Town"] = SIR,

["St. George"] = "St. George",

["Tower Hill"] = SIR,

},

["lines"] = {

["Main"] = {

["title"] = "File:NYCS-bull-trans-SIR-Std.svg",

["color"] = "006BB6",

["left terminus"] = "St. George",

["right terminus"] = "Tottenville",

},

},

}

return p