Jump to content

Module:Adjacent stations/sandbox/Warsaw Public Transport

From Wikipedia, the free encyclopedia
local p = {
	["system title"] = "Warsaw Public Transport",
	["system icon"] = "[[File:Warszawski transport publiczny sygnet.svg|18px]]",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["ZTM"] = {
			["title"] = "[[Public Transport Authority (Warsaw)|Public Transport Authority]]",
			["icon"] = "[[File:Znak promocyjny Warszawy (symbol herbowy).svg]]",
		},
		["BUS"] = {
			["title"] = "[[Bus transport in Warsaw]]",
			["icon"] = "[[File:WTP autobus.svg]]",
		},
		["TRAM"] = {
			["title"] = "[[Trams in Warsaw]]",
			["icon"] = "[[File:WTP tramwaj.svg]]",
		},
		["RAIL"] = {
			["title"] = "[[Szybka Kolej Miejska (Warsaw)]]",
			["icon"] = "[[File:WTP kolej.svg]]",
		},
		["METRO"] = {
			["title"] = "[[Warsaw Metro]]",
			["icon"] = "[[File:WTP metro.svg]]",
		},
		["P+R"] = {
			["title"] = "Park and Ride in Warsaw",
			["icon"] = "[[File:WTP park-ride.svg]]",
		},
	},
}

return p