Module:Adjacent stations/Aeroexpress

From blackwiki
< Module:Adjacent stations
Revision as of 12:26, 26 September 2020 by Blackwikiadmin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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