Difference between revisions of "Module:Adjacent stations/Lake Erie and Northern Railway"
Jump to navigation
Jump to search
blackwiki>Julius177 m |
blackwiki>Julius177 |
||
| Line 11: | Line 11: | ||
["_default"] = { | ["_default"] = { | ||
["color"] = "640E27", | ["color"] = "640E27", | ||
| + | }, | ||
| + | ["Main"] = { | ||
| + | ["title"] = "Mainline", | ||
| + | ["color"] = "640E27", | ||
| + | ["left terminus"] = "Galt Main Street", | ||
| + | ["right terminus"] = "Port Dover", | ||
}, | }, | ||
}, | }, | ||
Revision as of 21:37, 6 August 2020
Documentation for this module may be created at Module:Adjacent stations/Lake Erie and Northern Railway/doc
local len = "%1 station (LE&N)"
local p = {
["lang"] = "en-CA",
["system title"] = "[[Lake Erie and Northern Railway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Mount Pleasant"] = "Mount Pleasant station (Brant County, Ontario)",
},
["lines"] = {
["_default"] = {
["color"] = "640E27",
},
["Main"] = {
["title"] = "Mainline",
["color"] = "640E27",
["left terminus"] = "Galt Main Street",
["right terminus"] = "Port Dover",
},
},
}
return p