Jump to content

Module:Adjacent stations/Patna Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Curvasingh (talk | contribs) at 15:18, 7 January 2024 (Created page with 'local blr = "%1 metro station (Patna)" local p = { ["system title"] = "Patna Metro", ["system icon"] = "17px|link=Patna Metro", ["rail box format"] = "title", ["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #5A5075; padding: 0.3em 4px; line-height: 110%", ["header background color"] = "5A5075", ["station format"] = { "%1 metro station", ["City Railway Sta...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local blr = "%1 metro station (Patna)"

local p = {
	["system title"] = "[[Patna Metro]]",
	["system icon"] = "[[File:Patna Metro.png|17px|link=Patna Metro]]",
	["rail box format"] = "title",
	["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bold; color: #FFFFFF; background-color: #5A5075; padding: 0.3em 4px; line-height: 110%",
	["header background color"] = "5A5075",
	["station format"] = {
		"%1 metro station",
		["City Railway Station"] = blr,
		["Mahatma Gandhi Road"] = blr,
		["Shivaji Nagar"] = blr
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Patna Metro)|%1 Line]]",
			["color"] = "666666",
			["text color"] = "ffffff",
		},
		["Purple"] = {
			["color"] = "8C2877",
			["left terminus"] = "Baiyappanahalli",
			["right terminus"] = "Kengeri",
		},
		["Green"] = {
			["color"] = "009933",
			["left terminus"] = "Nagasandra",
			["right terminus"] = "Silk Institute",
		},
		["Yellow"] = {
			["color"] = "FFDF00",
			["text color"] = "000",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Rashtreeya Vidyalaya Road",
			["right terminus"] = "Bommasandra",
		},
		["Pink"] = {
			["color"] = "FC8EAC",
			["text color"] = "000",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Kalena Agrahara",
			["right terminus"] = "Nagawara",
		},
		["Blue"] = {
			["color"] = "2B5D95",
			["text color"] = "FFF",
			["note-mid"] = "''(under construction)''",
			["left terminus"] = "Central Silk Board",
			["right terminus"] = "Nagawara",
		},
		["Orange"] = {
			["color"] = "FF4500",
			["note-mid"] = "''(planned)''",
			["left terminus"] = {"JP Nagara Phase 4", "Hosahalli"},
			["right terminus"] = {"Kempapura", "Kadabagere"},
		}
	},
	["aliases"] = {
		["purple"] = "Purple",
		["green"] = "Green",
		["yellow"] = "Yellow",
		["pink"] = "Pink",
		["blue"] = "Blue",
		["orange"] = "Orange",
	} 
}

return p