Module:Adjacent stations/National Rail

From Wikipedia, the free encyclopedia

local x="%1 station"

local p = {
	["system title"] = "[[National Rail]]",
	["system icon"] = "[[File:National Rail logo.svg|15px|National Rail]]",
	["station format"] = {
		"%1 railway station",
		
		["Kensington (Olympia)"] = x,
		["London Bridge"] = x,
		["London Euston"] = "Euston railway station",
		["Sydenham"] = "Sydenham railway station (London)",
		["Wembley Central"] = x,
		["West Brompton"] = x,
		
		-- Psudo stations
		["Bushey or Watford"] = "[[Bushey railway station|Bushey]] or<br />[[Watford Junction railway station|Watford Junction]]",
		["Euston or Wembley"] = "[[Euston railway station|London Euston]] or<br />[[Wembley Central station|Wembley Central]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 London Line]]",
			["color"] = "e87722",
		},
		["London Northwestern Railway"] = {
			["title"]="[[West Midlands Trains#London Northwestern Railway|London Northwestern Railway]]",
			["color"] = "00BF6F",
			["types"] ={
				["London – Birmingham"] = {
					["title"] = "London – Birmingham",
					["left terminus"] = "Birmingham New Street",
					["right terminus"] = "London Euston"
				},
				["London - Crewe"] = {
					["title"] = "London - Crewe",
					["left terminus"] = "Crewe",
					["right terminus"] = "London Euston"
				},
				["West Coast Main Line"] = {
					["title"] = "West Coast Main Line",
					["left terminus"] = {"Milton Keynes Central","Northampton"},
					["right terminus"] = "London Euston"
				}
			}
		},
		["South Western Railway"] = {
			["title"] = "South Western Railway (train operating company)",
			["color"] = "24398c"
			},
		["Southern"] = {
			["title"] = "[[Southern (Govia Thameslink Railway)|Southern]]",
			["color"] = "8CC63E",
			["types"] ={
				["Brighton"] = {
					["title"] = "[[Brighton Main Line]]",
					["left terminus"] = {"London Bridge", "London Victoria"},
					["right terminus"] = "Brighton"
				},
				["Crystal Palace"] = {
					["title"] = "[[Crystal Palace Line]]",
					["left terminus"] = "Balham",
					["right terminus"] = "Beckenham Junction"
				},
				["Sutton & Mole Valley"] = {
					["title"] = "[[Sutton and Mole Valley lines|Sutton & Mole Valley Lines]]",
					["left terminus"] = "Peckham Rye",
					["right terminus"] = "Horsham"
				},
				["West London"] = {
					["title"] = "West London Route",
					["left terminus"] = {"Watford Junction","Hemel Hempstead"},
					["right terminus"] = "Clapham Junction"
				}
			}
		},
		["Thameslink"] = {
			["title"] = "[[Govia Thameslink Railway|Thameslink]]",
			["color"] = "FF5AA4",
			["types"] ={
				["Brighton"] = {
					["title"] = "[[Brighton Main Line]]",
					["left terminus"] = {"London Bridge", "London Victoria"},
					["right terminus"] = "Brighton"
				}
			}
		}
	}
}

return p;