Difference between revisions of "Module:Adjacent stations/Alton Railroad"
Jump to navigation
Jump to search
blackwiki>Cards84664 (+Chatham) |
blackwiki>Cards84664 (Undid revision 922392241 by Cards84664 (talk)) |
||
| Line 7: | Line 7: | ||
["system color"] = "e30000", | ["system color"] = "e30000", | ||
["station format"] = { | ["station format"] = { | ||
| − | |||
["Peoria"] = "Peoria Union Station", | ["Peoria"] = "Peoria Union Station", | ||
["Washington"] = arr, | ["Washington"] = arr, | ||
Revision as of 21:04, 21 October 2019
Documentation for this module may be created at Module:Adjacent stations/Alton Railroad/doc
local arr = "%1 station (Alton Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Alton Railroad]]",
["system icon"] = "",
["system color"] = "e30000",
["station format"] = {
["Peoria"] = "Peoria Union Station",
["Washington"] = arr,
"%1 station",
},
["lines"] = {
["_default"] = {
["color"] = "e30000",
},
["Dwight-Peoria"] = {
["title"] = "[[Dwight, Illinois|Dwight]] – [[Peoria, Illinois|Peoria]]",
["left terminus"] = "Peoria",
["right terminus"] = "Dwight",
},
["Sherman-Peoria"] = {
["title"] = "[[Sherman, Illinois|Sherman]] – [[Peoria, Illinois|Peoria]]",
["left terminus"] = "Sherman",
["right terminus"] = "Peoria",
},
},
}
return p