Module:Adjacent stations/Patras Suburban Railway

From Wikipedia, the free encyclopedia

local s = "%1 station"

local p = {
	["system title"] = "[[Proastiakos#Patras Suburban Railway|Suburban Rail]]",
	["system icon"] = "[[File:Proastiakos icon (no text).svg|24px|link=Proastiakos#Patras Suburban Railway]]",
	["rail box format"] = "title",
		["station format"] = {
		"%1 railway station", 
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Proastiakos#Patras Suburban Railway|Line P%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 P3 and higher) unreadable.
		},
		["1"] = {
			["left terminus"] = "Kato Achaia",
			["right terminus"] = "Agios Andreas"
		},
		["2"] = {
			["color"] = "753BBD",
			["text color"] = "FFF",
			["left terminus"] = "Agios Andreas",
			["right terminus"] = "Rio"
		},
	},
	["aliases"] = {
		["p1"] = "1",
		["p2"] = "2",
	}
}

return p