Module:Adjacent stations/Tramways in Île-de-France
Appearance
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 | t1 or 1 |
0064B0 |
| |
T2 | t2 or 2 |
C04191 |
| |
T3a | t3a or 3a |
F28E42 |
| |
T3b | t3b or 3b |
00814F |
| |
T4 | t4 or 4 |
E3B32A |
| |
T5 | t5 or 5 |
662483 |
| |
T6 | t6 or 6 |
E3051C |
| |
T7 | t7 or 7 |
8D5E2A |
| |
T8 | t8 or 8 |
9F9825 |
| |
T9 | t9 or 9 |
5291CE |
| |
T10 | t10 or 10 |
9F9825 |
| |
T11 | t11 or 11 |
F28E42 |
| |
T12 | t12 or 12 |
B90845 |
| |
T13 | t13 or 13 |
8D5E2A |
|
Former lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
T3 | t3 or 3 |
F28E42 |
|
Route boxes
1 2 3 3a 3b 4 5 6 7 8 9 10 11 12 13
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 p = {
["system title"] = "[[Tramways in Île-de-France]]",
["system icon"] = "[[File:Paris transit icons - Tram.svg|16px|link=Tramways in Île-de-France|Tram]]",
["lines"] = {
["_default"] = {
["title"] = "[[Île-de-France tramway Line %1|T%1]]",
["icon"] = "[[File:Paris transit icons - Tram %1.svg|16px|link=Île-de-France tramway Line %1|T%1]]",
},
["1"] = {
["color"] = "0064B0",
},
["2"] = {
["color"] = "C04191",
},
["3a"] = {
["title"] = "[[Île-de-France tramway Lines 3a and 3b|T3a]]",
["color"] = "F28E42",
},
["3b"] = {
["title"] = "[[Île-de-France tramway Lines 3a and 3b|T3b]]",
["color"] = "00814F",
},
["4"] = {
["color"] = "E3B32A",
},
["5"] = {
["color"] = "662483",
},
["6"] = {
["color"] = "E3051C",
},
["7"] = {
["color"] = "8D5E2A",
},
["8"] = {
["color"] = "9F9825",
},
["9"] = {
["color"] = "5291CE",
},
["10"] = {
["color"] = "9F9825",
},
["11"] = {
["title"] = "[[Île-de-France tramway Line 11 Express|T11]]",
["color"] = "F28E42",
},
["12"] = {
["title"] = "[[Île-de-France tramway Line 12 Express|T12]]",
["color"] = "B90845",
},
["13"] = {
["title"] = "[[Île-de-France tramway Line 13 Express|T13]]",
["color"] = "8D5E2A",
},
-- Former lines
["3"] = {
["title"] = "[[Île-de-France tramway Lines 3a and 3b|T3]]",
["color"] = "F28E42",
["icon"] = "[[File:Paris Tram 3.svg|16px|link=Île-de-France tramway Lines 3a and 3b|T3]]",
},
},
["aliases"] = {
["t1"] = "1",
["t2"] = "2",
["t3"] = "3",
["t3a"] = "3a",
["t3b"] = "3b",
["t4"] = "4",
["t5"] = "5",
["t6"] = "6",
["t7"] = "7",
["t8"] = "8",
["t9"] = "9",
["t10"] = "10",
["t11"] = "11",
["t12"] = "12",
["t13"] = "13",
}
}
return p