Module:Adjacent stations/Glasgow Subway

From blackwiki
< Module:Adjacent stations
Revision as of 17:36, 24 March 2019 by blackwiki>Jc86035 (Created page with 'local p = { ["system title"] = "Glasgow Subway", ["system icon"] = "13px|link=Glasgow Subway|alt=Glasgow Subway", ["station fo...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Glasgow Subway/doc

local p = {
	["system title"] = "[[Glasgow Subway]]",
	["system icon"] = "[[File:Glasgow Subway.svg|13px|link=Glasgow Subway|alt=Glasgow Subway]]",
	["station format"] = {
		"%1 subway station",
		["Partick"] = "Partick station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Glasgow Subway]]",
			["color"] = "F57C14",
			["circular"] = true,
			["left terminus"] = "anticlockwise",
			["right terminus"] = "clockwise",
		}
	}
}

return p