Module:Adjacent stations/Puffing Billy Railway: Difference between revisions
imported>Gonnym (not needed as the entire network should be listed at Puffing Billy Railway) |
(No difference)
|
Latest revision as of 13:39, 21 March 2022
Template:Adjacent stations doc
V/Line LinesEdit
Template:Rail template doc Template:Rail template doc Template:Rail template doc
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;