Module:Adjacent stations/Aeroexpress
< Module:Adjacent stations
Jump to navigation
Jump to search
Revision as of 00:49, 20 September 2020 by blackwiki>AJP426 (←Created page with 'local p = { ["system title"] = "Aeroexpress", ["system icon"] = "", ["station format"] = { "%1 railway station", [""] = "", }, ["lines"] = { ["Vnu...')
Documentation for this module may be created at Module:Adjacent stations/Aeroexpress/doc
local p = {
["system title"] = "[[Aeroexpress]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
[""] = "",
},
["lines"] = {
["Vnukovo - Kiyevskaya"] = {
["title"] = "Vnukovo to Kiyevskaya",
["color"] = "FF0000",
["left terminus"] = "Aeroport Vnukovo",
["right terminus"] = "Moscow Kiyevskaya",
},
["Belorusskaya - Sheremetyevo"] = {
["title"] = "Belorusskaya to Sheremetyevo",
["color"] = "FF0000",
["left terminus"] = "Moscow Belorusskaya",
["right terminus"] = "Sheremetyevo",
},
["Paveletskaya - Domodedovo"] = {
["title"] = "Paveletskaya to Domodedovo",
["color"] = "FF0000",
["left terminus"] = "Moscow Paveletskaya",
["right terminus"] = "Aeroport Domodedovo",
},
},
}
return p