Module:Adjacent stations/Transperth
Appearance
This is a data module for Module:Adjacent stations. It supports services in Perth operated by Transperth.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
HWY line | HWY or High Wycombe or Airport |
008635 |
| |
Armadale line | ARM or Armadale |
febe10 |
| |
Fremantle line | FRE or Fremantle |
005a9c |
| |
Mandurah line | MAN or Mandurah |
e06f1d |
| |
Midland line | MID or Midland |
a90056 |
| |
EBK line | EBK or Morley–Ellenbrook or Ellenbrook |
008635 |
| |
Thornlie line | THO or Thornlie–Cockburn or Thornlie |
febe10 |
| |
YAN line | YAN or Yanchep or Joondalup |
008635 |
|
See also
local x = "%1 railway station, Perth"
local p = {
["system title"] = "[[Transperth Trains|Transperth]]",
["system icon"] = "[[File:Transperth_icon.svg|x14px|link=Transperth Trains|alt=Transperth]]",
["line icon format"] = "link",
["station format"] = {
"%1 railway station",
["Armadale"] = x,
["Ashfield"] = x,
["Bayswater"] = x,
["Carlisle"] = x,
["Claremont"] = x,
["Clarkson"] = x,
["Guildford"] = x,
["Midland"] = x,
["Queens Park"] = x,
["Rockingham"] = x,
["Showgrounds"] = x,
["Stirling"] = x,
["Swanbourne"] = x,
["Victoria Park"] = x,
["Victoria Street"] = x,
["Warwick"] = x,
["Welshpool"] = x,
["Woodbridge"] = x,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 railway line|%1 line]]",
["color"] = "008635"
},
["Armadale"] = {
["title"] = "[[Armadale and Thornlie railway lines|Armadale line]]",
["color"] = "febe10",
["left terminus"] = "Perth",
["right terminus"] = "Armadale"
},
["Fremantle"] = {
["color"] = "005a9c",
["left terminus"] = "Perth",
["right terminus"] = "Fremantle"
},
["Joondalup"] = {
["color"] = "a6aa12",
["left terminus"] = "Elizabeth Quay",
["right terminus"] = {"Butler", "Clarkson", "Whitfords"}
},
["Mandurah"] = {
["color"] = "e06f1d",
["left terminus"] = "Elizabeth Quay",
["right terminus"] = "Mandurah"
},
["Forrestfield"] = {
["title"] = "[[Forrestfield-Airport Link|Forrestfield line]]",
["color"] = "1081a9",
["left terminus"] = "Perth",
["right terminus"] = "Forrestfield"
},
["Midland"] = {
["color"] = "a90056",
["left terminus"] = "Perth",
["right terminus"] = "Midland"
},
["Thornlie"] = {
["title"] = "[[Armadale and Thornlie railway lines|Thornlie line]]",
["color"] = "febe10",
["left terminus"] = "Perth",
["right terminus"] = "Thornlie"
}
},
["aliases"] = {
["arm"] = "Armadale",
["fre"] = "Fremantle",
["ftd"] = "Forrestfield",
["jdp"] = "Joondalup",
["man"] = "Mandurah",
["mid"] = "Midland",
["tho"] = "Thornlie"
}
}
return p