Documentation for this module may be created at Module:Sandbox/Northern Trains/doc

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Northern Trains]]",
	["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"
	},
	["lines"] = {
		["1"] = {
			["title"] = "East Coast Main Line",
			["color"] = "0f0d78",
			["left terminus"] = "Chathill",
			["right terminus"] = "Newcastle",
		},
		["2"] = {
			["title"] = "Durham Coast Line",
			["color"] = "0f0d78",
			["left terminus"] = "Middlesbrough",
			["right terminus"] = {
				"Newcastle",
				["via"] = "Hartlepool"
			},
		},
	},
}

return p