Jump to content

Module:Adjacent stations/Edinburgh Trams

From Wikipedia, the free encyclopedia

local ic = "%1 Interchange"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Edinburgh Trams]]",
	["system icon"] = "",
	["system color"] = "feb300",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; background-color: #feb300;  padding: 0.4em 4px;",
	["station format"] = {
		"%1 Tram stop",
		["Edinburgh Airport"] = "Edinburgh Airport tram stop",
		["Ocean Terminal"] = ic,
		["Picardy Place"] = ic,
		["St Andrew Square"] = ic,
		["Haymarket"] = ic,
		["Edinburgh Park station"] = ic,
		["Edinburgh Gateway station"] = ic,
		["Ingliston Park and Ride"] = ic
	},
	["lines"] = {
		["1"] = {
			["title"] = "Line 1",
			["color"] = "8D122A",
			["left terminus"] = "Edinburgh Airport",
			["right terminus"] = "Newhaven",
		},
		["Bus"] = {
			["color"] = "e9172a",
		},
		["Cycle"] = {
			["color"] = "e46e0a",
		},
		["Ferry"] = {
			["color"] = "26b4e9",
		},
		["Rail"] = {
			["color"] = "9f9ece",
		},
	},
}

return p