پودمان:Adjacent stations/Delhi Metro

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
local p = {
	["system title"] = "[[Delhi Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "font-size: 180%; font-family:Arial, sans; font-weight: bold; line-height: 100%; color: #000080;",
	["station format"] = {
		"%1 metro station",
		["Chandni Chowk"] = "[[%1 metro station (Delhi)|%1]]",
		["Civil Lines"] = "[[%1 metro station (Delhi)|%1]]",
		["Krishna Nagar"] = "[[%1 metro station (Delhi)|%1]]",
		["Subhash Nagar"] = "[[%1 metro station (Delhi)|%1]]",
		["Airport"] = "[[IGI Airport metro station|Delhi Airport]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Delhi Metro)|%1 Line]]",
			["color"] = "000080",
		},
		["Red"] = {
			["color"] = "FF4040",
			["left terminus"] = "Shaheed Sthal",
			["right terminus"] = "Rithala",
		},
		["Blue"] = {
			["color"] = "4169E1",
			["left terminus"] = {"Noida Electronic City", "Vaishali"},
			["right terminus"] = "Dwarka Sector 21",
		},
		["Green"] = {
			["color"] = "20B2AA",
			["left terminus"] = {"Inderlok", "Kirti Nagar"},
			["right terminus"] = "Brigadier Hoshiyar Singh",
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["left terminus"] = "Samaypur Badli",
			["right terminus"] = "HUDA City Centre",
		},
		["Violet"] = {
			["color"] = "553592",
			["left terminus"] = "Kashmere Gate",
			["right terminus"] = "Raja Nahar Singh",
		},
		["Orange"] = {
			["title"] = "[[Delhi Airport Metro Express|Airport Express]]",
			["color"] = "FF8C00",
			["left terminus"] = "New Delhi",
			["right terminus"] = "Dwarka Sector 21",
		},
		["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",
		},
		["Silver"] = {
			["color"] = "C0C0C0",
			["left terminus"] = "Tughlakabad Station",
			["right terminus"] = "Delhi Aerocity",
		},
		["Indigo"] = {
			["color"] = "4B0082",
			["left terminus"] = "Inderlok",
			["right terminus"] = "Indraprastha",
		},
},
	["aliases"] = {
		["airport express"] = "Orange",
		["airport"] = "Orange",
		["blue"] = "Blue",
		["green"] = "Green",
		["gray"] = "Grey",
		["grey"] = "Grey",
		["indigo"] = "Indigo",
		["magenta"] = "Magenta",
		["orange"] = "Orange",
		["pink"] = "Pink",
		["red"] = "Red",
		["silver"] = "Silver",
		["violet"] = "Violet",
		["yellow"] = "Yellow",
	}
}

return p