Module:Adjacent stations/Adelaide Metro
Appearance
![]() | This Lua module is used on approximately 170 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
This is a data module for Module:Adjacent stations. It supports services operated by Adelaide Metro.
Train
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Train |
0072ce |
| |
Belair line | Belair |
009900 |
| |
Flinders line | Flinders |
ff7f00 |
| |
Gawler line | Gawler |
9c2727 |
| |
Grange line | Grange |
0072c6 |
| |
Outer Harbor line | Outer Harbor |
95979A |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Port Dock |
0072ce |
| |
Seaford line | Seaford |
ff7f00 |
|
Tram
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Tram |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Glenelg |
0072ce |
|
Bus
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bus |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Regional Bus |
0072ce |
|
Bus Service Areas
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Outer South |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Outer North |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Outer North East |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | O-Bahn Busway |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | North South |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | East West |
0072ce |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Hills |
0072ce |
|
local adelaide = "%1 railway station, Adelaide"
local p = {
["system title"] = "[[Adelaide Metro]]",
["system color"] = "0072ce",
["name format"] = "font-size: 170%; font-family:sans-serif; line-height: 100%; text-align:center; color: #FFFFFF; background-color:#0072ce; box-shadow: 0 2px 0 #0072ce; padding: 0.35em 0.35em 0.1em 0.1em;",
["station format"] = {
"%1 railway station",
["Albert Park"] = adelaide,
["Alberton"] = adelaide,
["Blackwood"] = adelaide,
["Brighton"] = adelaide,
["Broadmeadows"] = adelaide,
["Cavan"] = adelaide,
["Cheltenham"] = adelaide,
["Cheltenham Racecourse"] = adelaide,
["Clapham"] = adelaide,
["Croydon"] = adelaide,
["Draper"] = adelaide,
["Hawthorn"] = adelaide,
["Hove"] = adelaide,
["Keswick"] = adelaide,
["Kilburn"] = adelaide,
["Kilkenny"] = adelaide,
["Kirkcaldy"] = adelaide,
["Largs North"] = adelaide,
["Marino"] = adelaide,
["Mile End"] = adelaide,
["Mitcham"] = adelaide,
["National Park"] = adelaide,
["Peterhead"] = adelaide,
["Sailsbury"] = adelaide,
["Seaford"] = adelaide,
["Smithfield"] = adelaide,
["South Brighton"] = adelaide,
["West Croydon"] = adelaide,
["Woodville"] = adelaide,
},
["lines"] = {
["Belair"] = {
["title"] = "[[Belair railway line|Belair line]]",
["color"] = "009900",
["left terminus"] = "Adelaide",
["right terminus"] = "Belair"
},
["Flinders"] = {
["title"] = "[[Flinders railway line|Flinders line]]",
["color"] = "ff7f00",
["left terminus"] = "Adelaide",
["right terminus"] = "Flinders"
},
["Gawler"] = {
["title"] = "[[Gawler railway line|Gawler line]]",
["color"] = "9c2727",
["left terminus"] = "Adelaide",
["right terminus"] = "Gawler"
},
["Grange"] = {
["title"] = "[[Grange railway line|Grange line]]",
["color"] = "0072c6",
["left terminus"] = "Adelaide",
["right terminus"] = "Grange"
},
["Outer Harbor"] = {
["title"] = "[[Outer Harbor railway line|Outer Harbor line]]",
["color"] = "95979A",
["left terminus"] = "Flinders Street",
["right terminus"] = "Flemington Racecourse"
},
["Seaford"] = {
["title"] = "[[Seaford railway line|Seaford line]]",
["color"] = "ff7f00",
["left terminus"] = "Adelaide",
["right terminus"] = "Seaford"
},
},
}
return p;