Module:Adjacent stations/PTV Bus
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Public Transport Victoria.
Melbourne Busways
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Eastern Busway | Eastern Busway |
f68a24 |
|
local station = "%1 bus station"
local p = {
["system title"] = "[[Buses in Melbourne|PTV Bus]]",
["system icon"] = "[[File:Victoria_bus_logo.svg|18px|link=Buses in Melbourne|alt=Buses in Melbourne]]",
["system color"] = "f68a24",
["name format"] = "font-size: 140%; font-family:sans-serif; line-height: 130%; text-align:center; color: #ffffff; background-color:#f68a24; box-shadow: 0 2px 0 #f68a24; padding: 0.35em 0.35em 0.1em 0.1em;",
["header background color"] = "f68a24",
["header text color"] = "ffffff",
["station format"] = {
"%1 bus stop",
["Doncaster Park and Ride"] = station,
["Bulleen Park and Ride"] = station;
["Hoddle Street"] = "[[Hoddle Highway|Hoddle Street]]",
},
["lines"] = {
["Eastern Busway"] = {
["title"] = "[[Eastern Busway, Melbourne|Eastern Busway]]",
["color"] = "f68a24",
["left terminus"] = "Hoddle Street",
["right terminus"] = "Doncaster Park and Ride"
},
},
["aliases"] = {
}
}
return p