Difference between revisions of "Module:Adjacent stations/Brisbane Ferries"

From blackwiki
Jump to navigation Jump to search
blackwiki>Fleet Lists
(The Holman Street service is officially known as the Kangaroo Point service.)
blackwiki>AJP426
Line 24: Line 24:
 
},
 
},
 
["Bulimba"] = {
 
["Bulimba"] = {
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries - Bulimba]]",
+
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries–Bulimba]]",
 
["color"] = "7BC143",
 
["color"] = "7BC143",
 
["left terminus"] = "Bulimba",
 
["left terminus"] = "Bulimba",
Line 30: Line 30:
 
},
 
},
 
["Holman Street"] = {
 
["Holman Street"] = {
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries - Kangaroo Point]]",
+
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries–Kangaroo Point]]",
 
["color"] = "FFd200",
 
["color"] = "FFd200",
 
["left terminus"] = "Thornton Street",
 
["left terminus"] = "Thornton Street",
Line 36: Line 36:
 
},
 
},
 
["Norman Park"] = {
 
["Norman Park"] = {
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries - Norman Park]]",
+
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries–Norman Park]]",
 
["color"] = "F78f1E",
 
["color"] = "F78f1E",
 
["left terminus"] = "New Farm Park",
 
["left terminus"] = "New Farm Park",

Revision as of 05:37, 7 September 2020

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

return p