Documentation for this module may be created at Module:Adjacent stations/Delhi Metro/doc

local delhi = "%1 metro station (Delhi)"

local p = {
	["system title"] = "[[Delhi Metro]]",
	["system icon"] = "[[File:Delhi Metro logo.svg|12px|link=Delhi Metro|alt=Logo of the Delhi Metro]]",
	["color box format"] = "title",
	["system color"] = "#C12328",
	["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bold; line-height: 100%; color: #000080;",
	["station format"] = {
		"%1 metro station",
		["Chandni Chowk"] = delhi,
		["Civil Lines"] = delhi,
		["Krishna Nagar"] = delhi,
		["MG Road"] = delhi,
		["Subhash Nagar"] = delhi,
		["Depot Station"] = delhi,
		["Depot"] = delhi,
		["Airport"] = "[[IGI Airport metro station|Delhi Airport]]",
		["Vasant Kunj"] = delhi,
		["Vishwavidyalaya"] = delhi,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Delhi Metro)|%1 Line]]",
			["color"] = "000080",
			["text color"] = "FFF",
		},
		["Red"] = {
			["color"] = "FF4040",
			["left terminus"] = "Rithala",
			["right terminus"] = "Shaheed Sthal (New Bus Adda)",
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["text color"] = "303030",
			["left terminus"] = "Samaypur Badli",
			["right terminus"] = "Millennium City Centre Gurugram",
		},
		["Blue"] = {
			["color"] = "4169E1",
			["left terminus"] = "Dwarka Sector 21",
			["right terminus"] = {"Noida Electronic City", "Vaishali"},
			["types"] = {
				["main"] = {
					["title"] = "",
					["right terminus"] = "Noida Electronic City"
				},
				["branch"] = {
					["title"] = "",
					["right terminus"] = "Vaishali"
				}
			}
		},
		["Green"] = {
			["color"] = "20B2AA",
			["left terminus"] = "Brigadier Hoshiyar Singh",
			["right terminus"] = {"Inderlok", "Kirti Nagar"},
			["types"] = {
				["main"] = {
					["title"] = "",
					["right terminus"] = "Inderlok"
				},
				["branch"] = {
					["title"] = "",
					["right terminus"] = "Kirti Nagar"
				}
			}
		},
		["Violet"] = {
			["color"] = "553592",
			["left terminus"] = "Kashmere Gate",
			["right terminus"] = "Raja Nahar Singh (Ballabhgarh)",
		},
		["Airport Express"] = {
			["title"] = "[[Delhi Airport Metro Express|Airport Express]]",
			["color"] = "FF8C00",
			["left terminus"] = "Yashobhoomi Dwarka Sector - 25",
			["right terminus"] = "New Delhi",
		},
		["Pink"] = {
			["color"] = "FC8EAC",
			["left terminus"] = "Maujpur - Babarpur",
			["right terminus"] = "Shiv Vihar",
		},
		["Magenta"] = {
			["color"] = "CC338B",
			["left terminus"] = "Inderlok",
			["right terminus"] = "Botanical Garden",
		},
		["Grey"] = {
			["color"] = "838996",
			["left terminus"] = "Dhansa Bus Stand",
			["right terminus"] = "Dwarka-Kakrola",
		},
		["Golden"] = {
			["color"] = "C9A969",
			["left terminus"] = {"Terminal 1 IGI Airport"," Lajpat Nagar"}, 
			["right terminus"] = "Kalindi Kunj",
			["types"] = {
				["main"] = {
					["title"] = "",
					["left terminus"] = "Terminal 1 IGI Airport"
				},
				["branch"] = {
					["title"] = "",
					["left terminus"] = "Lajpat Nagar"
				}
			}, 
		}
	},
["aliases"] = {
	["red"] = "Red",
	["Line 1"] = "Red",
    ["line 1"] = "Red",
    ["yellow"] = "Yellow", 
    ["Line 2"] = "Yellow",
    ["line 2"] = "Yellow",
    ["blue"] = "Blue",
    ["Line 3"] = "Blue",
    ["line 3"] = "Blue",       		 
    ["Line 4"] = "Blue",
    ["line 4"] = "Blue",		 
    ["green"] = "Green",
	["Line 5"] = "Green",
    ["line 5"] = "Green",		 
    ["violet"] = "Violet",
	["Line 6"] = "Violet",
    ["line 6"] = "Violet",		 
    ["Orange"] = "Airport Express",
    ["orange"] = "Airport Express",
    ["airport express"] = "Airport Express",
    ["airport"] = "Airport Express",
	["pink"] = "Pink",
	["Line 7"] = "Pink",
    ["line 7"] = "Pink",				 
    ["magenta"] = "Magenta",
    ["Line 8"] = "Magenta",
    ["line 8"] = "Magenta",
    ["grey"] = "Grey",
	["Line 9"] = "Grey",
    ["line 9"] = "Grey",		 
    ["pink"] = "Pink",
	["red"] = "Red",
	["golden"] = "Golden",
	["Line 10"] = "Golden",
    ["line 10"] = "Golden",
	["Line 11"] = "Golden",
    ["line 11"] = "Golden",
    ["silver"] = "Golden" -- Old name
	}
}

return p