Jump to content

Module:Adjacent stations/Grand Central

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Grand Central (train operating company)|Grand Central]]",
	["system color"] = "1d1d1b",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; background-color: #1d1d1b;  padding: 0.4em 4px;",
	["station format"] = {
		"%1 railway station",
		["Hartlepool"] = "Hartlepool railway station"
	},
	["lines"] = {
		["North Eastern"] = {
			["title"] = "North Eastern",
			["color"] = "1d1d1b",
			["left terminus"] = "London King's Cross",
			["right terminus"] = "Sunderland",
		},
		["2"] = {
			["title"] = "West Riding",
			["color"] = "1d1d1b",
			["left terminus"] = "London King's Cross",
			["right terminus"] = "Bradford Interchange",
		},
	},
}
return p