Module:Adjacent stations/Detroit People Mover/sandbox
Appearance
This is the module sandbox page for Module:Adjacent stations/Detroit People Mover (diff). |
This is a data module for Module:Adjacent stations. It supports services operated by Detroit People Mover/sandbox.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Detroit People Mover | Detroit People Mover |
2E3191 |
|
local det = "%1 station (Detroit)"
local p = {
["lang"] = "en-US",
["system title"] = "Detroit People Mover",
["system icon"] = "",
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; background-color: #226655; color: #FFFFFF",
["infobox station"] = {
["_header"] = {
["font-size"] = "150%",
["font-family"] = "sans-serif",
["font-weight"] = "bolder",
["line-height"] = "150%",
["background-color"] = "#226655",
["color"] = "#FFFFFF"
}
},
["station format"] = {
"%1 station",
["Broadway"] = det,
["Financial District"] = det,
["Times Square"] = det,
},
["lines"] = {
["Detroit People Mover"] = {
["title"] = "[[File:DPM icon.png|32px|link=Detroit People Mover]]",
["color"] = "546684",
["oneway-left"] = true,
["right terminus"] = "Grand Circus Park",
},
},
}
return p