Jump to content

Module:Adjacent stations/İzdeniz

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Erdem Ozturk 2021 (talk | contribs) at 19:53, 17 December 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local pier = "%1 Pier"

local p = {
	["system title"] = "[[İZDENİZ]]",
	["station format"] = {
		"%1 Ferry Terminal",
		["Bayraklı"] = pier,
		["Göztepe"]  = pier
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[İZDENİZ|%1]]",
			["color"] = "19ABD0"
		},
		["APK"] = {
			["title"] = "[[İZDENİZ|Alsancak-Karşıyaka]]",
			["left terminus"] = "Karşıyaka",
			["right terminus"] = "Alsancak"
		},
		["APB"] = {
			["title"] = "[[İZDENİZ|Alsancak-Bostanlı]]",
			["left terminus"] = "Bostanlı",
			["right terminus"] = "Alsancak"
		},
		["APKGÜ"] = {
			["title"] = "[[İZDENİZ|Alsancak-Üçkuyular]]",
			["left terminus"] = "Üçkuyular",
			["right terminus"] = "Alsancak"
		},
		["KK"] = {
			["title"] = "[[İZDENİZ|Konak-Karşıyaka]]",
			["left terminus"] = "Karşıyaka",
			["right terminus"] = "Konak"
		},
		["KB"] = {
			["title"] = "[[İZDENİZ|Konak-Bostanlı]]",
			["left terminus"] = "Bostanlı",
			["right terminus"] = "Konak"
		},
		["KKA"] = {
			["title"] = "[[İZDENİZ|Karşıyaka-Karantina]]",
			["left terminus"] = "Karantina",
			["right terminus"] = "Karşıyaka"
		},
		["KÜ"] = {
			["title"] = "[[İZDENİZ|Karşıyaka-Üçkuyular]]",
			["left terminus"] = "Üçkuyular",
			["right terminus"] = "Karşıyaka"
		},
		["ÜB"] = {
			["title"] = "[[İZDENİZ|Üçkuyular-Bostanlı]]",
			["left terminus"] = "Bostanlı",
			["right terminus"] = "Üçkuyular"
		},
		["KPB"] = {
			["title"] = "[[İZDENİZ|Konak-Bayraklı]]",
			["left terminus"] = "Konak",
			["right terminus"] = "Bayraklı"
		}
	}
}

return p