Jump to content

Module:Adjacent stations/FlixTrain

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

local p = {
	["system title"] = "",
	["system icon"] = "[[File:FlixTrain Logo 2020.svg|100px|link=Flixtrain]]",
	["station format"] = {
		"%1 station",
		
	    ["Aachen Hbf"] = "Aachen Hauptbahnhof",
		["Augsburg Hbf"] = "Augsburg Hauptbahnhof",
		["Berlin Hbf"] = "Berlin Hauptbahnhof",
		["Leipzig Hbf"] = "Leipzig Hauptbahnhof",
		["München Hbf"] = "München Hauptbahnhof",
		["Nürnberg Hbf"] ="Nürnberg Hauptbahnhof",
		["Frankfurt Hbf"] = "Frankfurt Hauptbahnhof",
		["Hamburg Hbf"] = "Hamburg Hauptbahnhof",
		["Stuttgart Hbf"] ="Stuttgart Hauptbahnhof",
	},
	["lines"] = {
		["10"] = {
			["title"] = "FLX 10",
			["color"] = "00e71c",
			["left terminus"] = "Berlin Hbf",
			["right terminus"] = "Stuttgart Hbf",
			},
		["20"] = {
			["title"] = "FLX 20",
			["color"] = "00e71c",
			["left terminus"] = "Hamburg Hbf",
			["right terminus"] = "köln Hbf",
			},
		["25"] = {
			["title"] = "FLX 25",
			["color"] = "00e71c",
			["left terminus"] = "Frankfurt Hbf",
			["right terminus"] = "München Hbf",
			},
		["30"] = {
			["title"] = "FLX 30",
			["color"] = "00e71c",
			["left terminus"] = "Berlin Südkreuz",
			["right terminus"] = "Aachen Hbf",
			},
		["35"] = {
			["title"] = "FLX 35",
			["color"] = "00e71c",
			["left terminus"] = "Hamburg Hbf",
			["right terminus"] = "Leipzig Hbf",
			},
		["N35"] = {
			["title"] = "FLX N35",
			["color"] = "00e71c",
			["left terminus"] = "Hamburg Hbf",
			["right terminus"] = "München Hbf",
			},
		},
	}


return p