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

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local det = "%1 station (Detroit)" local p = { ["system title"] = "Detroit People Mover", ["system icon"] = "", ["name format"] = "font-size: 150%; font-fami...')
 
blackwiki>Mackensen
Line 6: Line 6:
 
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; background-color: #226655; color: #FFFFFF",
 
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; background-color: #226655; color: #FFFFFF",
 
["station format"] = {
 
["station format"] = {
"1% station",
+
"%1 station",
 
["Broadway"] = det,
 
["Broadway"] = det,
 
["Financial District"] = det,
 
["Financial District"] = det,

Revision as of 23:41, 1 January 2019

Documentation for this module may be created at Module:Adjacent stations/Detroit People Mover/doc

local det = "%1 station (Detroit)"

local p = {
	["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,
	},
	["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