Jump to content

Module:Adjacent stations/FlixTrain

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 00:13, 11 July 2021 (+2 more stations). 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 p = {
	["system title"] = "",
	["system icon"] = "[[File:FlixTrain Logo 2020.svg|80px|link=Flixtrain]]",
	["station format"] = {
		"%1 station",
	    ["Aachen"] = hbf,
		["Augsburg"] = hbf,
		["Berlin"] = hbf,
		["Dortmund"] = hbf,
		["Duisburg"] = hbf,
		["Düsseldorf"] = hbf,
		["Essen"] = hbf,
		["Frankfurt"] = hbf,
		["Gelsenkirchen"] = hbf,
		["Hamburg"] = hbf,
		["Hannover"] = hbf,
		["Köln"] = hbf,
		["Leipzig"] = hbf,
		["München"] = hbf,
		["Münster"] = hbf,
		["Nürnberg"] = hbf,
		["Stuttgart"] = hbf,
		["Würzburg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "FLX %1",
			["color"] = "00e71c",			
		},
		["10"] = {
			["left terminus"] = "Berlin",
			["right terminus"] = "Stuttgart",
			},
		["20"] = {
			["title"] = "FLX 20",
			["left terminus"] = "Köln",
			["right terminus"] = "Hamburg",
			},
		["25"] = {
			["left terminus"] = "Frankfurt",
			["right terminus"] = "München",
			},
		["30"] = {
			["color"] = "00e71c",
			["left terminus"] = "Aachen",
			["right terminus"] = "Berlin Südkreuz",
			},
		["35"] = {
			["left terminus"] = "Hamburg",
			["right terminus"] = "Leipzig",
			},
		["N35"] = {
			["left terminus"] = "Hamburg",
			["right terminus"] = "München",
		},
	},
}


return p