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

From blackwiki
Jump to navigation Jump to search
blackwiki>AJP426
(Created page with 'local p = { ["system title"] = "Aeroexpress", ["system icon"] = "", ["station format"] = { "%1 railway station", [""] = "", }, ["lines"] = { ["Vnu...')
 
m (1 revision imported)
 
(No difference)

Latest revision as of 12:26, 26 September 2020

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