Module:Adjacent stations/Elizabeth Line
local x = "%1 station"
local p = {
["system title"] = "Elizabeth line",
["system icon"] = "File:Elizabeth line roundel (no text).svg",
["station format"] = {
"%1 railway station",
["Bond Street"] = x,
["Custom House"] = x,
["Farringdon"] = x,
["Heathrow"] = "Heathrow Airport Terminal 4 or Terminal 5", --Pseudo 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"] = {
["_default"] = {
["text color"] = "000000"
},
["Elizabeth"] = {
["title"] = " Elizabeth line",
["color"] = "9364cc",
["left terminus"] = {"Reading", "Heathrow"},
["right terminus"] = {"Abbey Wood", "Shenfield"},
["types"] = {
["Reading"] = {
["title"] = "",
["left terminus"] = "Reading",
["right terminus"] = "Abbey Wood"
},
["Heathrow"] = {
["title"] = "",
["left terminus"] = "Heathrow",
["right terminus"] = "Abbey Wood"
},
["Abbey Wood"] = {
["title"] = "",
["left terminus"] = "Paddington",
["right terminus"] = "Abbey Wood"
},
["Shenfield"] = {
["title"] = "",
["left terminus"] = "Paddington",
["right terminus"] = "Shenfield"
}
}
},
},
["aliases"] = {
["elizabeth"] = "Elizabeth"
}
}
return p