Module:Adjacent stations/Kolkata Metro
Yi palo
Documentation for this module may be created at Module:Adjacent stations/Kolkata Metro/doc
local kolkata = "%1 metro station (Kolkata)"
local sd = "%1 metro station and depot"
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,
["Eco Park"] = kolkata,
["Joka"] = sd,
["Mahatma Gandhi Road"] = kolkata,
["Noapara"] = sd,
["Park Street"] = kolkata,
["Subhash Nagar"] = kolkata,
["Victoria"] = kolkata
},
["lines"] = {
["_default"] = {
["color"] = "0074FF",
["text color"] = "FFF"
},
["1"] = {
["title"] = "[[Kolkata Metro Line 1|Blue Line]]",
["color"] = "005EEE",
["left terminus"] = "Dakshineswar",
["right terminus"] = "Kavi Subhash",
},
["2"] = {
["title"] = "[[Kolkata Metro Line 2|Green Line]]",
["color"] = "0DA82C",
["left terminus"] = "Salt Lake Sector-V",
["right terminus"] = "Howrah Maidan",
},
["3"] = {
["title"] = "[[Kolkata Metro Line 3|Purple Line]]",
["color"] = "800080",
["left terminus"] = "Joka",
["right terminus"] = "Taratala",
},
["4"] = {
["title"] = "[[Kolkata Metro Line 4|Yellow Line]]",
["color"] = "FFE800",
["text color"] = "000",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Noapara",
["right terminus"] = "Barasat",
},
["5"] = {
["title"] = "[[Kolkata Metro Line 5|Pink Line]]",
["color"] = "FFADEC",
["text color"] = "000",
["note-mid"] = "''(planned)''",
["left terminus"] = "Baranagar",
["right terminus"] = "Barrackpore",
},
["6"] = {
["title"] = "[[Kolkata Metro Line 6|Orange Line]]",
["color"] = "FF8F00",
["note-mid"] = "''(under construction)''",
["left terminus"] = "Kavi Subhash",
["right terminus"] = "Biman Bandar",
}
},
["aliases"] = {
["blue"] = "1",
["green"] = "2",
["purple"] = "3",
["yellow"] = "4",
["pink"] = "5",
["orange"] = "6",
--
["line 1"] = "1",
["line 2"] = "2",
["line 3"] = "3",
["line 4"] = "4",
["line 5"] = "5",
["line 6"] = "6"
}
}
return p