Module:Adjacent stations/Manchester Metrolink
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Manchester Metrolink.
local int = "%1 Interchange"
local p = {
["lang"] = "en-GB",
["system title"] = "[[Manchester Metrolink]]",
["system icon"] = "[[File:Manchester_metrolink_logo.PNG|15px|link=Manchester Metrolink]]",
["system color"] = "ffdb4e",
["name format"] = "font-size: large; color:#231F20; background-color: #ffdb4e; padding: 2px;",
["station format"] = {
"%1 tram stop",
["Altrincham"] = int,
["Bury"] = int,
["Eccles"] = int,
["Manchester Airport"] = "Manchester Airport station#Manchester Metrolink",
["Navigation Road"] = "Navigation Road station",
["Piccadilly"] = "Manchester Piccadilly station#Piccadilly tram stop",
["Rochdale"] = "Rochdale railway station#Metrolink",
["Rochdale Railway Station"] = "Rochdale railway station#Metrolink",
["Shudehill"] = int,
["Victoria"] = "Manchester Victoria station#Victoria tram stop",
},
["lines"] = {
["Altrincham – Bury"] = {
["title"] = "Altrincham–Bury",
["color"] = "23841f",
["left terminus"] = "Altrincham",
["right terminus"] = "Bury",
},
["Altrincham – Piccadilly"] = {
["title"] = "Altrincham–Piccadilly",
["color"] = "711279",
["left terminus"] = "Altrincham",
["right terminus"] = "Piccadilly",
},
["Eccles – Ashton-under-Lyne"] = {
["title"] = "Ashton-under-Lyne–Eccles via MediaCityUK",
["color"] = "5fc9f3",
["left terminus"] = "Eccles",
["right terminus"] = "Ashton-under-Lyne",
},
["Bury – Piccadilly"] = {
["title"] = "Bury–Piccadilly",
["color"] = "edb600",
["left terminus"] = "Bury",
["right terminus"] = "Piccadilly",
["types"] = {
["reverse"] = {
["title"] = "",
["left terminus"] = "Piccadilly",
["right terminus"] = "Bury"
},
},
},
["East Didsbury – Rochdale Town Centre"] = {
["title"] = "East Didsbury–Rochdale",
["color"] = "ef80b1",
["left terminus"] = "East Didsbury",
["right terminus"] = "Rochdale Town Centre",
},
["East Didsbury – Shaw and Crompton"] = {
["title"] = "East Didsbury–Shaw and Crompton",
["color"] = "857a66",
["left terminus"] = "East Didsbury",
["right terminus"] = "Shaw and Crompton",
},
["MediaCityUK - Etihad Campus"] = {
["title"] = "MediaCityUK–Etihad Campus",
["color"] = "f39200",
["left terminus"] = "MediaCityUK",
["right terminus"] = "Etihad Campus",
},
["The Trafford Centre – Deansgate-Castlefield"] = {
["title"] = "The Trafford Centre–Deansgate-Castlefield",
["color"] = "e20006",
["left terminus"] = "The Trafford Centre",
["right terminus"] = "Deansgate-Castlefield",
},
["Manchester Airport – Victoria"] = {
["title"] = "Manchester Airport–Victoria",
["color"] = "1769b4",
["left terminus"] = "Manchester Airport",
["right terminus"] = "Victoria",
},
-- former lines
["Bury – Ashton-under-Lyne"] = {
["title"] = "Bury – Ashton-under-Lyne Line",
["color"] = "ffdb4e",
["left terminus"] = "Bury",
["right terminus"] = "Ashton-under-Lyne",
["types"] = {
["reverse"] = {
["title"] = "",
["left terminus"] = "Ashton-under-Lyne",
["right terminus"] = "Bury"
}
}
},
["Oldham and Rochdale"] = {
["title"] = "Oldham and Rochdale Line",
["color"] = "ef80b1",
["left terminus"] = "Victoria",
["right terminus"] = "Rochdale Town Centre",
},
["Eccles – Piccadilly"] = {
["title"] = "Eccles–Piccadilly",
["color"] = "ffdb4e",
["left terminus"] = "Eccles",
["right terminus"] = "Piccadilly Gardens",
},
["St Werburgh's Road – Rochdale Railway Station"] = {
["title"] = "St Werburgh's Road–Rochdale Railway Station",
["color"] = "ffdb4e",
["left terminus"] = "St Werburgh's Road",
["right terminus"] = "Rochdale",
},
-- planned and proposed lines
["Port Salford – Crumpsall"] = {
["title"] = "Port Salford–Crumpsall",
["note-mid"] = "(planned)",
["color"] = "e20006",
["left terminus"] = "Port Salford",
["right terminus"] = "Crumpsall",
},
["Stockport Interchange – Rochdale Town Centre"] = {
["title"] = "Stockport Interchange–Rochdale Town Centre",
["note-mid"] = "(proposed)",
["color"] = "ffdb4e",
["left terminus"] = "Rochdale Town Centre",
["right terminus"] = "Stockport Interchange",
},
},
["aliases"] = {
["Green"] = "Altrincham – Bury",
["Purple"] = "Altrincham – Piccadilly",
["Blue"] = "Eccles – Ashton-under-Lyne",
["Red"] = "The Trafford Centre – Deansgate-Castlefield",
["Yellow"] = "Bury – Piccadilly",
["Pink"] = "East Didsbury – Rochdale Town Centre",
["Grey"] = "East Didsbury – Shaw and Crompton",
["Orange"] = "MediaCityUK – Etihad Campus",
["Navy"] = "Manchester Airport – Victoria",
}
}
return p