Module:Adjacent stations/October Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by October Railway.
local x = "%1"
local p = {
["system title"] = "[[October Railway]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Finland"] = "[[Finland Station|Saint Petersburg–Finlyandsky]]",
["Flyugov post"] = x,
["Novaya Derevnya"] = x,
},
["lines"] = {
["Beloostrov through Sestroretsk"] = {
["title"] = "Saint Petersburg Finlyandsky–Beloostrov through Sestroretsk",
["color"] = "000000",
["left terminus"] = "Beloostrov",
["right terminus"] = "Finland",
},
["Tsarskoye Selo Railway"] = {
["title"] = "[[Tsarskoye Selo Railway]]",
["color"] = "000000",
["left terminus"] = "Vitebsky",
["right terminus"] = "Pavlovsk",
},
["Small October Railway"] = {
["title"] = "[[Malaya October Railway|Small October Railway]]",
["color"] = "FF0000",
["left terminus"] = "Ozyornaya",
["right terminus"] = "Yuny",
},
},
}
return p