ماڈیول:Adjacent stations/Athens Other

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

This is a data module for Module:Adjacent stations: it supports miscellaneous icons for public transport in Athens, including those used by Transport for Athens since 2014.

Icons[ترمیم]

لائنکلیدرنگہیکس رنگشبیہ
  004987 ایتھنز ماس ٹرانزٹ سسٹم
ایتھنز ماس ٹرانزٹ سسٹم m
or metro
  004987 ایتھنز ماس ٹرانزٹ سسٹم
ایتھنز ماس ٹرانزٹ سسٹم b
or bus
  004987 ایتھنز ماس ٹرانزٹ سسٹم
ایتھنز ماس ٹرانزٹ سسٹم e
or trolley
  004987 ایتھنز ماس ٹرانزٹ سسٹم
ایتھنز ماس ٹرانزٹ سسٹم t
or tram
  004987 ایتھنز ماس ٹرانزٹ سسٹم
Route boxes

میٹرو بس ٹرالی ٹرام

Specifications[ترمیم]

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

See also[ترمیم]

local p = {
	["system title"] = "[[ایتھنز میں عوامی نقل و حمل]]",
	["system icon"] = "[[File:Athens transit icons - OASA.svg|16px|link=ایتھنز ماس ٹرانزٹ سسٹم|ایتھنز ماس ٹرانزٹ سسٹم]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[ایتھنز ماس ٹرانزٹ سسٹم]]",
			["color"] = "004987",
			["text color"] = "FFF",
		},
		["Metro"] = {
			["title"] = "[[ایتھنز میٹرو|میٹرو]]",
			["icon"]  = "[[File:Athens transit icons - OASA Metro.svg|16px|link=ایتھنز میٹرو|میٹرو]]",
			["color"] = "006c4a",
		},
		["Bus"] = {
			["title"] = "[[List of bus routes in Athens|بس]]",
			["icon"]  = "[[File:Athens transit icons - OASA Bus.svg|16px|link=List of bus routes in Athens|بس]]",
			["color"] = "0086bc",
		},
		["Trolley"] = {
			["title"] = "ٹرالی",
			["icon"]  = "[[File:Athens transit icons - OASA Trolley.svg|16px|link=|ٹرالی]]",
			["color"] = "e77926",
		},
		["Tram"] = {
			["title"] = "[[ایتھنز ٹرام|ٹرام]]",
			["icon"]  = "[[File:Athens transit icons - OASA Tram.svg|16px|link=ایتھنز ٹرام|ٹرام]]",
			["color"] = "dc137a",
		},
	},
	["aliases"] = {
		["metro"] = "میٹرو",
		["bus"] = "بس",
		["trolley"] = "ٹرالی",
		["tram"] = "ٹرام",
		["m"] = "میٹرو",
		["b"] = "بس",
		["e"] = "ٹرالی",
		["t"] = "ٹرام",
	}
}

return p