ماڈیول: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[update], 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
ترمیم- Colours and icons
{{rcr}}
– for mode and route colours{{rint|athens}}
– for mode and route icons (documentation)
- Infobox headers
- Navigation boxes
- Route maps
اوپر دی گئی دستاویز صفحہ ماڈیول:Adjacent stations/Athens Other/دستاویز سے شامل کی گئی ہے۔ (ترمیم | تاریخچہ) صارفین ماڈیول کے تختہ مشق (تخلیق | آئینہ) اور ثابتات (تخلیق) میں تجربات کرسکتے ہیں۔ اس ماڈیول کے ذیلی صفحات۔ |
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