Module:Adjacent stations/Nottingham Express Transit

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Nottingham Express Transit|NET]]",
	["system color"] = "01796f",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; background-color: #01796f; color:white; padding: 0.4em 4px;",
	["station format"] = {
		"%1 tram stop",
		["Phoenix Park"] = "Phoenix Park tram stop"
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Nottingham Express Transit|Line 1]]",
			["color"] = "01796f",
			["left terminus"] = "Hucknall",
			["right terminus"] = "Toton Lane",
			["types"] = {
				["reverse"] = {
					["title"] = "",
					["left terminus"] = "Toton Lane",
					["right terminus"] = "Hucknall"
				}
			}
		},
		["2"] = {
			["title"] = "[[Nottingham Express Transit|Line 2]]",
			["color"] = "543C93",
			["left terminus"] = "Phoenix Park",
			["right terminus"] = "Clifton South",
			["types"] = {
				["reverse"] = {
					["title"] = "",
					["left terminus"] = "Clifton South",
					["right terminus"] = "Phoenix Park"
				}
			}
		},
	},
}
return p