Module:Adjacent stations/Lucknow Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Lucknow Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Blue Line | Blue or blue or b |
0000ff |
| |
Red Line | Red or red or r |
ff3333 |
|
local m = "[[%1 metro station (Lucknow)|%1]]"
local ccs = "[[Chaudhary Charan Singh International Airport metro station|CCS International Airport]]"
local p = {
["system title"] = "[[Lucknow Metro]]",
["system icon"] = "",
["system color"] = "",
["station format"] = {
"%1 metro station",
["Krishna Nagar"] = m,
["City Railway Station"] = m,
["CCS International Airport"] = ccs,
["Chaudhary Charan Singh International Airport"] = ccs,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Lucknow Metro)]]",
},
["Blue"] = {
["title"] = "[[Blue Line (Lucknow Metro)|Blue Line]]",
["color"] = "0000ff",
["left terminus"] = "Charbagh",
["right terminus"] = "Vasant Kunj",
},
["Red"] = {
["title"] = "[[Red Line (Lucknow Metro)|Red Line]]",
["color"] = "ff3333",
["left terminus"] = "Chaudhary Charan Singh International Airport",
["right terminus"] = "Munshi Pulia",
},
},
["aliases"] = {
["red"] = "Red",
["blue"] = "Blue",
}
}
return p