Module:Adjacent stations/Transwa: Difference between revisions
Appearance
Content deleted Content added
+name format |
bypass redirects |
||
Line 45: | Line 45: | ||
}, |
}, |
||
["Australind"] = { |
["Australind"] = { |
||
["title"] = "[[Australind (train |
["title"] = "[[Australind (train)|Australind]]", |
||
["color"] = "4d397c", |
["color"] = "4d397c", |
||
["left terminus"] = "Perth", |
["left terminus"] = "Perth", |
||
Line 61: | Line 61: | ||
}, |
}, |
||
["Prospector"] = { |
["Prospector"] = { |
||
["title"] = "[[The Prospector (train)|Prospector]]", |
["title"] = "[[The Prospector (train service)|Prospector]]", |
||
["color"] = "fcca36", |
["color"] = "fcca36", |
||
["left terminus"] = "East Perth", |
["left terminus"] = "East Perth", |
Revision as of 13:46, 25 November 2020
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 Trains]]",
["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,
["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"] = "4d397c",
["left terminus"] = "Perth",
["right terminus"] = "Bunbury"
},
["MerredinLink"] = {
["color"] = "6e961b",
["left terminus"] = "East Perth",
["right terminus"] = "Merredin"
},
["AvonLink"] = {
["color"] = "6e961b",
["left terminus"] = "Midland",
["right terminus"] = "Northam"
},
["Prospector"] = {
["title"] = "[[The Prospector (train service)|Prospector]]",
["color"] = "fcca36",
["left terminus"] = "East Perth",
["right terminus"] = "Kalgoorlie"
}
}
}
return p