Module:Adjacent stations/Brisbane Ferries
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Brisbane Ferries.
Brisbane Ferries
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
CityCat | CityCat |
0067b1 |
| |
CityHopper | CityHopper |
D20000 |
| |
Cross River Ferries–Bulimba | Bulimba |
7BC143 |
| |
Cross River Ferries–Kangaroo Point | Holman Street or Kangaroo Point |
FFd200 |
| |
Cross River Ferries–Norman Park | Norman Park |
F78f1E |
|
local brisbane = "%1 ferry wharf, Brisbane"
local p = {
["system title"] = "[[RiverCity Ferries]]",
["system color"] = "",
["system icon"] = "",
["header stop noun"] = "wharf",
["station format"] = {
"%1 ferry wharf",
},
["lines"] = {
["CityCat"] = {
["title"] = "[[CityCat]]",
["color"] = "0067b1",
["left terminus"] = "UQ St Lucia",
["right terminus"] = "Northshore Hamilton",
},
["CityHopper"] = {
["title"] = "[[CityHopper]]",
["color"] = "D20000",
["left terminus"] = "North Quay",
["right terminus"] = "Sydney Street",
},
["Bulimba"] = {
["title"] = "[[Cityferry|Cross River Ferries–Bulimba]]",
["color"] = "7BC143",
["left terminus"] = "Bulimba",
["right terminus"] = "Teneriffe",
},
["Holman Street"] = {
["title"] = "[[Cityferry|Cross River Ferries–Kangaroo Point]]",
["color"] = "FFd200",
["left terminus"] = "Howard Smith Wharves",
["right terminus"] = "Holman Street",
},
["Norman Park"] = {
["title"] = "[[Cityferry|Cross River Ferries–Norman Park]]<br />",
["color"] = "F78f1E",
["left terminus"] = "New Farm Park",
["right terminus"] = "Norman Park",
},
},
["aliases"] = {
["kangaroo point"] = "Holman Street",
}
}
return p