Jump to content

Module:Adjacent stations/Kolkata Metro

Permanently protected module
From Wikipedia, the free encyclopedia

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-family: Helvetica Neue, sans-serif; font-size: 150%; color: black; padding: 0.1em; line-height: 1.2em; white-space: nowrap; text-align: center;",
	["header background color"] = "2f2f8f",
	["header text color"] = "FFFFFF",
	["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"] = "1CA3DE",
			["text color"] = "FFF",
			["icon"] = "[[File:Kolkata Metro Logo.svg|16px|link=Kolkata Metro]]",
		},
		["Blue"] = {
			["title"] = "[[Blue Line (Kolkata Metro)|Blue Line]]",
			["color"] = "025eee",
			["left terminus"] = "Dakshineswar",
			["right terminus"] = "Shahid Khudiram",
			["icon"] = "[[File:Kolkata Metro Logo Blue Line.svg|16px|link=Blue Line (Kolkata Metro)]]",
		},
		["Green"] = {
			["title"] = "[[Green Line (Kolkata Metro)|Green Line]]",
			["color"] = "008100",
			["left terminus"] = "Howrah Maidan",
			["right terminus"] = "Salt Lake Sector-V",
			["icon"] = "[[File:Kolkata Metro Rail Corporation Logo.svg|18px|link=Green Line (Kolkata Metro)]]",
		},
		["Purple"] = {
			["title"] = "[[Purple Line (Kolkata Metro)|Purple Line]]",
			["color"] = "800080",
			["left terminus"] = "Majerhat",
			["right terminus"] = "Joka",
			["icon"] = "[[File:Kolkata Metro Purple Line.svg|16px|link=Purple Line (Kolkata Metro)]]",
		},
		["Yellow"] = {
			["title"] = "[[Yellow Line (Kolkata Metro)|Yellow Line]]",
			["color"] = "ffe802",
			["text color"] = "000",
			["left terminus"] = "Noapara",
			["right terminus"] = "Jai Hind",
			["icon"] = "[[File:Kolkata Metro Yellow Line.svg|16px|link=Yellow Line (Kolkata Metro)]]",
		},
		["Pink"] = {
			["title"] = "[[Pink Line (Kolkata Metro)|Pink Line]]",
			["color"] = "ffaeeb",
			["text color"] = "000",
			["note-mid"] = "''(planned)''",
			["left terminus"] = "Mangal Pandey",
			["right terminus"] = "Baranagar",
			["icon"] = "[[File:Kolkata Metro Pink Line.svg|16px|link=Pink Line (Kolkata Metro)]]",
		},
		["Orange"] = {
			["title"] = "[[Orange Line (Kolkata Metro)|Orange Line]]",
			["color"] = "ff8f00",
			["left terminus"] = "Kavi Subhash",
			["right terminus"] = "Beleghata",
			["icon"] = "[[File:Kolkata Metro Orange Line.svg|16px|link=Orange Line (Kolkata Metro)]]",
		}
	},
	["aliases"] = {
		["blue"] = "Blue",
		["green"] = "Green",
		["purple"] = "Purple",
		["yellow"] = "Yellow",
		["pink"] = "Pink",
		["orange"] = "Orange",
		--
		["blue line"] = "Blue",
		["green line"] = "Green",
		["purple line"] = "Purple",
		["yellow line"] = "Yellow",
		["pink line"] = "Pink",
		["orange line"] = "Orange",
		--
		["line 1"] = "Blue",
		["1"] = "Blue",
	}
}

return p