Jump to content

Module:Adjacent stations/Chennai MRTS

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by REEDriler (talk | contribs) at 00:35, 11 May 2022 (based on Template:Chennai MRTS color, Template:Chennai MRTS stations and Template:MRTS (Chennai)). 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 p = {
	["system title"] = "[[Chennai Mass Rapid Transit System|Chennai MRTS]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = "name_format = font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000;",
	["header background color"] = "EEEEEE",
	["station format"] = {
		"%1 railway station",
		["Chennai Beach"] = "[[%1 station|%1]]",
        ["Chennai Fort"] = "[[%1 station|%1]]",
        ["St. Thomas Mount"] = "[[%1 metro station|%1]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Chennai Mass Rapid Transit System#Route|Line %1]]",
			["color"] = "FF9900",
		},
		["1"] = {
			["color"] = "FF9900",
			["left terminus"] = "Chennai Beach",
			["right terminus"] = "St. Thomas Mount",
    	},
    },
	["aliases"] = {
		["line 1"] = "1",
	},
}

return p