Jump to content

Module:Adjacent stations/Kolkata Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by REEDriler (talk | contribs) at 20:43, 31 December 2022 (update). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local kolkata = "%1 metro station (Kolkata)"

local p = {
	["system title"] = "[[Kolkata Metro]]",
	["system icon"] = "",
	["line icon format"] = "route",
	["rail box format"] = "title",
	["name format"] = {
		"font-size: 180%; font-family:Arial, sans; font-weight: bold; line-height: 100%; color: #0074FF;",
	},
	["header background color"] = "EEEEEE",
	["station format"] = {
		"%1 metro station",
		["Central"] = kolkata,
		["Chandni Chowk"] = kolkata,
		["Mahatma Gandhi Road"] = kolkata,
		["Noapara"] = "Noapara metro station and depot",
		["Park Street"] = kolkata
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0074FF",
			["text color"] = "FFF"
		},
		["Blue"] = {
			["title"] = "[[Kolkata Metro Line 1|%1 Line]]",
			["color"] = "005EEE",
			["left terminus"] = "Dakshineswar",
			["right terminus"] = "Kavi Subhash",
		},
		["Green"] = {
			["title"] = "[[Kolkata Metro Line 2|%1 Line]]",
			["color"] = "0DA82C",
			["left terminus"] = "Salt Lake Sector-V",
			["right terminus"] = "Howrah Maidan",
		},
		["Purple"] = {
			["title"] = "[[Kolkata Metro Line 3|%1 Line]]",
			["color"] = "800080",
			["left terminus"] = "Joka",
			["right terminus"] = "Taratala",
		},
		["Yellow"] = {
			["title"] = "[[Kolkata Metro Line 4|%1 Line]]",
			["color"] = "FFE800",
			["text color"] = "000",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Noapara",
			["right terminus"] = "Barasat",
		},
		["Pink"] = {
			["title"] = "[[Kolkata Metro Line 5|%1 Line]]",
			["color"] = "FFADEC",
			["text color"] = "000",
			["note-mid"] = "''(planned)''",
			["left terminus"] = "Baranagar",
			["right terminus"] = "Barrackpore",
		},
		["Orange"] = {
			["title"] = "[[Kolkata Metro Line 6|%1 Line]]",
			["color"] = "FF8F00",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Kavi Subhash",
			["right terminus"] = "Biman Bandar",
		},
	},
	["aliases"] = {
		["1"] = "Blue",
		["blue"] = "Blue",
		["2"] = "Green",
		["green"] = "Green",
		["3"] = "Purple",
		["purple"] = "Purple",
		["4"] = "Yellow",
		["yellow"] = "Yellow",
		["5"] = "Pink",
		["pink"] = "Pink",
		["6"] = "Orange",
		["orange"] = "Orange",
	}
}

return p