Jump to content

Module:Adjacent stations/Chennai Metro

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 02:10, 17 April 2022 (aliases). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "Chennai Metro",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 metro station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Chennai Metro)]]",
			["color"] = "4169c8",
		},
		["Blue"] = {
			["title"] = "[[Blue Line (Chennai Metro)|Blue Line]]",
			["color"] = "3281c4",
			["left terminus"] = "Wimco Nagar Depot",
			["right terminus"] = "Chennai International Airport",
		},
		["Green"] = {
			["title"] = "[[Green Line (Chennai Metro)|Green Line]]",
			["color"] = "53b848",
			["left terminus"] = "Chennai Central",
			["right terminus"] = "St. Thomas Mount",
		},
	},
	["aliases"] = {
		["blue"] = "Blue",
		["green"] = "Green"
	} 
}

return p