Module:Adjacent stations/Transwa
Appearance
This is a data module for Module:Adjacent stations. It supports services in regional areas of Western Australia operated by Transwa.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Australind | Australind |
53437f |
| |
AvonLink | AvonLink |
76952c |
| |
MerredinLink | MerredinLink |
76952c |
| |
Prospector | Prospector |
fece51 |
|
See also
local x = "%1 railway station, Perth"
local y = "%1 railway station, Western Australia"
local z = "%1, Western Australia"
local p = {
["system title"] = "[[Transwa]]",
["system icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa Trains]]",
["system color"] = "ec4025",
["line icon format"] = "link",
["station format"] = {
"%1 railway station",
["Armadale"] = x,
["Midland"] = x,
["Brunswick Junction"] = y,
["Harvey"] = y,
["Northam"] = y,
["Southern Cross"] = y,
["Bodallin"] = z,
["Bonnie Vale"] = z,
["Burracoppin"] = z,
["Carrabin"] = z,
["Cookernup"] = z,
["Doodlakine"] = z,
["Cunderdin"] = z,
["Hines Hill"] = z,
["Kellerberrin"] = z,
["Koolyanobbing"] = z,
["Meckering"] = z,
["Moorine Rock"] = z,
["Mundijong"] = z,
["North Dandalup"] = z,
["Serpentine"] = z,
["Tammin"] = z,
["Waroona"] = z,
["Yarloop"] = z
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "ec4025"
},
["Australind"] = {
["title"] = "[[Australind (train)|Australind]]",
["color"] = "53437f",
["left terminus"] = "Perth",
["right terminus"] = "Bunbury"
},
["MerredinLink"] = {
["color"] = "76952c",
["left terminus"] = "East Perth",
["right terminus"] = "Merredin"
},
["AvonLink"] = {
["color"] = "76952c",
["left terminus"] = "Midland",
["right terminus"] = "Northam"
},
["Prospector"] = {
["title"] = "[[The Prospector (train)|Prospector]]",
["color"] = "fece51",
["left terminus"] = "East Perth",
["right terminus"] = "Kalgoorlie"
}
}
}
return p