Module:Adjacent stations/Nottingham Express Transit
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Nottingham Express Transit.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
01796f |
| |
Line 2 | 2 |
543C93 |
|
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