Modul:Adjacent stations/Trans Jateng

Revisi sejak 12 Desember 2021 06.27 oleh FarhanSyafiqF (bicara | kontrib) (Penambahan lin K3 dan perbaikan warna)

local x = "Terminal %1"

local p = {
	["system title"] = "[[Trans Jateng]]",
	["header stop noun"] = "Halte",
	["station format"] = {
		"%1 (Trans Jateng)",
		
		-- TERMINAL
		["Bahurekso"] = x,
		["Bawen"] = x,
		["Bukateja"] = x,
		["Bulupitu"] = x,
		["Borobudur"] = x,
		["Gemolong"] = x,
		["Jompo"] = x,
		["Kutoarjo"] = x,
		["Mangkang"] = x,
		["Purbalingga"] = x,
		["Sisemut"] = x,
		["Sumberlawang"] = x,
		["Tirtonadi"] = x,
	},
	["lines"] = {
		-- BARLINGMASCAKEB
		["Barlingmascakeb 1"] = {
			["title"] = "'''[[Trans Jateng|Koridor 1]]<br>''Barlingmascakeb'''''",
			["color"] = "",
			["left terminus"] = "",
			["right terminus"] = "",
			["types"] = {
				["Bulupitu–Bukateja"] = {
					["title"] = "<div style=font-size:smaller>[[Terminal Bulupitu|Bulupitu]]–[[Terminal Bukateja|Bukateja]]</div>",
					["left terminus"] = "Bulupitu",
					["right terminus"] = "Bukateja",
				},
				["Bukateja–Bulupitu"] = {
					["title"] = "<div style=font-size:smaller>[[Terminal Bukateja|Bukateja]]–[[Terminal Bulupitu|Bulupitu]]</div>",
					["left terminus"] = "Bukateja",
					["right terminus"] = "Bulupitu",
				},
			},
		},
		
		-- KEDUNGSEPUR
		["Kedungsepur 1"] = {
			["title"] = "'''[[Trans Jateng|Koridor 1]]<br>''[[Kedungsepur|<font color=#1F74BB>Kedungsepur</font>]]'''''",
			["color"] = "1F74BB",
			["left terminus"] = "",
			["right terminus"] = "",
			["types"] = {
				["Tawang–Bawen"] = {
					["title"] = "<div style=font-size:smaller><font color=#1F74BB>[[Stasiun Semarang Tawang|<font color=#1F74BB>Stasiun Tawang</font>]]–[[Terminal Bawen|<font color=#1F74BB>Bawen</font>]]</font></div>",
					["left terminus"] = "Stasiun Tawang",
					["right terminus"] = "Bawen",
					["note-mid"] = "",
				},
				["Bawen–Tawang"] = {
					["title"] = "<div style=font-size:smaller><font color=#1F74BB>[[Terminal Bawen|<font color=#1F74BB>Bawen</font>]]–[[Stasiun Semarang Tawang|<font color=#1F74BB>Stasiun Tawang</font>]]</font></div>",
					["left terminus"] = "Bawen",
					["right terminus"] = "Stasiun Tawang",
				},
			},
		},
		["Kedungsepur 2"] = {
			["title"] = "'''[[Trans Jateng|Koridor 2]]<br>''[[Kedungsepur|<font color=#5F4099>Kedungsepur</font>]]'''''",
			["color"] = "5F4099",
			["left terminus"] = "",
			["right terminus"] = "",
			["types"] = {
				["Bahurekso–Mangkang"] = {
					["title"] = "<div style=font-size:smaller><font color=#5F4099>[[Terminal Bahurekso|<font color=#5F4099>Bahurekso</font>]]–[[Terminal Mangkang|<font color=#5F4099>Mangkang</font>]]</font></div>",
					["left terminus"] = "Bahurekso",
					["right terminus"] = "Mangkang",
				},
				["Mangkang–Bahurekso"] = {
					["title"] = "<div style=font-size:smaller><font color=#5F4099>[[Terminal Mangkang|<font color=#5F4099>Mangkang</font>]]–[[Terminal Bahurekso|<font color=#5F4099>Bahurekso</font>]]</font></div>",
					["left terminus"] = "Mangkang",
					["right terminus"] = "Bahurekso",
				},
			},
		},
		["Kedungsepur 3"] = {
			["title"] = "'''[[Trans Jateng|Koridor 3]]<br>''[[Kedungsepur|<font color=#A62CB3>Kedungsepur</font>]]'''''",
			["color"] = "A62CB3",
			["left terminus"] = "",
			["right terminus"] = "",
			["types"] = {
				["Gubug–Penggaron"] = {
					["title"] = "<div style=font-size:smaller><font color=#A62CB3>[[Terminal Gubug|<font color=#A62CB3>Gubug</font>]]–[[Terminal Penggaron|<font color=#A62CB3>Penggaron</font>]]</font></div>",
					["left terminus"] = "Gubug",
					["right terminus"] = "Penggaron",
				},
				["Penggaron–Gubug"] = {
					["title"] = "<div style=font-size:smaller><font color=#A62CB3>[[Terminal Penggaron|<font color=#A62CB3>Penggaron</font>]]–[[Terminal Godong|<font color=#A62CB3>Godong</font>]]–[[Terminal Gubug|<font color=#A62CB3>Gubug</font>]]</font></div>",
					["left terminus"] = "Penggaron",
					["right terminus"] = "Gubug",
				},
			},
		},
	
		-- PURWOMANGGUNG
	},
	["aliases"] = {
		["b1"] = "Barlingmascakeb 1",
		["k1"] = "Kedungsepur 1",
		["k2"] = "Kedungsepur 2",
		["k3"] = "Kedungsepur 3",
		["p1"] = "Purwomanggung 1",
		["p2"] = "Purwomanggung 2",
		["s1"] = "Subosukawonosraten 1",
	}
}

return p