Module:Adjacent stations/South Yorkshire Supertram
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by South Yorkshire Supertram.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Yellow Route | yellow |
fbba00 |
| |
Blue Route | blue |
3283b9 |
| |
Purple Route | purple |
b952a7 |
| |
Tram-Train Route | tramtrain |
030303 |
|
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