Jump to content

Module:Adjacent stations/Athens Suburban Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Minoa (talk | contribs) at 13:14, 5 January 2023 (Restored 12 December 2022‎ version: comment added explaining the technical limitations.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local s = "%1 station"

local p = {
	["system title"] = "[[Athens Suburban Railway|Suburban Rail]]",
	["system icon"] = "[[File:Proastiakos icon (no text).svg|24px|link=Athens Suburban Railway|Athens Suburban Railway]]",
	["rail box format"] = "title",
	["station format"] = {
		"%1 railway station",
		["Athens Airport"] = s,
		["Doukissis Plakentias"] = s,
		["Koropi"] = s,
		["Nerantziotissa"] = s,
		["Paiania–Kantza"] = s,
		["Pallini"] = s,
		["Piraeus"] = s,
		
		["Airport"] = "[[Athens Airport station|Athens Airport]]",
		["Acharnes Railway Center"] = "%1",
		["SKA"] = "[[Acharnes Railway Center]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Athens Suburban Railway#Lines and services|Line %1]]",
			["icon"]  = "[[File:Athens Suburban Railway Line %1.svg|16px|link=Athens Suburban Railway#Lines and services|Athens Suburban Railway Line %1]]",
			["color"] = "FFCD00"
		--	The default colour is yellow, which means the default text colour has to be black: setting the text colour to white here will make the future route boxes (Line 6 and higher) unreadable.
		},
		["1"] = {
			["color"] = "FFCD00",
			["left terminus"] = "Piraeus",
			["right terminus"] = "Airport",
		},
        ["2"] = {
			["color"] = "00A3E0",
			["text color"] = "FFF",
			["left terminus"] = "Kiato",
			["right terminus"] = "Piraeus",
		},
        ["3"] = {
			["color"] = "78BE20",
			["text color"] = "FFF",
			["left terminus"] = "Athens",
			["right terminus"] = "Chalcis",
		},
	    ["4"] = {
	    	["color"] = "666",
	    	["text color"] = "FFF",
	    	["left terminus"] = "Ano Liosia",
			["right terminus"] = "Airport",
	    },
	    ["5"] = {
	    	["color"] = "9B26B6",
	    	["text color"] = "FFF",
	    	["left terminus"] = "Aigio",
	    	["right terminus"] = "Kiato",
	    }
	},
    ["aliases"] = {
    	["p1"] = "1",
    	["p2"] = "2",
    	["p3"] = "3",
    	["p4"] = "4",
    	["p5"] = "5",
    },
}

return p