Difference between revisions of "Module:Adjacent stations/Detroit People Mover"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(lang)
blackwiki>NixillUmbreon
(Disambiguation for new Convention Center station (page move to be completed))
Line 11: Line 11:
 
["Financial District"] = det,
 
["Financial District"] = det,
 
["Times Square"] = det,
 
["Times Square"] = det,
 +
["Convention Center"] = det
 
},
 
},
 
["lines"] = {
 
["lines"] = {

Revision as of 23:58, 15 November 2019

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