Jump to content

Module:Adjacent stations/Athens Suburban Railway: Difference between revisions

From Humanipedia
Articles for each line now exists.
m 1 revision imported
 
(No difference)

Latest revision as of 01:14, 6 February 2025

This is a data module for Module:Adjacent stations: it supports Athens Suburban Railway routes.

Lines[edit source]

Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc

Route boxes

Lua error in package.lua at line 80: module 'Module:Yesno' not found. Lua error in package.lua at line 80: module 'Module:Yesno' not found. Lua error in package.lua at line 80: module 'Module:Yesno' not found. Lua error in package.lua at line 80: module 'Module:Yesno' not found.

Specifications[edit source]

As of December 2022, none of the organisations behind the construction or operation of the Athens Metro specify the exact line colour values for web or print, but they agree on a general colour scheme for identifying lines.

Colour and icon specifications, along with a list of sources used for its development, can be found at Template:Athens transit icons on the Wikimedia Commons.

References[edit source]

  • Lua error in Module:Citation/CS1/Configuration at line 2088: attempt to index field '?' (a nil value).

See also[edit source]

Template:Athens transport templates


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,
		["Neratziotissa"] = 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"] = "[[Line A%1 (Athens Suburban Railway)|Line A%1]]",
			["icon"]  = "[[File:Athens Suburban Railway Line %1.svg|16px|link=Line A%1 (Athens Suburban Railway)|Athens Suburban Railway Line A%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 A5 and higher) unreadable.
		},
		["1"] = {
			["left terminus"] = "Piraeus",
			["right terminus"] = "Airport"
		},
		["2"] = {
			["color"] = "753BBD",
			["text color"] = "FFF",
			["left terminus"] = "Ano Liosia",
			["right terminus"] = "Airport"
		},
		["3"] = {
			["color"] = "78BE20",
			["text color"] = "FFF",
			["left terminus"] = "Athens",
			["right terminus"] = "Chalcis"
		},
		["4"] = {
			["color"] = "00A3E0",
			["text color"] = "FFF",
			["left terminus"] = "Kiato",
			["right terminus"] = "Piraeus"
		}
	},
	["aliases"] = {
		["a1"] = "1",
		["a2"] = "2",
		["a3"] = "3",
		["a4"] = "4"
	}
}

return p