Jump to content

Module:Adjacent stations/European Sleeper

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local rws = "%1 railway station"

local p = {
	["system title"] = "[[European Sleeper]]",
	["system icon"] = "[[File:European Sleeper Logo.svg|30px]]",
	["system icon format"] = "croute",
	["station format"] = {
		"%1 station",
		["Prague"] = "Praha hl.n.",
		["Ústí nad Labem"] = "Ústí nad Labem main railway station",
		["Dresden"] = hbf,
		["Berlin"] = hbf,
		["Deventer"] = rws,
		["Amersfoort Centraal"] = rws,
		["Amsterdam"] = "[[Amsterdam Centraal station|Amsterdam Centraal]]",
		["Schiphol Airport"] = rws,
		["Den Haag HS"] = rws,
		["Roosendaal"] = rws,
		["Antwerpen-Centraal"] = rws,
	},
	["lines"] = {
		["ES"] = {
			["title"] = "[[European Sleeper|Brussels - Prague]]",
			["color"] = "FD4919",
			["left terminus"] = "Brussels-South",
			["right terminus"] = "Praha hl.n.",
		},
	},
}

return p