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)"
local ccs = "[[Chaudhary Charan Singh International Airport metro station|CCS International Airport]]"
local p = {
["system title"] = "[[Lucknow Metro]]",
["system icon"] = "[[File:UPMRC.svg|20px|link=Lucknow Metro]]",
["name format"] = "font-size: 140; height:1.5em; font-family:Arial, sans; font-weight: bold; color: #9a2f28; background-color: transparent;line-height: 130%",
["color box format"] = "title",
["station format"] = {
"%1 metro station",
["Krishna Nagar"] = m,
["City Railway Station"] = m,
["IT College"] = "IT Chauraha metro station",
-- ↓ is correct?
["Bhootnath Market"] = "Ramsagar Mishra Nagar metro station",
--
["CCS International Airport"] = ccs,
["Chaudhary Charan Singh International Airport"] = ccs,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 Line (Lucknow Metro)|%1 Line]]",
["text color"] = "FFFFFF",
["border color"] = "000000",
},
["Blue"] = {
["color"] = "0000ff",
["left terminus"] = "Charbagh",
["right terminus"] = "Vasant Kunj",
},
["Red"] = {
["color"] = "ff3333",
["left terminus"] = "Chaudhary Charan Singh International Airport",
["right terminus"] = "Munshi Pulia",
},
},
["aliases"] = {
["red"] = "Red",
["blue"] = "Blue",
["r"] = "Red",
["b"] = "Blue",
}
}
return p