-- Template not yet implemented
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",
-- Bakerloo line
["Harrow & Wealdstone"] = x,
-- Central line
["Ealing Broadway"] = x,
["West Ruislip"] = x,
-- Circle line
["Edgware Road, Circle District H&C"] = "[[Edgware Road tube station (Circle, District and Hammersmith & City lines)|Edgware Road]]",
-- District line
-- Hammersmith & City line
["Hammersmith, H&C Circle"] = "[[Hammersmith tube station (Hammersmith & City and Circle lines)|Hammersmith]]",
-- Jubilee line
-- Metropolitan line
-- Northern line
-- Piccadilly line
-- Victoria line
["Walthamstow Central"] = x,
-- Waterloo & City line
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 line]]"
},
["Bakerloo"] = {
["color"] = "b26300",
["left terminus"] = {
"Harrow & Wealdstone",
},
["right terminus"] = {
"Elephant & Castle",
}
},
["Central"] = {
["title"] = "[[Central line (London Underground)]]",
["color"] = "dc241f",
["left terminus"] = {
{"Ealing Broadway", "West Ruislip"},
},
["right terminus"] = {
{"Epping", "Hainault", "Woodford", ["via"] = "Hainault"}
}
},
["Circle"] = {
["title"] = "[[Circle line (London Underground)]]",
["color"] = "ffd329",
["left terminus"] = {
{"Hammersmith, H&C Circle"}
},
["right terminus"] = {
{"Edgware Road, Circle District H&C", ["via"] = "Aldgate"},
}
},
["District"] = {
["color"] = "007d32",
["left terminus"] = {
},
["right terminus"] = {
}
},
["Hammersmith & City"] = {
["color"] = "f4a9be",
["left terminus"] = "Hammersmith",
["right terminus"] = "Barking"
},
["Jubilee"] = {
["color"] = "a1a5a7",
["left terminus"] = "Stanmore",
["right terminus"] = "Stratford"
},
["Metropolitan"] = {
["color"] = "9b0058",
["left terminus"] = {
{"Uxbridge", "Amersham", "Chesham", "Watford"},
}
},
["Northern"] = {
["color"] = "000000",
},
["Piccadilly"] = {
["color"] = "0019a8",
},
["Victoria"] = {
["color"] = "0098d8",
["left terminus"] = "Brixton",
["right terminus"] = "Walthamstow Central"
},
["Waterloo & City"] = {
["color"] = "93ceba",
}
}
}
return p