Jump to content

Module:Adjacent stations/Athens Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jjpachano (talk | contribs) at 15:32, 30 October 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local s = "%1 station"
local rs = "%1 railway station"

local p = {
	["system title"] = "[[Athens Metro]]",
	["system icon"] = "[[File:Logo of the Athens Metro Operating Company (AMEL).svg|15px|link=Athens Metro]]",
	["station format"] = {
		"%1 metro station",
		["Piraeus"] = s,
        ["Nerantziotissa"] = s,
        ["Athens"] = rs,
        ["Syngrou Fix"] = s,
        ["Neos Kosmos"] = s,
        ["Athens Airport"] = s,
        ["Koropi"] = s,
        ["Paiania–Kantza"] = s,
        ["Pallini"] = s,
        ["Doukissis Plakentias"] = s,
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Line 1 (Athens Metro)|Line 1]]",
			["color"] = "008000",
			["left terminus"] = "Piraeus",
			["right terminus"] = "Kifisia",
		},
        ["2"] = {
			["title"] = "[[Line 2 (Athens Metro)|Line 2]]",
			["color"] = "FF0000",
			["left terminus"] = "Anthoupoli",
			["right terminus"] = "Elliniko",
		},
        ["3"] = {
			["title"] = "[[Line 3 (Athens Metro)|Line 3]]",
			["color"] = "87CEFA",
			["left terminus"] = "Nikaia",
			["right terminus"] = "Athens Airport",
            ["types"] = {
				["Extension"] = {
					["title"] = "Western Extension",
					["left terminus"] = "Dimotiko Theatro",
					["right terminus"] = "Nikaia",
				},
            },
		},
	},
}

return p