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 CX Zoom (talk | contribs) at 17:49, 1 February 2025 (Bypass redirect following page moves). 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 sd = "%1 metro station and depot"

local p = {
	["system title"] = "[[Kolkata Metro]]",
	["system icon"] = "[[File:Kolkata Metro Logo.svg|17px|link=Kolkata Metro|alt=The logo of the Kolkata Metro.]]",
	["rail box format"] = "title",
	["name format"] = {
		"font-size: 150%; font-weight: bold; line-height: 115%; color: #0074FF;",
	},
	["header background color"] = "EEEEEE",
	["station format"] = {
		"%1 metro station",
		["Central"] = kolkata,
		["Chandni Chowk"] = kolkata,
		["Eco Park"] = kolkata,
		["Joka"] = sd,
		["Mahatma Gandhi Road"] = kolkata,
		["Noapara"] = sd,
		["Park Street"] = kolkata,
		["Subhash Nagar"] = kolkata,
		["Victoria"] = kolkata,
		["VIP Road"] = kolkata,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "3333FF",
			["text color"] = "FFF",
			["icon"] = "[[File:Kolkata Metro Logo.svg|16px|link=Kolkata Metro]]",
		},
		["1"] = {
			["title"] = "[[Blue Line (Kolkata Metro)|Blue Line]]",
			["color"] = "0001fc",
			["left terminus"] = "Dakshineswar",
			["right terminus"] = "Kavi Subhash",
			["icon"] = "[[File:Kolkata Metro Logo Blue Line.svg|16px|link=Blue Line (Kolkata Metro)]]",
		},
		["2"] = {
			["title"] = "[[Green Line (Kolkata Metro)|Green Line]]",
			["color"] = "008100",
			["left terminus"] = "Salt Lake Sector-V",
			["right terminus"] = "Howrah Maidan",
			["icon"] = "[[File:Kolkata Metro Rail Corporation Logo.svg|18px|link=Green Line (Kolkata Metro)]]",
		},
		["3"] = {
			["title"] = "[[Purple Line (Kolkata Metro)|Purple Line]]",
			["color"] = "ab1afb",
			["left terminus"] = "Joka",
			["right terminus"] = "Taratala",
			["icon"] = "[[File:Kolkata Metro Purple Line.svg|16px|link=Purple Line (Kolkata Metro)]]",
		},
		["4"] = {
			["title"] = "[[Yellow Line (Kolkata Metro)|Yellow Line]]",
			["color"] = "fcd905",
			["text color"] = "000",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Noapara",
			["right terminus"] = "Barasat",
			["icon"] = "[[File:Kolkata Metro Yellow Line.svg|16px|link=Yellow Line (Kolkata Metro)]]",
		},
		["5"] = {
			["title"] = "[[Pink Line (Kolkata Metro)|Pink Line]]",
			["color"] = "ff68b5",
			["text color"] = "FFF",
			["note-mid"] = "''(planned)''",
			["left terminus"] = "Baranagar",
			["right terminus"] = "Mangal Pandey",
			["icon"] = "[[File:Kolkata Metro Pink Line.svg|16px|link=Pink Line (Kolkata Metro)]]",
		},
		["6"] = {
			["title"] = "[[Orange Line (Kolkata Metro)|Orange Line]]",
			["color"] = "fd5c01",
			["left terminus"] = "Kavi Subhash",
			["right terminus"] = "Jai Hind",
			["icon"] = "[[File:Kolkata Metro Orange Line.svg|16px|link=Orange Line (Kolkata Metro)]]",
		}
	},
	["aliases"] = {
		["blue"] = "1",
		["green"] = "2",
		["purple"] = "3",
		["yellow"] = "4",
		["pink"] = "5",
		["orange"] = "6",
		--
		["line 1"] = "1",
		["line 2"] = "2",
		["line 3"] = "3",
		["line 4"] = "4",
		["line 5"] = "5",
		["line 6"] = "6"
	}
}

return p