Module:Adjacent stations/Kolkata Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Kolkata Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue or Blue line |
005EEE |
Blue Line | |
Green Line | Green or Green line |
0DA82C |
Green Line | |
Purple Line | Purple or Purple line |
800080 |
Purple Line | |
Orange Line | Orange or Orange line |
FF8F00 |
Orange Line | |
Yellow Line | Yellow or Yellow line |
FFE800 |
Yellow Line | |
Pink Line | Pink or Pink line |
FFADEC |
Pink Line |
local kolkata = "%1 metro station (Kolkata)"
local p = {
["system title"] = "[[Kolkata Metro]]",
["system icon"] = "",
["line icon format"] = "route",
["rail box format"] = "title",
["name format"] = {
"font-size: 180%; font-family:Arial, sans; font-weight: bold; line-height: 100%; color: #0074FF;",
},
["header background color"] = "EEEEEE",
["station format"] = {
"%1 metro station",
["Central"] = kolkata,
["Chandni Chowk"] = kolkata,
["Mahatma Gandhi Road"] = kolkata,
["Noapara"] = "Noapara metro station and depot",
["Park Street"] = kolkata
},
["lines"] = {
["_default"] = {
["color"] = "0074FF",
["text color"] = "FFF"
},
["Blue"] = {
["title"] = "[[Kolkata Metro Line 1|%1 Line]]",
["color"] = "005EEE",
["left terminus"] = "Dakshineswar",
["right terminus"] = "Kavi Subhash",
},
["Green"] = {
["title"] = "[[Kolkata Metro Line 2|%1 Line]]",
["color"] = "0DA82C",
["left terminus"] = "Salt Lake Sector-V",
["right terminus"] = "Howrah Maidan",
},
["Purple"] = {
["title"] = "[[Kolkata Metro Line 3|%1 Line]]",
["color"] = "800080",
["left terminus"] = "Joka",
["right terminus"] = "Taratala",
},
["Yellow"] = {
["title"] = "[[Kolkata Metro Line 4|%1 Line]]",
["color"] = "FFE800",
["text color"] = "000",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Noapara",
["right terminus"] = "Barasat",
},
["Pink"] = {
["title"] = "[[Kolkata Metro Line 5|%1 Line]]",
["color"] = "FFADEC",
["text color"] = "000",
["note-mid"] = "''(planned)''",
["left terminus"] = "Baranagar",
["right terminus"] = "Barrackpore",
},
["Orange"] = {
["title"] = "[[Kolkata Metro Line 6|%1 Line]]",
["color"] = "FF8F00",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Kavi Subhash",
["right terminus"] = "Biman Bandar",
},
},
["aliases"] = {
["1"] = "Blue",
["blue"] = "Blue",
["2"] = "Green",
["green"] = "Green",
["3"] = "Purple",
["purple"] = "Purple",
["4"] = "Yellow",
["yellow"] = "Yellow",
["5"] = "Pink",
["pink"] = "Pink",
["6"] = "Orange",
["orange"] = "Orange",
}
}
return p