ماڈیول:Adjacent stations/Chennai MRTS

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
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",
	},
	["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