Module:Adjacent stations/London Underground

From blackwiki
Jump to navigation Jump to search

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