Module:Adjacent stations/Warsaw Public Transport
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Warsaw Public Transport.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Public Transport Authority | ZTM |
|
| |
Bus transport in Warsaw | BUS |
|
| |
Night-time bus transport in Warsaw | NIGHT |
|
| |
Local "L" buses in Warsaw | LOCAL |
|
| |
Touristic bus transport in Warsaw | BUS-TOURISTIC |
|
| |
Trams in Warsaw | TRAM |
|
| |
Touristic trams in Warsaw | TRAM-TOURISTIC |
|
| |
Warsaw Metro | METRO |
|
| |
Szybka Kolej Miejska (Warsaw) | RAIL |
|
| |
Warsaw Commuter Railway | WKD |
|
| |
Masovian Railways | KM |
|
| |
Piaseczyńska Kolej Wąskotorowa | PKW |
|
| |
Ferry transport in Warsaw | FERRY |
|
| |
Park and Ride in Warsaw | P+R |
|
| |
Kiss and Ride in Warsaw | K+R |
|
| |
Bike and Ride in Warsaw | B+R |
|
|
local p = {
["system title"] = "Warsaw Public Transport",
["system icon"] = "[[File:Warszawski transport publiczny sygnet.svg|20px]]",
["station format"] = {
"",
[""] = "",
},
["lines"] = {
["ZTM"] = {
["title"] = "[[Public Transport Authority (Warsaw)|Public Transport Authority]]",
["icon"] = "[[File:Znak promocyjny Warszawy (symbol herbowy).svg|17px|link=Public Transport Authority (Warsaw)]]",
},
["BUS"] = {
["title"] = "[[Bus transport in Warsaw]]",
["icon"] = "[[File:WTP autobus.svg|20px|link=Bus transport in Warsaw]]",
},
["TRAM"] = {
["title"] = "[[Trams in Warsaw]]",
["icon"] = "[[File:WTP tramwaj.svg|20px|link=Trams in Warsaw]]",
},
["RAIL"] = {
["title"] = "[[Szybka Kolej Miejska (Warsaw)]]",
["icon"] = "[[File:WTP kolej.svg|20px|link=Fast Urban Railway (Warsaw)]]",
},
["METRO"] = {
["title"] = "[[Warsaw Metro]]",
["icon"] = "[[File:WTP metro.svg|20px|link=Warsaw Metro]]",
},
["P+R"] = {
["title"] = "Park and Ride in Warsaw",
["icon"] = "[[File:WTP park-ride.svg|20px|link=Park and Ride in Warsaw]]",
},
["K+R"] = {
["title"] = "Kiss and Ride in Warsaw",
["icon"] = "[[File:WTP Kiss&Ride 2.svg|20px|link=Kiss and Ride in Warsaw]]",
},
["B+R"] = {
["title"] = "Bike and Ride in Warsaw",
["icon"] = "[[File:WTP Bike&Ride 2.svg|20px|link=Bike and Ride in Warsaw]]",
},
["NIGHT"] = {
["title"] = "[[Bus transport in Warsaw#Night lines|Night-time bus transport in Warsaw]]",
["icon"] = "[[File:WTP komunikacja nocna.svg|20px|link=Bus transport in Warsaw#Night lines]]",
},
["LOCAL"] = {
["title"] = "[[Bus transport in Warsaw#Local lines|Local "L" buses in Warsaw]]",
["icon"] = "[[File:WTP linie lokalne „L”.svg|20px|link=Bus transport in Warsaw#Local lines]]",
},
["WKD"] = {
["title"] = "[[Warsaw Commuter Railway]]",
["icon"] = "[[File:WTP Warszawska Kolej Dojazdowa.svg|20px|link=Warsaw Commuter Railway]]",
},
["PKW"] = {
["title"] = "Piaseczyńska Kolej Wąskotorowa",
["icon"] = "[[File:WTP Piaseczyńska Kolej Wąskotorowa (WLT).svg|20px|link=Piaseczyńska Kolej Wąskotorowa]]",
},
["KM"] = {
["title"] = "[[Masovian Railways]]",
["icon"] = "[[File:WTP Koleje Mazowieckie.svg|20px|link=Masovian Railways]]",
},
["TRAM-TOURISTIC"] = {
["title"] = "[[Trams in Warsaw|Touristic trams in Warsaw]]",
["icon"] = "[[File:WTP tramwaj turystyczny (WLT).svg|20px|link=Trams in Warsaw]]",
},
["BUS-TOURISTIC"] = {
["title"] = "[[Bus transport in Warsaw|Touristic bus transport in Warsaw]]",
["icon"] = "[[File:WTP autobus turystyczny (WLT).svg|20px|link=Bus transport in Warsaw]]",
},
["FERRY"] = {
["title"] = "Ferry transport in Warsaw",
["icon"] = "[[File:WTP prom.svg|20px|link=Ferry transport in Warsaw]]",
},
},
}
return p