Module:Adjacent stations/Trams in Bonn

This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:01, 5 December 2020 (Created page with 'local p = { ["system title"] = "Trams in Bonn", ["system icon"] = "", ["station format"] = { "%1 station", ["Bonn Hbf"] = "Bonn Hauptbahnhof", }, ["...'). 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 p = {
	["system title"] = "[[Trams in Bonn]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Bonn Hbf"] = "Bonn Hauptbahnhof",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Trams in Bonn#Lines|Line %1]]",
			["text color"] = "FFFFFF",
		},
		["61"] = {
			["color"] = "8dc63f",
			["left terminus"] = "Dottendorf",
			["right terminus"] = "Kopenhagener Straße",
		},
		["62"] = {
			["color"] = "4db848",
			["left terminus"] = "Dottendorf",
			["right terminus"] = "Oberkassel Süd/Römlinghoven",
		},
		["65"] = {
			["color"] = "bed62f",
			["left terminus"] = "Kopenhagener Straße",
			["right terminus"] = "Ramersdorf",
		},
	},
}

return p