模組:Adjacent stations/New York, Westchester and Boston Railway
外观
local mnrr = "%1車站 (Metro-North)"
local nycs = "%1車站 (IRT代里大道線)"
local nywb = "%1車站 (New York, Westchester and Boston Railway)"
local p = {
["system title"] = "New York, Westchester and Boston Railway",
["system icon"] = "",
["station format"] = {
"%1車站",
["180街"] = "東180街",
["代里大道"] = "伊斯徹斯特-代里大道車站",
["干丘路"] = nycs,
["Harrison"] = mnrr,
["Hunts Point"] = "Hunts Point station (Metro-North)",
["Kingsbridge Road"] = nywb,
["佩勒姆公園道"] = nycs,
["Rye"] = mnrr,
["West Street"] = nywb,
["White Plains"] = nywb,
},
["lines"] = {
["_default"] = {
["color"] = "6eb450",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Harlem River",
["right terminus"] = "Columbus Avenue",
["types"] = {
["reverse"] = {
["title"] = "",
["left terminus"] = "Columbus Avenue",
["right terminus"] = "Harlem River",
},
},
},
["White Plains Branch"] = {
["title"] = "White Plains Branch",
["left terminus"] = "Columbus Avenue",
["right terminus"] = "White Plains",
},
["Port Chester Branch"] = {
["title"] = "Port Chester Branch",
["left terminus"] = "Columbus Avenue",
["right terminus"] = "Port Chester",
},
},
}
return p