Module:Adjacent stations/Glasgow Subway

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Strathclyde Partnership for Transport|SPT]]",
	["system icon"] = "[[File:Glasgow Subway.svg|13px|link=Glasgow Subway|alt=Glasgow Subway]]",
	["system color"] = "F57C14",
	["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; color:#FFFFFF; background-color:#F57C14; padding:0.4em 4px;",
	["header background color"] = {
		"F57C14",
	},
    ["header text color"] = {
		"FFFFFF",
	},
	["station format"] = {
		"%1 subway station",
		["Partick"] = "Partick station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Glasgow Subway]]",
			["color"] = "F57C14",
			["circular"] = true,
			["left terminus"] = "anticlockwise / inner circle",
			["right terminus"] = "clockwise / outer circle",
		}
	}
}

return p