Jump to content

Module:Adjacent stations/Delhi Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MusikBot II (talk | contribs) at 17:59, 5 April 2022 (Protected "Module:Adjacent stations/Delhi Metro": High-risk template or module: 304 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "Delhi Metro",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Delhi Metro)]]",
		},
		["Red"] = {
			["title"] = "[[Red Line (Delhi Metro)|Red Line]]",
			["color"] = "FF4040",
			["left terminus"] = "Shaheed Sthal",
			["right terminus"] = "Rithala",
		},
		["Blue"] = {
			["title"] = "[[Blue Line (Delhi Metro)|Blue Line]]",
			["color"] = "4169E1",
			["left terminus"] = "Noida Electronic City",
			["right terminus"] = "Dwarka Sector 21",
		},
		["Green"] = {
			["title"] = "[[Green Line (Delhi Metro)|Green Line]]",
			["color"] = "20B2AA",
			["left terminus"] = "Inderlok",
			["right terminus"] = "Brigadier Hoshiyar Singh",
		},
		["Yellow"] = {
			["title"] = "[[Yellow Line (Delhi Metro)|Yellow Line]]",
			["color"] = "FFDF00",
			["left terminus"] = "Samaypur Badli",
			["right terminus"] = "HUDA City Centre",
		},
		["Violet"] = {
			["title"] = "[[Violet Line (Delhi Metro)|Violet Line]]",
			["color"] = "553592",
			["left terminus"] = "Kashmere Gate",
			["right terminus"] = "Raja Nahar Singh",
		},
		["Orange"] = {
			["title"] = "[[Orange Line (Delhi Metro)|Orange Line]]",
			["color"] = "FF8C00",
			["left terminus"] = "New Delhi",
			["right terminus"] = "Dwarka Sector 21",
		},
		["Grey"] = {
			["title"] = "[[Grey Line (Delhi Metro)|Grey Line]]",
			["color"] = "838996",
			["left terminus"] = "Dhansa Bus Stand",
			["right terminus"] = "Dwarka",
		},
		["Pink"] = {
			["title"] = "[[Pink Line (Delhi Metro)|Pink Line]]",
			["color"] = "FC8EAC",
			["left terminus"] = "Majlis Park",
			["right terminus"] = "Shiv Vihar",
		},
		["Magenta"] = {
			["title"] = "[[Magenta Line (Delhi Metro)|Magenta Line]]",
			["color"] = "CC338B",
			["left terminus"] = "Janakpuri West",
			["right terminus"] = "Botanical Garden",
		},
		["Silver"] = {
			["title"] = "[[Silver Line (Delhi Metro)|Silver Line]]",
			["color"] = "C0C0C0",
			["left terminus"] = "Tughlakabad Station",
			["right terminus"] = "Delhi Aerocity",
		},
		["Indigo"] = {
			["title"] = "[[Indigo Line (Delhi Metro)|Indigo Line]]",
			["color"] = "4B0082",
			["left terminus"] = "Inderlok",
			["right terminus"] = "Indraprastha",
		},
},
	["aliases"] = {
		["Airport"] = "Orange",
		["airport"] = "Orange",
		["blue"] = "Blue",
		["green"] = "Green",
		["grey"] = "Gray",
		["indigo"] = "Indigo",
		["magenta"] = "Magenta",
		["orange"] = "Orange",
		["pink"] = "Pink",
		["red"] = "Red",
		["silver"] = "Silver",
		["violet"] = "Violet",
		["yellow"] = "Yellow",
	}
}

return p