Jump to content

Module:Adjacent stations/Bratislava trams

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gateshebe (talk | contribs) at 12:53, 15 September 2020 (Created page with 'local p = { ["system title"] = "Bratislava tramway network", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["li...'). 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 Bratislava|Bratislava tramway network]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Bratislava tram route 1|1]]",
			["color"] = "ee3897",
			["text color"] = "FFFFFF",
		},
		["2"] = {
			["title"] = "[[Bratislava tram route 2|2]]",
			["color"] = "ed1c24",
			["text color"] = "FFFFFF",
		},
		["3"] = {
			["title"] = "[[Bratislava tram route 3|3]]",
			["color"] = "00ac4f",
			["text color"] = "FFFFFF",
		},
		["4"] = {
			["title"] = "[[Bratislava tram route 4|4]]",
			["color"] = "49479d",
			["text color"] = "FFFFFF",
		},
		["5"] = {
			["title"] = "[[Bratislava tram route 5|5]]",
			["color"] = "956438",
			["text color"] = "FFFFFF",
		},
		["6"] = {
			["title"] = "[[Bratislava tram route 6|6]]",
			["color"] = "d99f4f",
			["text color"] = "FFFFFF",
		},
		["7"] = {
			["title"] = "[[Bratislava tram route 7|7]]",
			["color"] = "231f20",
			["text color"] = "FFFFFF",
		},
		["8"] = {
			["title"] = "[[Bratislava tram route 8|8]]",
			["color"] = "a6ce39",
			["text color"] = "000000",
		},
		["9"] = {
			["title"] = "[[Bratislava tram route 9|9]]",
			["color"] = "49479d",
			["text color"] = "FFFFFF",
		},
	},
}

return p