Module:Adjacent stations/State Rail Authority

From blackwiki
< Module:Adjacent stations
Revision as of 12:50, 26 September 2020 by Blackwikiadmin (talk | contribs) (45 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
local nsw = "%1 railway station, New South Wales"
local sydney = "%1 railway station, Sydney"
local town = "%1, New South Wales"
local self = "%1"

local p = {
	["system title"] = "Former Services",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Auburn"] = sydney,
		["Balmoral"] = nsw,
		["Bethungra"] = town,
		["Border Loop"] = "Cougal Spiral",
		["Braemar"] = nsw,
		["Braunstone"] = town,
		["Brawlin"] = town,
		["Buxton"] = nsw,
		["Clyde"] = sydney,
		["Cochrane"] = sydney,
		["Colo Vale"] = nsw,
		["Corobimilla"] = town,
		["Cream Of Tartar"] = "Cream_Of_Tartar_Works_Platform_railway_station",
		["Frampton"] = town,
		["Ganmain"] = self,
		["Goodyear"] = "Goodyear_Platform_railway_station",
		["Grong Grong"] = self,
		["Hill Top"] = nsw,
		["Illabo"] = self,
		["Jindalee"] = town,
		["Koolkhan"] = town,
		["Marinna"] = town,
		["Marrar"] = town,
		["Matong"] = self,
		["Nubba"] = town,
		["Old Junee"] = self,
		["Sandown"] = "Sandown_Platform_railway_station",
		["Shepherds"] = nsw,
		["St Marys"] = sydney,
		["Sydney"] = sydney,
		["Thirlmere"] = nsw,
		["Wallendbeen"] = self,
		["Yanco"] = self,
	},
	["lines"] = {
		["Bombala"] = {
			["title"] = "[[Bombala railway line|Bombala Line]]",
			["color"] = "339e35",
			["left terminus"] = "Bombala",
			["right terminus"] = "Sydney",
		},
		["Hay"] = {
			["title"] = "[[Hay railway line|Hay Line]]",
			["color"] = "339e35",
			["left terminus"] = "Hay",
			["right terminus"] = "Junee",
		},
		["Lake Cargelligo"] = {
			["title"] = "[[Lake Cargelligo railway line|Lake Cargelligo Line]]",
			["color"] = "d3d3d3",
			["left terminus"] = "Lake Cargelligo",
			["right terminus"] = "Cootamundra",
		},
		["Main Southern"] = {
			["title"] = "[[Main Southern railway line, New South Wales|Main Southern Line]]",
			["color"] = "339e35",
			["left terminus"] = "Albury",
			["right terminus"] = "Sydney",
		},
		["Main Western"] = {
			["title"] = "[[Main Western railway line, New South Wales|Main Western Line]]",
			["color"] = "fcb514",
			["left terminus"] = "Bourke",
			["right terminus"] = "Sydney",
		},
		["North Coast"] = {
			["title"] = "[[North Coast railway line, New South Wales|North Coast Line]]",
			["color"] = "ff0000",
			["left terminus"] = "Border Loop",
			["right terminus"] = "Sydney",
		},
		["Picton Loop"] = {
			["title"] = "[[Picton–Mittagong loop railway line|Picton Loop]] (closed)",
			["color"] = "d3d3d3",
			["left terminus"] = "Mittagong",
			["right terminus"] = "Picton",
		},
		["Rookwood"] = {
			["title"] = "[[Rookwood Cemetery railway line]]",
			["color"] = "d3d3d3",
			["left terminus"] = "Cemetery Station No. 4",
			["right terminus"] = "Regent Street",
		},
		["Ropes Creek"] = {
			["title"] = "[[Ropes Creek railway line|Ropes Creek Line]]",
			["color"] = "FFFF00",
			["left terminus"] = "Ropes Creek",
			["right terminus"] = "St Marys",
		},
		["Sandown"] = {
			["title"] = "[[Sandown railway line|Sandown Line]]",
			["color"] = "FFFF00",
			["left terminus"] = "Sandown",
			["right terminus"] = "Rosehill",			
		},
		["Tocumwal"] = {
			["title"] = "[[Tocumwal railway line, New South Wales|Tocumwal Line]]",
			["color"] = "d3d3d3",
			["left terminus"] = "Tocumwal",
			["right terminus"] = "Narrandera",
		},	
		["Toronto"] = {
			["title"] = "[[Toronto railway line|Toronto Line]]",
			["color"] = "FF0000",
			["left terminus"] = "Fassifern",
			["right terminus"] = "Toronto",
		},	
		["Tumut"] = {
			["title"] = "[[Tumut and Kunama railway lines|Tumut Line]]",
			["color"] = "d3d3d3",
			["left terminus"] = "Tumut",
			["right terminus"] = "Cootamundra",
		},	
	},
}

return p