Module:Adjacent stations/Trams in Bonn

MyWikiBiz, Author Your Legacy — Friday June 28, 2024
< Module:Adjacent stations
Revision as of 18:50, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Trams in Bonn)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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