ماڈیول:Adjacent stations/Athens Suburban Railway

آزاد دائرۃ المعارف، ویکیپیڈیا سے

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

لائنیں[ترمیم]

لائنکلیدرنگہیکس رنگشبیہ
  FFCD00 ایتھنز مضافاتی ریلوے
لائن 1 1
or P1
  FFCD00 ایتھنز مضافاتی ریلوے لائن 1
لائن 2 2
or P2
  00A3E0 ایتھنز مضافاتی ریلوے لائن 2
لائن 3 3
or P3
  78BE20 ایتھنز مضافاتی ریلوے لائن 3
لائن 4 4
or P4
  666 ایتھنز مضافاتی ریلوے لائن 4
لائن 5 5
or P5
  9B26B6 ایتھنز مضافاتی ریلوے لائن 5
Route boxes

لائن 1 لائن 2 لائن 3 لائن 4 لائن 5

تفصیلات[ترمیم]

بمطابق 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.

مزید دیکھیے[ترمیم]

local s = "%1 اسٹیشن"

local p = {
	["system title"] = "[[ایتھنز مضافاتی ریلوے|مضافاتی ریل]]",
	["system icon"] = "[[File:Proastiakos icon (no text).svg|24px|link=ایتھنز مضافاتی ریلوے|ایتھنز مضافاتی ریلوے]]",
	["rail box format"] = "title",
	["station format"] = {
		"%1 ریلوے اسٹیشن",
		["ایتھنز ایئرپورٹ"] = s,
		["دؤکیسیس پلاکینتیاس"] = s,
		["کوروپی"] = s,
		["نیرانتزیوتیسا"] = s,
		["پایانیا-کانتزا"] = s,
		["پالینی"] = s,
		["پیرایوس"] = s,

		["ایئرپورٹ"] = "[[ایتھنز ایئرپورٹ اسٹیشن|ایتھنز ایئرپورٹ]]",
		["آخارنیس ریلوے سینٹر"] = "%1",
		["ایس کے اے"] = "[[آخارنیس ریلوے سینٹر]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[ایتھنز مضافاتی ریلوے#لائنیں اور خدمات|لائن %1]]",
			["icon"]  = "[[File:Athens Suburban Railway Line %1.svg|16px|link=ایتھنز مضافاتی ریلوے#لائنیں اور خدمات|ایتھنز مضافاتی ریلوے لائن %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"] = "پیرایوس",
			["right terminus"] = "ایئرپورٹ",
		},
		["2"] = {
			["color"] = "00A3E0",
			["text color"] = "FFF",
			["left terminus"] = "کیاتو",
			["right terminus"] = "پیرایوس",
		},
		["3"] = {
			["color"] = "78BE20",
			["text color"] = "FFF",
			["left terminus"] = "ایتھنز",
			["right terminus"] = "خالکیس",
		},
		["4"] = {
			["color"] = "666",
			["text color"] = "FFF",
			["left terminus"] = "آنو لیوسیا",
			["right terminus"] = "ایئرپورٹ",
		},
		["5"] = {
			["color"] = "9B26B6",
			["text color"] = "FFF",
			["left terminus"] = "آئیو",
			["right terminus"] = "کیاتو",
		}
	},
	["aliases"] = {
		["p1"] = "1",
		["p2"] = "2",
		["p3"] = "3",
		["p4"] = "4",
		["p5"] = "5",
	}
}

return p