Difference between revisions of "Module:Adjacent stations/Champlain Flyer"
Jump to navigation
Jump to search
blackwiki>Mackensen (←Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "''Champlain Flyer''", ["system icon"] = "", ["station format"] = { "%1 station", ["Burlington"] =...') |
blackwiki>Mackensen (+Charlotte) |
||
| Line 1: | Line 1: | ||
| + | local vt = "%1 station (Vermont)" | ||
| + | |||
local p = { | local p = { | ||
["lang"] = "en-US", | ["lang"] = "en-US", | ||
| Line 6: | Line 8: | ||
"%1 station", | "%1 station", | ||
["Burlington"] = "Union Station (Burlington, Vermont)", | ["Burlington"] = "Union Station (Burlington, Vermont)", | ||
| + | ["Charlotte"] = vt, | ||
}, | }, | ||
["lines"] = { | ["lines"] = { | ||
Revision as of 15:25, 12 May 2019
This is a data module for Module:Adjacent stations. It supports services operated by the Champlain Flyer.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local vt = "%1 station (Vermont)"
local p = {
["lang"] = "en-US",
["system title"] = "''[[Champlain Flyer]]''",
["system icon"] = "",
["station format"] = {
"%1 station",
["Burlington"] = "Union Station (Burlington, Vermont)",
["Charlotte"] = vt,
},
["lines"] = {
["Main Line"] = {
["title"] = "Burlington–Charlotte",
["color"] = "5A8562",
["left terminus"] = "Burlington",
["right terminus"] = "Charlotte",
},
},
}
return p