Jump to content

Module:Adjacent stations/METRORail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:30, 13 August 2019 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "METRORail", ["system icon"] = "16px|link=METRORail", ["station form...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["system title"] = "[[METRORail]]",
	["system icon"] = "[[File:HoustonMetroLogoOnly.svg|16px|link=METRORail]]",
	["station format"] = {
		"%1 station",
		["Bellaire Transit Center"] = "%1",
		["Burnett Transit Center"] = "%1",
		["Downtown Transit Center"] = "%1",
		["Eastwood Transit Center"] = "%1",
		["Hillcroft Transit Center"] = "%1",
		["Magnolia Park Transit Center"] = "%1",
		["Northline Transit Center"] = "%1",
		["Palm Center Transit Center"] = "%1",
		["TMC Transit Center"] = "%1",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[METRORail %1 Line|%1 Line]]",
		},
		["Green"] = {
			["color"] = "6e8d24",
			["left terminus"] = "Theater District",
			["right terminus"] = "Magnolia Park Transit Center",
		},
		["Purple"] = {
			["color"] = "78486a",
			["left terminus"] = "Theater District",
			["right terminus"] = "Palm Center Transit Center",
		},
		["Red"] = {
			["color"] = "e51836",
			["left terminus"] = "Fannin South",
			["right terminus"] = "Northline Transit Center",
		},
		["University"] = {
			["color"] = "11679a",
			["left terminus"] = "Hillcroft Transit Center",
			["right terminus"] = "Eastwood Transit Center",
		},
		["Uptown"] = {
			["color"] = "b99764",
		},
	},
}

return p