Jump to content

Module:Adjacent stations/Aeroexpress

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AJP426 (talk | contribs) at 00:49, 20 September 2020 (Created page with 'local p = { ["system title"] = "Aeroexpress", ["system icon"] = "", ["station format"] = { "%1 railway station", [""] = "", }, ["lines"] = { ["Vnu...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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