Modul:Adjacent stations/Trans Metro Bandung

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas

local x = "[[Terminal %1|%1]]"

local p = {
	["system title"] = "[[Trans Metro Bandung]]",
	["system icon"] = "[[File:Logo TMB Trans Metro Bandung.jpg|18px|link=Trans Metro Bandung|alt=TMB]]",
	["system color"] =  "33346d",
	["header stop noun"] = "Halte",
	["station format"] = {
		"%1 (Trans Metro Bandung)" ,
		
		-- Nama terminal
		["Leuwipanjang"] = x,
		["Cicaheum"] = x,
		["Ciroyom"] = x,
		["Stasiun Bandung Pintu Selatan"] = x,
		["Ledeng"] = x,
		["Antapani"] = x,
		["Riung Bandung"] = x,
		["Dago"] = x,
		["Sadang Serang"] = x,
		["Margahayu Raya"] = x,
		["Abdul Muis"] = x,
		["Tegalega"] = x,
		["Sederhana"] = x,
		["Cibaduyut"] = x,
		["Bumi Asri"] = x,
		["Ujungberung"] = x,
		

		-- Lain-lain
		["Bandara Husein Sastranegara"] = [[Bandar Udara Internasional Husein Sastranegara]],
		["Alun-Alun Bandung"] = [[Alun-alun Bandung]],
		["Kota Baru Parahyangan"] = [[Kota Baru Parahyangan]],
		["Tegalluar"] = [[Stasiun Tegalluar]],
	},
	
	["lines"] = {
		-- Koridor Utama
		["Koridor 1"] = {
			["title"] = "'''[[Trans Metro Bandung|<font color=#ED1C24>Koridor 1</font>]]'''",
			["color"] = "ED1C24",
			["left terminus"] = "Elang",
			["right terminus"] = "Bundaran Cibiru",
		},
		["Koridor 2"] = {
			["title"] = "'''[[Trans Metro Bandung|<font color=#2E3192>Koridor 2</font>]]'''",
			["color"] = "2E3192",
			["left terminus"] = "Elang",
			["right terminus"] = "Cicaheum"
		},
		["Koridor 3"] = {
			["title"] = "'''[[Koridor 3 Trans Metro Bandung|<font color=#754C29>Koridor 3</font>]]'''",
			["color"] = "754C29",
			["left terminus"] = "Cicaheum",
			["right terminus"] = "Sarimanis"
		},
		["Koridor 4"] = {
			["title"] = "'''[[Trans Metro Bandung|<font color=#F7941D>Koridor 4</font>]]'''",
			["color"] = "F7941D",
			["left terminus"] = "Antapani",
			["right terminus"] = "Leuwipanjang"
		},
		["Koridor 5"] = {
			["title"] = "'''[[Trans Metro Bandung|<font color=#00A14B>Koridor 5</font>]]'''",
			["color"] = "00A14B",
			["left terminus"] = "Antapani",
			["right terminus"] = "Stasiun Bandung Pintu Selatan"
		},

		-- Koridor Pengumpan
		["Koridor F1"] = {
			["title"] = "'''[[Trans Metro Bandung|<font color=#662D91>Koridor Pengumpan 1</font>]]'''",
			["color"] = "662D91",
			["left terminus"] = "Stasiun Bandung Pintu Selatan",
			["right terminus"] = "Gunung Batu"
		},
		["Koridor F2"] = {
			["title"] = "'''[[Trans Metro Bandung|<font color=#3499CC>Koridor Pengumpan 2</font>]]'''",
			["color"] = "3499CC",
			["left terminus"] = "Elang",
			["right terminus"] = "Mal Summarecon",
			
		},
	},

	["aliases"] = {
["K1"] = "Koridor 1",
["K2"] = "Koridor 2",
["K3"] = "Koridor 3",
["K4"] = "Koridor 4",
["K5"] = "Koridor 5",
["KF1"] = "Koridor F1",
["KF2"] = "Koridor F2",
},

}
return p