Jump to content

Module:Adjacent stations/Brisbane Ferries

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Fleet Lists (talk | contribs) at 06:08, 3 September 2020 (Start Brisbane Ferries module with CityCat the only line operational). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local brisbane = "%1 ferry wharf, Brisbane"

local p = {
	["system title"] = "[[Transdev Brisbane Ferries|Brisbane Ferries]]",
	["system color"] = "",
	["system icon"] = "",
	["header stop noun"] = "wharf",
	["station format"] = {
		"%1 ferry wharf",
				
	},
	["lines"] = {
		["CityCat"] = {
			["title"] = "[[Transdev Brisbane Ferries#CityCat|CityCat]]",
			["color"] = "0067b1",
			["left terminus"] = "University of Queensland",
			["right terminus"] = "Northshore Hamilton",
		},
		["CityHopper"] = {
			["title"] = "[[Taronga Zoo ferry services|Taronga Zoo]]",
			["color"] = "1B4632",
			["left terminus"] = "Circular Quay",
			["right terminus"] = "Taronga Zoo",
		},
		["Bulimba"] = {
			["title"] = "[[Parramatta River ferry services|Parramatta]]",
			["color"] = "5D8E38",
			["left terminus"] = "Circular Quay",
			["right terminus"] = "Parramatta",
		},
		["Holman Street"] = {
			["title"] = "[[Cross Harbour ferry services|Cross Harbour]]",
			["color"] = "92CB45",
			["left terminus"] = "Pyrmont Bay",
			["right terminus"] = "Watsons Bay",
		},
		["Norman Park"] = {
			["title"] = "[[Neutral Bay ferry services|Neutral Bay]]",
			["color"] = "286240",
			["left terminus"] = "Circular Quay",
			["right terminus"] = "Neutral Bay",
		},
	},
			
}

return p