Jump to content

Module:Adjacent stations/Aeroexpress: Difference between revisions

From Humanipedia
hp>Jjpachano
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:38, 3 February 2025

This is a data module for Module:Adjacent stations. It supports services operated by Aeroexpress.

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

return p