Jump to content

Module:Adjacent stations/Leo Express

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 23:18, 21 February 2025. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local hln = "[[%1 hlavní nádraží|%1 hl.n.]]"
local hln_e = "[[%1 main railway station|%1 hl.n.]]"


local p = {
	["system title"] = "[[Leo Express]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Bohumín"] = "%1",
		["Lichkov"] = "%1",
		["Olomouc"] = hln_e,
		["Pardubice"] = hln,
		["Praha"] = hln,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "Leo Express",
			["color"] = "000000",
		},
		["Praha-Bohumin"] = {
			["left terminus"] = "Praha",
			["right terminus"] = "Bohumin",			
		},
		["Praha-Wrocław"] = {
			["left terminus"] = "Praha",
			["right terminus"] = "Wrocław Główny",			
		},
	},
}

return p