Jump to content

Module:Adjacent stations/Puffing Billy Railway

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Purin128AL (talk | contribs) at 10:47, 17 March 2023 (Purin128AL moved page Module:Adjacent stations/Victoria tourist railway to Module:Adjacent stations/Puffing Billy Railway without leaving a redirect). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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;