Module:Adjacent stations/Journey Beyond

MyWikiBiz, Author Your Legacy — Monday June 03, 2024
< Module:Adjacent stations
Revision as of 18:30, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Journey Beyond)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
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"] = "Manguri Siding",
		["Cook"] = ssa,
		["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"] = {
			["title"] = "[[Great Southern (train)|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"] = "Melbourne",
			["right terminus"] = "Adelaide"
		}
	}
}

return p