Jump to content

Module:Adjacent stations/European Sleeper

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alex234 (talk | contribs) at 01:22, 7 May 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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,
	},
	["lines"] = {
		["ES"] = {
			["title"] = "[[European Sleeper|Brussels - Prague]]",
			["color"] = "FD4919",
			["left terminus"] = "Brussels-South",
			["right terminus"] = "Praha hl.n.",
		},
	},
}

return p