Module:Adjacent stations/Journey Beyond
Appearance
This is a data module for Module:Adjacent stations. It supports services in Australia operated by Journey Beyond.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
The Ghan | The Ghan |
B80033 |
| |
Great Southern | Great Southern |
F78024 |
| |
Indian Pacific | Indian Pacific |
0A497F |
| |
The Overland | The Overland |
00553D |
|
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",
["Brisbane"] = "Acacia Ridge, Queensland",
["Coober Pedy"] = "Manguri Siding",
["Cook"] = ssa,
["Horsham"] = rvi,
["Inverleigh"] = "Inverleigh, Victoria",
["Katherine"] = snt,
["Marla"] = ssa,
["Melbourne"] = "Southern Cross railway station",
["Perth"] = "East Perth railway station",
["Sydney"] = "Central railway station, Sydney"
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "455964"
},
["The Ghan"] = {
["color"] = "B80033",
["text color"] = "FFF",
["left terminus"] = "Darwin",
["right terminus"] = "Adelaide"
},
["Great Southern"] = {
["title"] = "[[Great Southern (train)|Great Southern]]",
["color"] = "F78024",
["text color"] = "FFF",
["left terminus"] = "Adelaide",
["right terminus"] = "Brisbane"
},
["Indian Pacific"] = {
["color"] = "0A497F",
["text color"] = "FFF",
["left terminus"] = "Perth",
["right terminus"] = "Sydney"
},
["The Overland"] = {
["color"] = "00553D",
["text color"] = "FFF",
["left terminus"] = "Adelaide",
["right terminus"] = "Melbourne"
}
}
}
return p