Jump to content

Module:Adjacent stations/Transdev Germany

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grahamec (talk | contribs) at 03:59, 8 February 2023 (remove non-existent line). 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 rws = "%1 railway station"

local p = {
	["system title"] = "[[Transdev Germany]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Boppard"] = hbf,
	},
		["lines"] = {
		["RB"] = {
			["title"] = "",
			["color"] = "00519E",
			["types"] = {
				["37"] = {
					["title"] = "[[List of rail services in Rhineland-Palatinate|RB 37]]",
					["left terminus"] = "Boppard Süd",
					["right terminus"] = "Emmelshausen"
				},
				["85"] = {
					["title"] = "[[List of rail services in Rhineland-Palatinate|RB 85]]",
					["left terminus"] = "Bullay",
					["right terminus"] = "Traben-Trarbach"
				},
			}
		},
	}
}

return p