This is a data module for Module:Adjacent stations. It supports services operated by Pennsylvania and Atlantic Railroad.
local p = {
["lang"] = "en-US",
["system title"] = "Pennsylvania and Atlantic Railroad",
["system icon"] = "",
["system color"] = "d30303",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Pemberton-Hightstown"] = {
["title"] = "[[Pemberton and Hightstown Railroad]]",
["left terminus"] = "Pemberton",
["right terminus"] = "Hightstown",
},
},
}
return p