Module:Adjacent stations/South Yorkshire Supertram

local int = "%1 Interchange"
local sheffield = "%1 tram stop (Sheffield)"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[South Yorkshire Supertram#Frequencies|South Yorkshire Supertram]]",
	["system color"] = "3251a4",
	["name format"] = "font-size: large; color:#f1f1f1; background-color: #3251a4; padding: 2px; padding: 0.3em 3px;",
	["station format"] = {
		"%1 tram stop",
		["Halfway"] = sheffield,
	},
	["lines"] = {
		["Middlewood – Meadowhall Interchange"] = {
			["title"] = "Yellow Route",
			["color"] = "fbba00",
			["left terminus"] = "Middlewood",
			["right terminus"] = "Meadowhall Interchange",
		},
		["Malin Bridge – Halfway"] = {
			["title"] = "Blue Route",
			["color"] = "3283b9",
			["left terminus"] = "Malin Bridge",
			["right terminus"] = "Halfway",
		},
		["Cathedral – Herdings Park"] = {
			["title"] = "Purple Route",
			["color"] = "b952a7",
			["left terminus"] = "Cathedral",
			["right terminus"] = "Herdings Park",
		},
		["Cathedral – Rotherham Parkgate"] = {
			["title"] = "Tram-Train Route",
			["color"] = "030303",
			["left terminus"] = "Cathedral",
			["right terminus"] = "Rotherham Parkgate",
		}
	},
	["aliases"] = {
		["yellow"] = "Middlewood – Meadowhall Interchange",
		["blue"] = "Malin Bridge – Halfway",
		["purple"] = "Cathedral – Herdings Park",
		["tramtrain"] = "Cathedral – Rotherham Parkgate",
	}
}

return p