Module:Adjacent stations/Lehigh Valley Transit Company: Difference between revisions
Appearance
Content deleted Content added
←Created page with 'local lvt = "%1 station (Lehigh Valley Transit)" local nhsl = "%1 station (Norristown High Speed Line)" local septa = "%1 station (SEPTA)" local tc = "%1 Transpo...' |
Cards84664 (talk | contribs) +Hatfield |
||
(10 intermediate revisions by one other user not shown) | |||
Line 15: | Line 15: | ||
["Bridgeport"] = septa, |
["Bridgeport"] = septa, |
||
["Bryn Mawr"] = nhsl, |
["Bryn Mawr"] = nhsl, |
||
["Centre Valley"] = lvt, |
|||
["County Line"] = nhsl, |
["County Line"] = nhsl, |
||
["Hatfield"] = lvt, |
|||
["Haverford"] = nhsl, |
["Haverford"] = nhsl, |
||
["King Manor"] = "DeKalb Street station", |
|||
["Main Street"] = septa, |
["Main Street"] = septa, |
||
["Norristown"] = |
["Norristown"] = "[[Norristown Transportation Center|Lafayette Street]]", |
||
["Penfield"] = septa, |
["Penfield"] = septa, |
||
["Perkasie"] = lvt, |
|||
["Quakertown"] = lvt, |
|||
["Radnor"] = nhsl, |
["Radnor"] = nhsl, |
||
["Rosemont"] = "Roberts Road station", |
|||
["Villanova"] = nhsl, |
["Villanova"] = nhsl, |
||
["West Overbrook"] = "Township Line Road station", |
|||
}, |
}, |
||
["lines"] = { |
["lines"] = { |
||
Line 27: | Line 34: | ||
["title"] = "[[Liberty Bell High Speed Line]]", |
["title"] = "[[Liberty Bell High Speed Line]]", |
||
["color"] = "D3D3D3", |
["color"] = "D3D3D3", |
||
["left terminus"] = " |
["left terminus"] = "Allentown", |
||
["right |
["right terminus"] = "69th Street", |
||
} |
} |
||
}, |
}, |
Latest revision as of 17:57, 28 January 2021
This is a data module for Module:Adjacent stations. It supports services operated by Lehigh Valley Transit Company.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Liberty Bell High Speed Line | Liberty Bell |
D3D3D3 |
|
local lvt = "%1 station (Lehigh Valley Transit)"
local nhsl = "%1 station (Norristown High Speed Line)"
local septa = "%1 station (SEPTA)"
local tc = "%1 Transportation Center"
local p = {
["lang"] = "en-US",
["system title"] = "[[Lehigh Valley Transit Company]]",
["system icon"] = "",
["name format"] = "",
["station format"] = {
"%1 station",
["69th Street"] = tc,
["Allentown"] = lvt,
["Bridgeport"] = septa,
["Bryn Mawr"] = nhsl,
["Centre Valley"] = lvt,
["County Line"] = nhsl,
["Hatfield"] = lvt,
["Haverford"] = nhsl,
["King Manor"] = "DeKalb Street station",
["Main Street"] = septa,
["Norristown"] = "[[Norristown Transportation Center|Lafayette Street]]",
["Penfield"] = septa,
["Perkasie"] = lvt,
["Quakertown"] = lvt,
["Radnor"] = nhsl,
["Rosemont"] = "Roberts Road station",
["Villanova"] = nhsl,
["West Overbrook"] = "Township Line Road station",
},
["lines"] = {
["Liberty Bell"] = {
["title"] = "[[Liberty Bell High Speed Line]]",
["color"] = "D3D3D3",
["left terminus"] = "Allentown",
["right terminus"] = "69th Street",
}
},
}
return p