Module:Adjacent stations/Ahmedabad Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Ahmedabad Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue |
3b31da |
| |
Red Line | Red |
b11521 |
|
local nag = "%1 metro station (Ahmedabad)"
local p = {
["system title"] = "[[Ahmedabad Metro]]",
["system icon"] = "",
["rail box format"] = "title",
["name format"] = "font-size: 125%; font-family:sans-serif; font-weight:bold; color: #ffffff; background-color: #293a54; padding: 0.3em 4px; line-height: 110%",
["header background color"] = "293a54",
["station format"] = {
"%1 metro station",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Ahmedabad Metro)|%1 Line]]",
["color"] = "cccccc",
["text color"] = "FFFFFF",
},
["Blue"] = {
["color"] = "3b31da",
["left terminus"] = "Thaltej Gam",
["right terminus"] = "Vastral Gam",
},
["Red"] = {
["color"] = "b11521",
["left terminus"] = "Mahatma Mandir",
["right terminus"] = "Motera Stadium",
},
},
["aliases"] = {
["blue"] = "Blue",
["red"] = "Red"
}
}
return p