Jump to content

Module:Adjacent stations/London Overground

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Animal lover 666 (talk | contribs) at 12:37, 6 June 2022 (Created page with ' local x = "%1 station" local p = { ["system title"] = "London Underground", ["system icon"] = "18px|link=London Underground", ["station format"] = { "%1 tube station", -- Multi-line stations ["Bank"] = "Bank and Monument stations", }, ["lines"] = { ["_default"] = { ["title"] = "%1 line", ["color"] = "10069f", }, ["Bakerloo"] = { ["color"] = "a45a2a", ["left terminus"] = "Harrow & Wea...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

	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
		["Bank"] = "Bank and Monument stations",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 line]]",
			["color"] = "10069f",
		},
		["Bakerloo"] = {
			["color"] = "a45a2a",
			["left terminus"] = "Harrow & Wealdstone",
			["right terminus"] = "Elephant & Castle",
		},
		["Central"] = {
			["title"] = "[[Central line (London Underground)|Central line]]",
			["color"] = "da291c",
			["left terminus"] = {"Ealing Broadway", "West Ruislip"},
			["right terminus"] = {"Epping", "Hainault", "Woodford", ["via"] = "Newbury Park"}
		},
	},
	["aliases"] = {
		["yellow"] = "Circle",
		["brown"] = "Bakerloo"
	}
}

return p