模組:Adjacent stations/NYCDOT
local p = {
["system title"] = "[[纽约市交通部]]",
["station format"] = {
["圣乔治"] = "[[圣乔治码头]]",
["白厅码头"] = "[[史泰登岛渡轮白厅码头|白厅码头]]",
},
["lines"] = {
["Staten Island Ferry"] = {
["title"] = "[[斯塔滕岛渡轮]]",
["short name"] = "SI",
["color"] = "FFA500",
["text color"] = "FFFFFF",
["left terminus"] = "圣乔治",
["right terminus"] = "白厅码头",
},
},
["aliases"] = {
["sif"] = "Staten Island Ferry",
}
}
return p