Jump to content

Module:Adjacent stations/Trilex

From Wikipedia, the free encyclopedia

local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Trilex]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Dresden"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		-- Regional-Express
		["RE 1"] = {
			["title"] = "[[Die Länderbahn#Trilex|RE 1]]",
			["color"] = "EC7405",
			["left terminus"] = "Dresden",
			["right terminus"] = "Zgorzelec",
		},
		["RE 2"] = {
			["title"] = "[[Die Länderbahn#Trilex|RE 2]]",
			["color"] = "E2001A",
			["left terminus"] = "Dresden",
			["right terminus"] = "Liberec",
		},
		-- Regionalbahn
		["RB 60"] = {
			["title"] = "[[Die Länderbahn#Trilex|RB 60]]",
			["color"] = "38A962",
			["left terminus"] = "Dresden",
			["right terminus"] = "Görlitz",
		},
		["RB 61"] = {
			["title"] = "[[Die Länderbahn#Trilex|RB 61]]",
			["color"] = "00632E",
			["left terminus"] = "Dresden",
			["right terminus"] = "Zittau",
		},
		-- L routes
		["L 2"] = {
			["title"] = "[[Die Länderbahn#Trilex|L 2]]",
			["color"] = "002366",
			["left terminus"] = "Děčín main",
			["right terminus"] = "Liberec",
		},
		["L 4"] = {
			["title"] = "[[Die Länderbahn#Trilex|L 4]]",
			["color"] = "000000",
			["left terminus"] = "Rumburk",
			["right terminus"] = "Mlada Boleslav mesto",
		},
		["L 7"] = {
			["title"] = "[[Die Länderbahn#Trilex|L 7]]",
			["color"] = "EC7405",
			["left terminus"] = "Seifhennersdorf",
			["right terminus"] = "Liberec",
		},		
	},
}

return p