Difference between revisions of "Module:Adjacent stations/Journey Beyond"
Jump to navigation
Jump to search
blackwiki>McVahl (swap The Overland termini) |
blackwiki>McVahl |
||
| Line 12: | Line 12: | ||
["Adelaide"] = "Adelaide Parklands Terminal", | ["Adelaide"] = "Adelaide Parklands Terminal", | ||
| − | ["Coober Pedy"] = " | + | ["Coober Pedy"] = "Manguri Siding", |
["Cook"] = rsa, | ["Cook"] = rsa, | ||
["Horsham"] = rvi, | ["Horsham"] = rvi, | ||
Revision as of 06:53, 10 July 2020
This is a data module for Module:Adjacent stations. It supports services in Australia operated by the Journey Beyond.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
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"] = 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"] = {
["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