Difference between revisions of "Module:Adjacent stations/Aeroexpress"

MyWikiBiz, Author Your Legacy — Sunday September 07, 2025
Jump to navigationJump to search
 
(No difference)

Latest revision as of 18:14, 8 July 2021

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

return p