Jump to content

Module:Adjacent stations/Trams in Braunschweig

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:53, 18 July 2021 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Trams in Braunschweig", ["system icon"] = "", ["station format"] = { "%1 station", ["Braunschweig"] = hbf, }, ["lines"] = { ["1"] = { ["title"] = "1", ["color"] = "E2000A", }, ["2"] = { ["title"] = "2", ["color"] = "93C019", }, ["3"] = { ["title"] = "3", ["color"] = "...'). 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"] = "[[Trams in Braunschweig]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Braunschweig"] = hbf,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Trams in Braunschweig|1]]",
			["color"] = "E2000A",
		},
		["2"] = {
			["title"] = "[[Trams in Braunschweig|2]]",
			["color"] = "93C019",
		},
		["3"] = {
			["title"] = "[[Trams in Braunschweig|3]]",
			["color"] = "006430",
		},
		["4"] = {
			["title"] = "[[Trams in Braunschweig|4]]",
			["color"] = "009EE2",
		},
		["5"] = {
			["title"] = "[[Trams in Braunschweig|5]]",
			["color"] = "F39100",
		},
		["10"] = {
			["title"] = "[[Trams in Braunschweig|10]]",
			["color"] = "E2000A",
		},
	},
}

return p