Module:Adjacent stations/Dhaka Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Dhaka Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
MRT Line 1 | 1 |
DA291C |
| |
MRT Line 2 | 2 |
8031A7 |
| |
MRT Line 3 | 3 |
000000 |
| |
MRT Line 4 | 4 |
003DA5 |
| |
MRT Line 5N | 5N |
00B5E2 |
| |
MRT Line 5S | 5S |
FF8200 |
| |
MRT Line 6 | 6 |
006747 |
|
- Route boxes
local p = {
["system title"] = "[[Dhaka Metro Rail|Dhaka Metro]]",
["system icon"] = "[[File:ঢাকা মেট্রোরেল স্টেশন চিহ্ন.svg|x15px|link=Dhaka Metro Rail]]",
["system color"] = "006e34",
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight: bolder; line-height: 150%; color: #FFFFFF; background-color:#006e34;",
["color box format"] = "title",
["header background color"] = "006e34",
["station format"] = {
"%1 metro station",
},
["lines"] = {
["_default"] = {
["title"] = "[[MRT Line %1 (Dhaka Metro)|MRT Line %1]]",
},
["1"] = {
["short name"] = "1",
["color"] = "DA291C",
["left terminus"] = {"Dhaka Airport", "Purbachal Terminal"},
["right terminus"] = "Kamalapur",
["types"] = {
["airport"] = {
["title"] = "",
["left terminus"] = "Dhaka Airport",
},
["purbachal"] = {
["title"] = "",
["left terminus"] = "Purbachal Terminal",
}
}
},
["2"] = {
["short name"] = "2",
["color"] = "8031A7",
["left terminus"] = "Gabtoli",
["right terminus"] = "Narayanganj",
},
["3"] = {
["short name"] = "3",
["color"] = "000000",
},
["4"] = {
["color"] = "003DA5",
["short name"] = "4",
["left terminus"] = "Kamalapur",
["right terminus"] = "Madanpur",
},
["5N"] = {
["title"] = "[[MRT Line 5 (Northern Route)|MRT Line 5N]]",
["color"] = "00B5E2",
["short name"] = "5N",
["left terminus"] = "Hemayetpur",
["right terminus"] = "Bhatara",
},
["5S"] = {
["title"] = "[[MRT Line 5 (Southern Route)|MRT Line 5S]]",
["color"] = "FF8200",
["short name"] = "5S",
["left terminus"] = "Gabtoli",
["right terminus"] = "Dasherkandi",
},
["6"] = {
["color"] = "006747",
["short name"] = "6",
["left terminus"] = "Uttara North",
["right terminus"] = "Kamalapur",
},
--for route box
["1A"] = {
["title"] = "[[MRT Line 1 (Dhaka Metro)#Airport route|MRT Line 1A]]",
["color"] = "FF0000",
},
["1P"] = {
["title"] = "[[MRT Line 1 (Dhaka Metro)#Purbachal route|MRT Line 1P]]",
["color"] = "FF0000",
},
},
["aliases"] = {
["1a"] = "1A",
["1p"] = "1P",
["5n"] = "5N",
["5s"] = "5S"
}
}
return p