Jump to content

Module:Adjacent stations/Vogtlandbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:31, 2 May 2023 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Vogtlandbahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Gera"] = hbf, ["Hof"] = hbf, ["Plauen (Vogtl) ob Bf"] = "Plauen (Vogtland) Oberer Bahnhof", }, ["lines"] = { ["_default"] = { ["title"] = "%1", }, ["RB 1"] = { ["color"] = "e2001a", ["left terminus"] = "Zwickau Zentrum", ["...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["system title"] = "[[Vogtlandbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Gera"] = hbf,
		["Hof"] = hbf,
		["Plauen (Vogtl) ob Bf"] = "Plauen (Vogtland) Oberer Bahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|%1]]",
		},
		["RB 1"] = {
			["color"] = "e2001a",
			["left terminus"] = "Zwickau Zentrum",
			["right terminus"] = "Kraslice",
		},
		["RB 2"] = {
			["color"] = "009bd4",
			["left terminus"] = {"Hof", "Cheb"},
			["right terminus"] = "Zwickau Zentrum",
		},
		["RB 4"] = {
			["color"] = "b07f48",
			["left terminus"] = "Gera",
			["right terminus"] = "Weischlitz",
		},
		["RB 5"] = {
			["color"] = "008a2e",
			["left terminus"] = "Mehltheuer",
			["right terminus"] = "Kraslice",
		},
	},
}

return p