Difference between revisions of "Module:Adjacent stations/London Underground"
Jump to navigation
Jump to search
blackwiki>Rotideypoc41352 (→lines: filled in info for Northern) |
m (51 revisions imported) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 51: | Line 51: | ||
}, | }, | ||
["Bakerloo"] = { | ["Bakerloo"] = { | ||
| − | ["color"] = " | + | ["color"] = "B26300", |
["left terminus"] = "Harrow & Wealdstone", | ["left terminus"] = "Harrow & Wealdstone", | ||
["right terminus"] = "Elephant & Castle", | ["right terminus"] = "Elephant & Castle", | ||
| Line 57: | Line 57: | ||
["Central"] = { | ["Central"] = { | ||
["title"] = "[[Central line (London Underground)|Central line]]", | ["title"] = "[[Central line (London Underground)|Central line]]", | ||
| − | ["color"] = " | + | ["color"] = "DC241F", |
["left terminus"] = {"Ealing Broadway", "West Ruislip"}, | ["left terminus"] = {"Ealing Broadway", "West Ruislip"}, | ||
["right terminus"] = {"Epping", "Hainault", "Woodford", ["via"] = "Newbury Park"} | ["right terminus"] = {"Epping", "Hainault", "Woodford", ["via"] = "Newbury Park"} | ||
| Line 68: | Line 68: | ||
}, | }, | ||
["District"] = { | ["District"] = { | ||
| − | ["color"] = " | + | ["color"] = "007D32", |
}, | }, | ||
["Hammersmith & City"] = { | ["Hammersmith & City"] = { | ||
| − | ["color"] = " | + | ["color"] = "F4A9BE", |
}, | }, | ||
["Jubilee"] = { | ["Jubilee"] = { | ||
| − | ["color"] = " | + | ["color"] = "A1A5A7", |
["left terminus"] = "Stanmore", | ["left terminus"] = "Stanmore", | ||
["right terminus"] = "Stratford" | ["right terminus"] = "Stratford" | ||
}, | }, | ||
["Metropolitan"] = { | ["Metropolitan"] = { | ||
| − | ["color"] = " | + | ["color"] = "9B0058", |
["left terminus"] = {"Uxbridge", "Amersham", "Chesham", "Watford"}, | ["left terminus"] = {"Uxbridge", "Amersham", "Chesham", "Watford"}, | ||
}, | }, | ||
["Northern"] = { | ["Northern"] = { | ||
["line title"] = "Northern line", | ["line title"] = "Northern line", | ||
| − | ["color"] = " | + | ["color"] = "000000", |
["left terminus"] = "Morden", | ["left terminus"] = "Morden", | ||
["right terminus"] = {"Edgware", "Mill Hill East", "High Barnet"} | ["right terminus"] = {"Edgware", "Mill Hill East", "High Barnet"} | ||
}, | }, | ||
["Piccadilly"] = { | ["Piccadilly"] = { | ||
| − | ["color"] = " | + | ["color"] = "0019A8", |
}, | }, | ||
["Victoria"] = { | ["Victoria"] = { | ||
| Line 97: | Line 97: | ||
}, | }, | ||
["Waterloo & City"] = { | ["Waterloo & City"] = { | ||
| − | ["color"] = " | + | ["color"] = "93CEBA", |
} | } | ||
}, | }, | ||
Latest revision as of 12:40, 26 September 2020
Documentation for this module may be created at Module:Adjacent stations/London Underground/doc
-- 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",
-- Multi-line stations
["Edgware Road"] = {
"Edgware Road tube station (Circle, District and Hammersmith & City lines)",
["Bakerloo"] = "Edgware Road tube station (Bakerloo line)"
},
["Hammersmith"] = {
"Hammersmith tube station (Piccadilly and District lines)",
["Circle"] = "Hammersmith tube station (Hammersmith & City and Circle lines)",
["Hammersmith & City"] = "Hammersmith tube station (Hammersmith & City and Circle lines)"
},
-- Bakerloo line
["Harrow & Wealdstone"] = x,
-- Central line
["Ealing Broadway"] = x,
["West Ruislip"] = x,
-- Circle line
-- District line
-- Hammersmith & City line
-- 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)|Central line]]",
["color"] = "DC241F",
["left terminus"] = {"Ealing Broadway", "West Ruislip"},
["right terminus"] = {"Epping", "Hainault", "Woodford", ["via"] = "Newbury Park"}
},
["Circle"] = {
["title"] = "[[Circle line (London Underground)|Circle line]]",
["color"] = "FFD329",
["left terminus"] = "Hammersmith, H&C Circle",
["right terminus"] = {"Edgware Road, Circle District H&C", ["via"] = "Aldgate"},
},
["District"] = {
["color"] = "007D32",
},
["Hammersmith & City"] = {
["color"] = "F4A9BE",
},
["Jubilee"] = {
["color"] = "A1A5A7",
["left terminus"] = "Stanmore",
["right terminus"] = "Stratford"
},
["Metropolitan"] = {
["color"] = "9B0058",
["left terminus"] = {"Uxbridge", "Amersham", "Chesham", "Watford"},
},
["Northern"] = {
["line title"] = "Northern line",
["color"] = "000000",
["left terminus"] = "Morden",
["right terminus"] = {"Edgware", "Mill Hill East", "High Barnet"}
},
["Piccadilly"] = {
["color"] = "0019A8",
},
["Victoria"] = {
["color"] = "0098D8",
["left terminus"] = "Brixton",
["right terminus"] = "Walthamstow Central"
},
["Waterloo & City"] = {
["color"] = "93CEBA",
}
},
["aliases"] = {
["yellow"] = "Circle",
["brown"] = "Bakerloo"
}
}
return p