Jump to content

Module:Adjacent stations/South Australian Railways

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 23:08, 4 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[South Australian Railways]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station, South Australia",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 railway line]]",
			["color"] = "999933",
		},
		["Melbourne-Adelaide"] = {
			["title"] = "[[Melbourne–Adelaide railway]]",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Serviceton"
		},
		["Mount Pleasant"] = {
			["left terminus"] = "",
			["right terminus"] = "Mount Pleasant"
		},
		["Robertstown"] = {
			["left terminus"] = "Adelaide",
			["right terminus"] = ""
		},
		["Victor Harbor"] = {
			["left terminus"] = "Adelaide",
			["right terminus"] = "Victor Harbor"
		},
		["Willunga"] = {
			["left terminus"] = "Adelaide",
			["right terminus"] = "Willunga"
		},
	},
}

return p;