Jump to content

Module:Adjacent stations/Trams in Halle (Saale)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:34, 24 July 2021 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Trams in Halle (Saale)", ["system icon"] = "", ["station format"] = { "%1 station", ["Halle (Saale)"] = hbf, }, ["lines"] = { ["1"] = { ["title"] = "1", ["color"] = "fdb813", ["text color"] = "FFFFFF", }, ["2"] = { ["title"] = "2", ["color"] = "f5821f", ["text color"] = "FFFFFF",...'). 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 Halle (Saale)]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Halle (Saale)"] = hbf,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|1]]",
			["color"] = "fdb813",
			["text color"] = "FFFFFF",
		},
		["2"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|2]]",
			["color"] = "f5821f",
			["text color"] = "FFFFFF",
		},
		["3"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|3]]",
			["color"] = "0095da",
			["text color"] = "FFFFFF",
		},
		["4"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|4]]",
			["color"] = "9a1115",
			["text color"] = "FFFFFF",
		},
		["5"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|5]]",
			["color"] = "0c4da2",
			["text color"] = "FFFFFF",
		},
		["7"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|7]]",
			["color"] = "ef59a1",
			["text color"] = "FFFFFF",
		},
		["8"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|8]]",
			["color"] = "834808",
			["text color"] = "FFFFFF",
		},
		["9"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|9]]",
			["color"] = "a7af38",
			["text color"] = "FFFFFF",
		},
		["10"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|10]]",
			["color"] = "1e6e27",
			["text color"] = "FFFFFF",
		},
		["12"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|12]]",
			["color"] = "8dc63f",
			["text color"] = "FFFFFF",
		},
		["94"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|94]]",
			["color"] = "8B0000",
			["text color"] = "FFFFFF",
		},
		["95"] = {
			["title"] = "[[Trams in Halle (Saale)#Network|95]]",
			["color"] = "191970",
			["text color"] = "FFFFFF",
		},
	},
}

return p