Module:Adjacent stations/Detroit People Mover

MyWikiBiz, Author Your Legacy — Thursday June 27, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Detroit People Mover/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",
	["station format"] = {
		"%1 station",
		["Broadway"] = det,
		["Financial District"] = det,
		["Times Square"] = det,
		["Convention Center"] = 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