Module:Adjacent stations/Grand Central: Difference between revisions

imported>JJMC89
 
(No difference)

Latest revision as of 18:10, 24 Ocak 2022

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