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 09:23, 3 September 2020 (Add the other four routes). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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"] = "[[Transdev Brisbane Ferries#CityHopper|CityCat]]",
			["color"] = "D20000",
			["left terminus"] = "North Quay",
			["right terminus"] = "Sydney Street",
		},
		["Bulimba"] = {
			["title"] = "[[Transdev Brisbane Ferries#CityFery|Cross River Ferries - Bulimba]]",
			["color"] = "7BC143",
			["left terminus"] = "Bulimba",
			["right terminus"] = "Teneriffe",
		},
		["Holman Street"] = {
			["title"] = "[[[[Transdev Brisbane Ferries#CityFery|Cross River Ferries - Holman Street]]]]",
			["color"] = "FFd200",
			["left terminus"] = "Thornton Street",
			["right terminus"] = "Holman Street",
		},
		["Norman Park"] = {
			["title"] = "[[Transdev Brisbane Ferries#CityFery|Cross River Ferries - Norman Park]]",
			["color"] = "F78f1E",
			["left terminus"] = "New Farm Park",
			["right terminus"] = "Norman Park",
		},
	},
			
}

return p