Module:Adjacent stations/Tramways in Île-de-France
This is a data module for Module:Adjacent stations. It supports services operated by Tramways in Île-de-France.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
|
| ||
t1 or 1 |
0064B0 |
File:Paris transit icons - Tram %1.svg | ||
t2 or 2 |
C04191 |
| ||
t3a or 3a |
F28E42 |
File:Paris transit icons - Tram %1.svg | ||
t3b or 3b |
00814F |
File:Paris transit icons - Tram %1.svg | ||
t4 or 4 |
E3B32A |
File:Paris transit icons - Tram %1.svg | ||
t5 or 5 |
662483 |
File:Paris transit icons - Tram %1.svg | ||
t6 or 6 |
E3051C |
File:Paris transit icons - Tram %1.svg | ||
t7 or 7 |
8D5E2A |
File:Paris transit icons - Tram %1.svg | ||
t8 or 8 |
9F9825 |
File:Paris transit icons - Tram %1.svg | ||
t9 or 9 |
5291CE |
File:Paris transit icons - Tram %1.svg | ||
t10 or 10 |
9F9825 |
File:Paris transit icons - Tram %1.svg | ||
t11 or 11 |
F28E42 |
File:Paris transit icons - Tram %1.svg | ||
t12 or 12 |
B90845 |
File:Paris transit icons - Tram %1.svg | ||
t13 or 13 |
8D5E2A |
File:Paris transit icons - Tram %1.svg |
Former lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | t3 or 3 |
|
|
Route boxes
Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page. Lua error in Module:Adjacent_stations at line 439: "title" is missing from the data page.
Source
Official colour specifications can be found at the Open Data portal of the Île-de-France Mobilités website (under the Prescriptions Signalétiques section).[1]
The official RGB values in the document must not be used, because they are noticeably oversaturated, in addition to never being used in practice by either IdFM or RATP. Instead, use RGB values that were generated by converting official CMYK values in Adobe Illustrator, under the European General Purpose 3.1 colour profile.[a]
Notes
- ^ Working spaces: sRGB IEC61966-2.1 and Coated FOGRA39 (ISO 12647-2:2004); Conversion options: Adobe (ACE) and Relative Colorimetric with black point compensation
References
- ^ "Référentiel des symboles de mode et indices de ligne" (PDF) (in French). Île-de-France Mobilités. November 2019. pp. 12–13. Archived from the original (PDF) on 1 November 2020. Retrieved 21 April 2021.
local line_icon = "[[File:Paris transit icons - Tram_%1.svg|16px|alt=]]"
local p = {
["system title"] = "[[Tramways in Île-de-France]]",
["system icon"] = "[[File:Paris transit icons - Tram.svg|16px|alt=]]",
["lines"] = {
["t1"] = {
["title"] = "",
["color"] = "0064B0",
["icon"] = line_icon,
},
["t2"] = {
["title"] = "",
["color"] = "C04191",
["icon"] = "",
},
["t3a"] = {
["title"] = "",
["color"] = "F28E42",
["icon"] = line_icon,
},
["t3b"] = {
["title"] = "",
["color"] = "00814F",
["icon"] = line_icon,
},
["t4"] = {
["title"] = "",
["color"] = "E3B32A",
["icon"] = line_icon,
},
["t5"] = {
["title"] = "",
["color"] = "662483",
["icon"] = line_icon,
},
["t6"] = {
["title"] = "",
["color"] = "E3051C",
["icon"] = line_icon,
},
["t7"] = {
["title"] = "",
["color"] = "8D5E2A",
["icon"] = line_icon,
},
["t8"] = {
["title"] = "",
["color"] = "9F9825",
["icon"] = line_icon,
},
["t9"] = {
["title"] = "",
["color"] = "5291CE",
["icon"] = line_icon,
},
["t10"] = {
["title"] = "",
["color"] = "9F9825",
["icon"] = line_icon,
},
["t11"] = {
["title"] = "",
["color"] = "F28E42",
["icon"] = line_icon,
},
["t12"] = {
["title"] = "",
["color"] = "B90845",
["icon"] = line_icon,
},
["t13"] = {
["title"] = "",
["color"] = "8D5E2A",
["icon"] = line_icon,
},
},
}
return p