Jump to content

Module:Adjacent stations/Oberpfalzbahn

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 14:00, 2 May 2023 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Oberpfalzbahn", ["system icon"] = "", ["station format"] = { "%1 station", ["Hof"] = hbf, ["Regensburg"] = hbf, }, ["lines"] = { ["_default"] = { ["title"] = "%", }, ["RB 23"] = { ["color"] = "6cc3d9", ["left terminus"] = "Regensburg", ["right terminus"] = {"Marktredwitz", "Neustadt (Waldnaab)"}, }, ["RB 27"] =...'). 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"] = "[[Oberpfalzbahn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Hof"] = hbf,
		["Regensburg"] = hbf,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[List of railway routes in Bavaria|%]]",
		},
		["RB 23"] = {
			["color"] = "6cc3d9",
			["left terminus"] = "Regensburg",
			["right terminus"] = {"Marktredwitz", "Neustadt (Waldnaab)"},
		},
		["RB 27"] = {
			["color"] = "ffb200",
			["left terminus"] = "Schwandorf",
			["right terminus"] = "Domažlice",
		},
		["RB 28"] = {
			["color"] = "90bf26",
			["left terminus"] = "Cham (Oberpf)",
			["right terminus"] = "Lam",
		},
		["RB 29"] = {
			["color"] = "ff6600",
			["left terminus"] = "Cham (Oberpf)",
			["right terminus"] = "Waldmünchen",
		},
		["RB 95"] = {
			["color"] = "ff9999",
			["left terminus"] = "Hof",
			["right terminus"] = "Marktredwitz",
		},
		["RE 23"] = {
			["color"] = "6cc3d9",
			["left terminus"] = "Regensburg",
			["right terminus"] = "Marktredwitz",
		},
	},
}

return p