This is a data module for Module:Adjacent stations. It supports services operated by Delhi Metro.

LineKeysColorHex colorIcon
Red Line Red
or red
  FF4040 ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Yellow Line Yellow
or yellow
  FFDF00 ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Blue Line Blue
or blue
  4169E1 ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Green Line Green
or green
  20B2AA ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Violet Line Violet
or violet
  553592 ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Airport Express Airport Express
or Orange or airport
or orange or airport express
  FF8C00 ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Pink Line Pink
or pink
  FC8EAC ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Magenta Line Magenta
or magenta
  CC338B ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Grey Line Grey
or grey
  838996 ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ
Golden Line Golden
or Golden
  bf9723 ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ

local delhi = "%1 metro station (Delhi)"
local C = "Golden Line (Delhi Metro)"
local F = "Magenta Line (Delhi Metro)"

local p = {
	["system title"] = "[[ਦਿੱਲੀ ਮੈਟਰੋ]]",
	["system icon"] = "[[File:Delhi Metro logo.svg|12px|link=ਦਿੱਲੀ ਮੈਟਰੋ|alt=ਦਿੱਲੀ ਮੈਟਰੋ ਦਾ ਲੋਗੋ]]",
	["color box format"] = "title",
	["system color"] = "000080",
	["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,
		["Airport"] = "[[IGI Airport metro station|Delhi Airport]]",

		--Phase 4 u/c rd links
		["Chhatarpur Mandir"] = C,
		["Tughlakabad Railway Colony"] = C,
		["Ghanta Ghar"] = F,
		["Madhuban Chowk"] = F,
		["Bhalswa"] = F
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Delhi Metro)|%1 Line]]",
			["color"] = "000080",
			["text color"] = "FFF",
		},
		["Red"] = {
			["color"] = "FF4040",
			["left terminus"] = "Rithala",
			["right terminus"] = "Shaheed Sthal",
		},
		["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"
				}
			}
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["text color"] = "000",
			["left terminus"] = "Samaypur Badli",
			["right terminus"] = "HUDA City Centre",
		},
		["Violet"] = {
			["color"] = "553592",
			["left terminus"] = "Kashmere Gate",
			["right terminus"] = "Raja Nahar Singh",
		},
		["Airport Express"] = {
			["title"] = "[[Delhi Airport Metro Express|Airport Express]]",
			["color"] = "FF8C00",
			["left terminus"] = "Dwarka Sector 21",
			["right terminus"] = "New Delhi",
		},
		["Grey"] = {
			["color"] = "838996",
			["left terminus"] = "Dhansa Bus Stand",
			["right terminus"] = "Dwarka",
		},
		["Pink"] = {
			["color"] = "FC8EAC",
			["left terminus"] = "Majlis Park",
			["right terminus"] = "Shiv Vihar",
		},
		["Magenta"] = {
			["color"] = "CC338B",
			["left terminus"] = "Janakpuri West",
			["right terminus"] = "Botanical Garden",
		},
		["Golden"] = {
			["color"] = "bf9723",
			["text color"] = "000",
			["left terminus"] = "Delhi Aerocity",
			["right terminus"] = "Tughlakabad Station",
		}
	},
	["aliases"] = {
		["airport express"] = "Airport Express",
		["airport"] = "Airport Express",
		["blue"] = "Blue",
		["green"] = "Green",
		["grey"] = "Grey",
		["magenta"] = "Magenta",
		["orange"] = "Airport Express",
		["pink"] = "Pink",
		["red"] = "Red",
		["golden"] = "Golden",
		["violet"] = "Violet",
		["yellow"] = "Yellow",
		["silver"] = "Golden" -- Old name
	}
}

return p