Module:Adjacent stations/London River Services

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[London River Services]]",
	["system icon"] = "[[File:BSicon FERRY.svg|15px|link=London River Services|alt=London River Services]] [[File:LRS roundel.svg|12px|alt=London River Services|link=London River Services]]",
	["name format"] = "",
	["station format"] = {
		"%1",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "FFFFFF",
			["title"] = "[[Thames Clippers|%1]]",
			},
-- Copy line colors from [[London_River_Services#River_Bus_commuter_services]]? Are they sourced to anything?
		["RB1"] = {
			["left terminus"] = "Battersea Power Station Pier",
			["right terminus"] = "Barking Riverside Pier",
		},
		["RB1X"] = {
			["left terminus"] = "Westminster Pier",
			["right terminus"] = "Royal Wharf Pier",
		},
		["RB2"] = {
			["left terminus"] = "Battersea Power Station Pier",
			["right terminus"] = "North Greenwich Pier",
		},
		["RB4"] = {
			["title"] = "[[Canary Wharf – Rotherhithe Ferry|RB4]]",
			["left terminus"] = "Canary Wharf Pier",
			["right terminus"] = "Nelson Dock Pier",
		},
		["RB5"] = {
			["left terminus"] = "North Greenwich Pier",
			["right terminus"] = "Woolwich Arsenal Pier",
		},
		["RB6"] = {
			["left terminus"] = "Putney Pier",
			["right terminus"] = "Canary Wharf Pier",
		},
		["RB6A"] = {
			["left terminus"] = "Canary Wharf Pier",
			["right terminus"] = "Putney Pier",
		},
		["Putney to Blackfriars Service"] = {
			["title"] = "[[Thames Executive Charters|%1]]",
			["left terminus"] = "Putney Pier",
			["right terminus"] = "Blackfriars Millennium Pier ",
		},
		["Westminster to Greenwich Express Service"] = {
			["title"] = "[[City Cruises|%1]]",
			["left terminus"] = "Westminster Millennium Pier",
			["right terminus"] = "Greenwich Pier",
		},
		["Westminster to St Katharine's Circular"] = {
			["title"] = "[[Crown River Cruises|%1]]",
			["left terminus"] = "Westminster Millennium Pier",
			["right terminus"] = "Westminster Millennium Pier",
		},


},
	["aliases"] = {
		["commuter service"] = "RB1",
		["rotherhithe to canary wharf service"] = "RB4",
	},
}

return p