Module:Adjacent stations/London Overground
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by London Overground.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
10069f |
| ||
Liberty line | Liberty |
10069f |
| |
Lioness line | Lioness |
10069f |
| |
Mildmay line | Mildmay |
10069f |
| |
Suffragette line | Suffragette |
10069f |
| |
Weaver line | Weaver |
10069f |
| |
Windrush line | Windrush |
10069f |
|
- Route boxes
Overground Liberty Lioness Mildmay Suffragette Weaver Windrush Caterham[a]
Specifications
The official colour specifications can be found at the website of Transport for London:[1] we use Pantone's own RGB values, because they are more stable than TfL's RGB and CMYK values.
Text colours are used which conform to MOS:COLORS for accessibility and may differ from TfL's usage.
Full colour specifications, along with a list of sources used for its development, can be found at Template:London transit icons on the Wikimedia Commons.
Notes
- ^ Caterham demonstrates the invalid value fallback for route boxes.
References
- ^ Colour standard (PDF) (9 ed.). London: Transport for London. 27 November 2024. Archived from the original (PDF) on 2 December 2024. Retrieved 2 December 2024.
local x = "%1 station"
local p = {
["system title"] = "[[London Underground]]",
["system icon"] = "[[File:Underground no-text.svg|18px|link=London Underground]]",
["station format"] = {
"%1 tube station",
-- Multi-line stations
["Bank"] = "Bank and Monument stations",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 line]]",
["color"] = "10069f",
},
["Bakerloo"] = {
["color"] = "a45a2a",
["left terminus"] = "Harrow & Wealdstone",
["right terminus"] = "Elephant & Castle",
},
["Central"] = {
["title"] = "[[Central line (London Underground)|Central line]]",
["color"] = "da291c",
["left terminus"] = {"Ealing Broadway", "West Ruislip"},
["right terminus"] = {"Epping", "Hainault", "Woodford", ["via"] = "Newbury Park"}
},
},
["aliases"] = {
["yellow"] = "Circle",
["brown"] = "Bakerloo"
}
}
return p