Module:Adjacent stations/Elizabeth Line
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Elizabeth Line.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Elizabeth line | Elizabeth or elizabeth |
9364cc |
|
local x = "%1 station"
local p = {
["system title"] = "[[Elizabeth Line]]",
["system icon"] = "[[File:Elizabeth line roundel_(no_text).svg|15px|link=Elizabeth line]]",
["station format"] = {
"%1 railway station",
["Bond Street"] = x,
["Custom House"] = x,
["Farringdon"] = x,
["Heathrow"]="[[Heathrow Airport]] [[Heathrow Terminal 4 railway station|Terminal 4]] or [[Heathrow Terminal 5 station|Terminal 5]]", --Psudo station for use as terminus
["Heathrow Terminal 5"]=x,
["Liverpool Street"]=x,
["Paddington"]="London Paddington station",
["Stratford"]=x,
["Tottenham Court Road"]=x,
["Whitechapel"]=x,
},
["lines"] = {
["Elizabeth"] = {
["title"] = " [[Elizabeth line]]",
["color"] = "9364cc",
["left terminus"] = {"Reading", "Heathrow"},
["right terminus"] = {"Abbey Wood","Shenfield"},
["types"] = {
["Reading"] = {
["title"] = "",
["left terminus"] = "Reading",
["right terminus"] = "Paddington"
},
["Heathrow"] = {
["title"] = "",
["left terminus"] = "Heathrow",
["right terminus"] = "Paddington"
},
["Abbey Wood"] = {
["title"] = "",
["left terminus"] = "Paddington",
["right terminus"] = "Abbey Wood"
},
["Shenfield"] = {
["title"] = "",
["left terminus"] = "Liverpool Street",
["right terminus"] = "Shenfield"
}
}
},
},
}
return p