Module:Adjacent stations/Morgantown PRT
Appearance
| This module is rated as pre-alpha. It is incomplete and may or may not be in active development. Do not use it in article namespace pages. A module remains in pre-alpha until its developer, or another editor who adopts it if it is abandoned for some time, considers the basic structure complete. |
This is a data module for Module:Adjacent stations. It supports services operated by Morgantown PRT.
Usage
[edit]Line
[edit]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Personal Rapid Transit | Personal Rapid Transit |
002855 |
|
Types
[edit]| Line | Type | Type keys | Color | Hex color | Icon |
|---|---|---|---|---|---|
| Personal Rapid Transit | Personal Rapid Transit – Circulation Mode | Circulation Mode |
002855 |
|
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