Module:Adjacent stations/Doha Metro
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[view] [edit] [history] [purge]
This is a data module for Module:Adjacent stations. It supports services operated by Doha Metro.
Lines
[edit source]| Line | Keys | Color | Hex color | Icon |
|---|---|---|---|---|
| Gold Line | Gold or gold or m3 |
F9B428 |
File:Gold Line Doha Icon 04.2019.svg | |
| Green Line | Green or green or m2 |
81BA26 |
File:Green Line Doha Icon 04.2019.svg | |
| Red Line | Red or red or m1 |
E2251C |
File:Red Line Doha Icon 04.2019.svg |
local p = {
["system title"] = "[[Doha Metro]]",
["system icon"] = "",
["system color"] = "512842",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Doha Metro)|%1 Line]]",
["icon"] = "[[File:%1 Line Doha Icon 04.2019.svg|16px|alt=]]",
["text color"] = "FFFFFF",
},
["Gold"] = {
["short name"] = "M3",
["color"] = "F9B428",
["left terminus"] = "Al Aziziyah",
["right terminus"] = "Ras Bu Aboud",
},
["Green"] = {
["short name"] = "M2",
["color"] = "81BA26",
["left terminus"] = "Al Riffa",
["right terminus"] = "Al Mansoura",
},
["Red"] = {
["short name"] = "M1",
["color"] = "E2251C",
["left terminus"] = "Lusail",
["right terminus"] = {"Al Wakra", "Hamad International Airport T1"},
},
},
["aliases"] = {
["gold"] = "Gold",
["green"] = "Green",
["red"] = "Red",
["m1"] = "Red",
["m2"] = "Green",
["m3"] = "Gold",
}
}
return p