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

From blackwiki
Jump to navigation Jump to search
blackwiki>Fleet Lists
(Fix some typo's)
blackwiki>Fleet Lists
(The Holman Street service is officially known as the Kangaroo Point service.)
Line 30: Line 30:
 
},
 
},
 
["Holman Street"] = {
 
["Holman Street"] = {
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries - Holman Street]]",
+
["title"] = "[[Transdev Brisbane Ferries#CityFerry|Cross River Ferries - Kangaroo Point]]",
 
["color"] = "FFd200",
 
["color"] = "FFd200",
 
["left terminus"] = "Thornton Street",
 
["left terminus"] = "Thornton Street",
Line 42: Line 42:
 
},
 
},
 
},
 
},
 +
["aliases"] = {
 +
["kangaroo point"] = "Holman Street",
 +
}
 
 
 
}
 
}
  
 
return p
 
return p

Revision as of 08:27, 6 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