Module:Adjacent stations/Detroit People Mover/sandbox
MyWikiBiz, Author Your Legacy — Thursday November 14, 2024
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/Detroit People Mover/sandbox/doc
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