Module:Adjacent stations/Georgia Railroad: Difference between revisions
Appearance
Content deleted Content added
Cards84664 (talk | contribs) +Decatur |
Correcting/adding link. |
||
Line 9: | Line 9: | ||
["station format"] = { |
["station format"] = { |
||
"%1 station", |
"%1 station", |
||
["Augusta"] = "Augusta Union Station", |
|||
["Decatur"] = gr, |
["Decatur"] = gr, |
||
}, |
}, |
||
Line 18: | Line 19: | ||
["title"] = "Main Line", |
["title"] = "Main Line", |
||
["left terminus"] = "Atlanta", |
["left terminus"] = "Atlanta", |
||
["right terminus"] = " |
["right terminus"] = "Augusta", |
||
}, |
}, |
||
}, |
}, |
Revision as of 13:18, 3 February 2023
This is a data module for Module:Adjacent stations. It supports services operated by Georgia Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main |
103579 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Camak-Macon |
103579 |
|
local gr = "%1 station (Georgia Railroad)"
local ga = "%1 station (Georgia)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Georgia Railroad and Banking Company|Georgia Railroad]]",
["system icon"] = "",
["system color"] = "103579",
["station format"] = {
"%1 station",
["Augusta"] = "Augusta Union Station",
["Decatur"] = gr,
},
["lines"] = {
["_default"] = {
["color"] = "103579",
},
["Main"] = {
["title"] = "Main Line",
["left terminus"] = "Atlanta",
["right terminus"] = "Augusta",
},
},
}
return p