Difference between revisions of "Module:Adjacent stations/Journey Beyond"

From blackwiki
Jump to navigation Jump to search
blackwiki>McVahl
m (McVahl moved page Module:Adjacent stations/GSR to Module:Adjacent stations/Journey Beyond without leaving a redirect: update to most recent name)
blackwiki>McVahl
(+Great Southern; update colours based on logo)
Line 26: Line 26:
 
},
 
},
 
["The Ghan"] = {
 
["The Ghan"] = {
["color"] = "8a122c",
+
["color"] = "a1233d",
 
["left terminus"] = "Darwin",
 
["left terminus"] = "Darwin",
 
["right terminus"] = "Adelaide"
 
["right terminus"] = "Adelaide"
 +
},
 +
["Great Southern"] = {
 +
["color"] = "e38633",
 +
["left terminus"] = "Adelaide",
 +
["right terminus"] = "Brisbane"
 
},
 
},
 
["Indian Pacific"] = {
 
["Indian Pacific"] = {
["color"] = "0d467d",
+
["color"] = "173963",
 
["left terminus"] = "East Perth",
 
["left terminus"] = "East Perth",
 
["right terminus"] = "Sydney"
 
["right terminus"] = "Sydney"
 
},
 
},
 
["The Overland"] = {
 
["The Overland"] = {
["color"] = "00513b",
+
["color"] = "00543e",
 
["left terminus"] = "Adelaide",
 
["left terminus"] = "Adelaide",
 
["right terminus"] = "Melbourne"
 
["right terminus"] = "Melbourne"

Revision as of 02:08, 3 July 2020

local rsa = "%1 railway station, South Australia"
local rvi = "%1 railway station, Victoria"
local snt = "%1, Northern Territory"
local ssa = "%1, South Australia"

local p = {
	["system title"] = "[[Journey Beyond]]",
	["system color"] = "455964",
	["line icon format"] = "link",
	["station format"] = {
		"%1 railway station",
		
		["Adelaide"] = "Adelaide Parklands Terminal",
		["Coober Pedy"] = "Coober Pedy",
		["Cook"] = rsa,
		["Horsham"] = rvi,
		["Katherine"] = snt,
		["Marla"] = ssa,
		["Melbourne"] = "Southern Cross railway station",
		["Sydney"] = "Central railway station, Sydney"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1]]",
			["color"] = "455964"
		},
		["The Ghan"] = {
			["color"] = "a1233d",
			["left terminus"] = "Darwin",
			["right terminus"] = "Adelaide"
		},
		["Great Southern"] = {
			["color"] = "e38633",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Brisbane"
		},
		["Indian Pacific"] = {
			["color"] = "173963",
			["left terminus"] = "East Perth",
			["right terminus"] = "Sydney"
		},
		["The Overland"] = {
			["color"] = "00543e",
			["left terminus"] = "Adelaide",
			["right terminus"] = "Melbourne"
		}
	}
}

return p