Jump to content

Module:Adjacent stations/Aeroexpress

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Александр Мотин (talk | contribs) at 11:24, 14 January 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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",
		},
	    ["Odintsovo–Sheremetyevo"] = {
			["title"] = "Odintsovo to Sheremetyevo Airport",
			["color"] = "FF0000",
			["left terminus"] = "Sheremetyevo",
			["right terminus"] = "Odintsovo",
		},
	    ["Paveletskaya - Domodedovo"] = {
			["title"] = "Paveletskaya to Domodedovo",
			["color"] = "FF0000",
			["left terminus"] = "Moscow Paveletskaya",
			["right terminus"] = "Aeroport Domodedovo",
		},
	},
}

return p