Jump to content

Module:Adjacent stations/Erzgebirgsbahn

From Wikipedia, the free encyclopedia

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

local p = {
	["system title"] = "[[Erzgebirgsbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Chemnitz"] = hbf,
		["Zwickau"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["text color"] = "FFFFFF",
		},
		["RB 80"] = {
			["title"] = "[[List of railway routes in Saxony#Erzgebirgsbahn|RB 80]]",
			["color"] = "0000FF",
			["left terminus"] = "Chemnitz",
			["right terminus"] = "Cranzahl",
		},
		["RB 81"] = {
			["title"] = "[[List of railway routes in Saxony#Erzgebirgsbahn|RB 81]]",
			["color"] = "0000FF",
			["left terminus"] = "Chemnitz",
			["right terminus"] = "Grünthal",
		},
		["RB 95"] = {
			["title"] = "[[List of railway routes in Saxony#Erzgebirgsbahn|RB 95]]",
			["color"] = "0000FF",
			["left terminus"] = "Zwickau",
			["right terminus"] = "Georgenstadt",
		},
	},
}

return p