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 |
4d397c |
| |
AvonLink | AvonLink |
6e961b |
| |
MerredinLink | MerredinLink |
6e961b |
| |
Prospector | Prospector |
fcca36 |
|
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]]",
["system color"] = "ec4025",
["name format"] = "font-family: Arial, sans; background-color: #ffffff; font-weight: normal; font-size: 160%; color: #000000; border: 1px solid #dddddd; padding: 0.4em; white-space: nowrap; margin: 0.25em;",
["line icon format"] = "link",
["station format"] = {
"%1 railway station",
["Armadale"] = x,
["Midland"] = x,
["Harvey"] = y,
["Northam"] = y,
["Southern Cross"] = y,
["Bodallin"] = z,
["Bonnie Vale"] = z,
["Brunswick Junction"] = z,
["Burracoppin"] = z,
["Carrabin"] = z,
["Cookernup"] = z,
["Doodlakine"] = z,
["Cunderdin"] = z,
["Hines Hill"] = z,
["Kellerberrin"] = z,
["Koolyanobbing"] = z,
["Moorine Rock"] = z,
["North Dandalup"] = z,
["Serpentine"] = z,
["Tammin"] = z,
["Waroona"] = z,
["Yarloop"] = z
},
["lines"] = {
["_default"] = {
["title"] = "[[%1]]",
["color"] = "ec4025"
},
["Australind"] = {
["title"] = "[[Australind (train)|Australind]]",
["note-mid"] = "(closed until 2025)",
["color"] = "4d397c",
["left terminus"] = "Perth",
["right terminus"] = "Bunbury",
["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
},
["MerredinLink"] = {
["color"] = "6e961b",
["left terminus"] = "East Perth",
["right terminus"] = "Merredin",
["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
},
["AvonLink"] = {
["color"] = "6e961b",
["left terminus"] = "Midland",
["right terminus"] = "Northam",
["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
},
["Prospector"] = {
["title"] = "[[The Prospector (train)|Prospector]]",
["color"] = "fcca36",
["left terminus"] = "East Perth",
["right terminus"] = "Kalgoorlie",
["icon"] = "[[File:Transwa icon v2.svg|x14px|link=Transwa|alt=Transwa]]",
}
}
}
return p