Module:Adjacent stations/M-1 Rail

From Wikipedia, the free encyclopedia

local p = {
	["lang"] = "en-US",
	["system title"] = "QLine",
	["system icon"] = "[[File:QLINE Logo.svg|16px|link=QLine]]",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; color: #7a7174; background-color: #FFFFFF;",
	["station format"] = {
		"%1 station",
		["Baltimore Street"] = "Detroit station",
	},
	["lines"] = {
		["QLine"] = {
			["title"] = "[[QLine]]",
			["color"] = "d7001c",
			["left terminus"] = "Grand Boulevard",
			["right terminus"] = "Congress Street",
		},
	},
}

return p