Jump to content

Module:Adjacent stations/State Rail Authority

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 01:21, 18 March 2019 (Created page with 'local sydney = "%1 railway station, Sydney" local p = { ["system title"] = "State Rail Authority", ["system icon"] = "", ["station format"] = { "%1 rai...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local sydney = "%1 railway station, Sydney"

local p = {
	["system title"] = "[[State Rail Authority]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Cochrane"] = sydney,
		["St Marys"] = sydney,
	},
	["lines"] = {
		["Ropes Creek"] = {
			["title"] = "[[Ropes Creek railway line|Ropes Creek Line]]",
			["color"] = "FFFF00",
			["left terminus"] = "Ropes Creek",
			["right terminus"] = "St Marys",
		},
	},
}

return p