local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Northern Trains|Northern]]",
	["system icon"] = "[[File:Northern Trains.svg|20px|link=Northern Trains]]",
	["system color"] = "0f0d78",
	["name format"] = "font-size: 160%; font-family:sans-serif; font-weight: bolder; background-color: #0f0d78;  padding: 0.4em 4px;",
	["station format"] = {
		"%1 railway station",
		["Hexham"] = "Hexham railway station",
		["Marton"] = "Marton railway station (North Yorkshire)",
		["Stockton"] = "Stockton railway station (County Durham)",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[East Coast Main Line]]",
			["color"] = "0f0d78",
			["left terminus"] = "Newcastle",
			["right terminus"] = {"Morpeth", "Chathill"},
		},
		["2"] = {
			["title"] = "[[Durham Coast Line]]",
			["color"] = "0f0d78",
			["left terminus"] = "Middlesbrough",
			["right terminus"] = "Newcastle",
		},
		["3"] = {
			["title"] = "[[Tees Valley Line]]",
			["color"] = "0f0d78",
			["left terminus"] = {"Darlington", "Bishop Auckland"},
			["right terminus"] = "Saltburn",
		},
		["4"] = {
			["title"] = "[[Tyne Valley Line]]",
			["color"] = "0f0d78",
			["left terminus"] = "Newcastle",
			["right terminus"] = {"Hexham", "Carlisle"},
		},
		["5"] = {
			["title"] = "[[Esk Valley Line]]",
			["color"] = "0f0d78",
			["left terminus"] = "Middlesbrough",
			["right terminus"] = {"Nunthorpe", "Whitby"},
		},
		["6A"] = {
			["title"] = "[[Settle and Carlisle Line]]",
			["color"] = "0f0d78",
			["left terminus"] = "Leeds",
			["right terminus"] = "Carlisle",
		},
		["6B"] = {
			["title"] = "[[Bentham Line]]",
			["color"] = "0f0d78",
			["left terminus"] = "Leeds",
			["right terminus"] = {"Morecambe", "Heysham Port"},
		},
		["12"] = {
			["title"] = "[[Ribble Valley Line]]",
			["color"] = "0f0d78",
			["left terminus"] = {"Clitheroe", "Hellifield"},
			["right terminus"] = "Manchester Victoria",
		},
		["29"] = {
			["title"] = "[[Harrogate Line]]",
			["color"] = "0f0d78",
			["left terminus"] = "Leeds",
			["right terminus"] = "York",
		},
	},
}
return p