Module:Adjacent stations/Tyne and Wear Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Tyne and Wear Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Green Line | Green |
1b873b |
| |
Yellow Line | Yellow |
feb300 |
|
local ic = "%1 Interchange"
local p = {
["lang"] = "en-GB",
["system title"] = "[[Tyne and Wear Metro]]",
["system icon"] = "[[File:Tyne Wear Metro logo.svg|20px|link=Tyne and Wear Metro]]",
["system color"] = "feb300",
["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; background-color:#feb300; color:black; padding:0.4em 4px;",
["station format"] = {
"%1 Metro station",
["Airport"] = "Newcastle Airport Metro station",
["Four Lane Ends"] = ic,
["Gateshead"] = ic,
["Heworth"] = ic,
["Park Lane"] = ic,
["Regent Centre"] = ic,
["South Shields"] = ic,
["Sunderland"] = "Sunderland station"
},
["lines"] = {
["Green"] = {
["title"] = "Green Line",
["color"] = "1b873b",
["left terminus"] = "South Hylton",
["right terminus"] = "Airport",
},
["Yellow"] = {
["title"] = "Yellow Line",
["color"] = "feb300",
["left terminus"] = "South Shields",
["right terminus"] = {
"St James",
["via"] = "Whitley Bay"
},
},
["Bus"] = {
["color"] = "e9172a",
},
["Cycle"] = {
["color"] = "e46e0a",
},
["Ferry"] = {
["color"] = "26b4e9",
},
["Rail"] = {
["color"] = "9f9ece",
},
},
["aliases"] = {
["green"] = "Green",
["yellow"] = "Yellow",
},
}
return p