Jump to content

Module:Adjacent stations/Morgantown PRT

From Humanipedia

Lua error in package.lua at line 80: module 'Module:Yesno' not found.

Usage[edit source]

This is a data module for Module:Adjacent stations. It supports services operated by Morgantown PRT.

Line[edit source]

Template:Rail template doc Template:Rail template doc Template:Rail template doc

Types[edit source]

Template:Rail template doc Template:Rail template doc Template:Rail template doc {{#invoke:Adjacent stations/Morgantown PRT|function_name}}




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