Jump to content

Module:Adjacent stations/Athens Other

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Minoa (talk | contribs) at 20:30, 27 November 2022 (Created page with 'local p = { ["system title"] = "Public transport in Athens", ["system icon"] = "16px|link=OASA|Transport for Athens", ["lines"] = { ["_default"] = { ["title"] = "OASA", ["color"] = "004987", }, ["metro"] = { ["title"] = "Metro", ["color"] = "006c4a", ["icon"] = "16px|link=Athens Metro|Metro", }, ["bus"] = { ["title...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Public transport in Athens]]",
	["system icon"] = "[[File:Athens transit icons - OASA.svg|16px|link=OASA|Transport for Athens]]",
	["lines"] = {
		["_default"] = {
			["title"] = "[[OASA]]",
			["color"] = "004987",
		},
		["metro"] = {
			["title"] = "[[Athens Metro|Metro]]",
			["color"] = "006c4a",
			["icon"]  = "[[File:Athens transit icons - OASA Metro.svg|16px|link=Athens Metro|Metro]]",
		},
		["bus"] = {
			["title"] = "[[List of bus routes in Athens|Bus]]",
			["color"] = "0086bc",
			["icon"]  = "[[File:Athens transit icons - OASA Bus.svg|16px|link=List of bus routes in Athens|Bus]]",
		},
		["trolley"] = {
			["title"] = "Trolley",
			["color"] = "e77926",
			["icon"]  = "[[File:Athens transit icons - OASA Trolley.svg|16px|link=|Trolley]]",
		},
		["tram"] = {
			["title"] = "[[Athens Tram|Tram]]",
			["color"] = "dc137a",
			["icon"]  = "[[File:Athens transit icons - OASA Tram.svg|16px|link=Athens Tram|Tram]]",
		},
	},
	["aliases"] = {
		["m"] = "metro",
		["b"] = "bus",
		["e"] = "trolley",
		["t"] = "tram",
	}
}

return p