Module:Adjacent stations/Metroway: Difference between revisions
imported>Mackensen (←Created page with 'local metro = "%1 station (Washington Metro)" local way = "%1 station (Metroway)" local p = { ["lang"] = "en-US", ["system title"] = "Metroway", ["system...') |
(No difference)
|
Latest revision as of 23:45, 4 Mayıs 2019
Template:Adjacent stations doc
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local metro = "%1 station (Washington Metro)"
local way = "%1 station (Metroway)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Metroway]]",
["system icon"] = "",
["system color"] = "2751a3",
["station format"] = {
"%1 station",
["Crystal City"] = metro,
["Potomac"] = way,
},
["lines"] = {
["_default"] = {
["color"] = "2751a3",
},
["Potomac Yard"] = {
["title"] = "[[Metroway|Potomac Yard]]",
["left terminus"] = "Braddock Road",
["right terminus"] = "Pentagon City",
},
},
}
return p