Module:Adjacent stations/Puffing Billy Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Puffing Billy Railway.
Puffing Billy Railway
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Gembrook line | Gembrook |
993300 |
|
local melbourne = "%1 railway station, Melbourne"
local victoria = "%1 railway station, Victoria"
local p = {
["system title"] = "[[Puffing Billy Railway]]",
["system icon"] = "",
["system color"] = "993300",
["station format"] = {
["Belgrave"] = "Belgrave (Puffing Billy) railway station",
["Emerald"] = victoria,
["Lakeside"] = melbourne,
["Nobelius Siding"] = "Nobelius Siding",
["Selby"] = melbourne,
"%1 railway station",
},
["lines"] = {
["Gembrook"] = {
["title"] = "[[Puffing Billy Railway|Gembrook line]]",
["color"] = "993300",
["left terminus"] = "Belgrave",
["right terminus"] = "Gembrook"
},
},
}
return p;