Jump to content

Module:Adjacent stations/Morgantown PRT

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by DontCallMeLateForDinner (talk | contribs) at 04:01, 14 January 2025 (created module, let's see if it works). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local wvu = "%1 station (Morgantown PRT)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Morgantown Personal Rapid Transit|Morgantown PRT]]",
	["system icon"] = "[[File:WVU flying WV Gold124.svg|18px|link=Morgantown Personal Rapid Transit|alt=]]",
	["station format"] = {
		"%1 station",
	["Health Sciences"] = wvu,
	["Towers"] = wvu,
	["Engineering"] = wvu,
	["Beechurst"] = wvu,
	["Walnut"] = wvu,

	},
	["lines"] = {
		["Personal Rapid Transit"] = {
			["title"] = "Personal Rapid Transit",
			["color"] = "002855",
			["left terminus"] = "Health Sciences",
			["right terminus"] = "Walnut",
			["types"] = {
				["Circulation Mode"] = {
					["title"] = "Circulation Mode", 
				}
			}
		}
	},
}

return p