Jump to content

Module:Adjacent stations/İZBAN

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 17:53, 2 June 2022 (typo). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[İZBAN]]",
	["system icon"] = "",
	["system color"] = "",
	["name format"] = {
		"font-size: 160%; font-family:sans-serif; font-weight: bolder; color: #E60026; background-color: #FFFFFF;  padding: 0.4em 0;"
	},
	["header background color"] = "efefef",
	["station format"] = {
		"%1 railway station",
		["Halkapınar"] = "[[Halkapınar Transfer Center|Halkapınar]]",
		["Havaalanı"] = "[[Adnan Menderes Airport railway station|Havaalanı]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (İZBAN)|%1 Line]]",
		},
		["Central"] = {
			["color"] = "F08B1D",
		},
		["Northern"] = {
			["color"] = "10A19A",
			["left terminus"] = "Alsancak",
			["right terminus"] = "Aliağa",
		},
		["Northern Bergama"] = {
			["title"] = "[[Northern Line (İZBAN)|Northern Line]]<br />(Bergama ext.)",
			["color"] = "893001",
		},
		["Southern"] = {
			["color"] = "0C4F9E",
			["left terminus"] = "Alsancak",
			["right terminus"] = "Tepeköy",
		},
		["Southern Selçuk"] = {
			["title"] = "[[Southern Line (İZBAN)|Southern Line]]<br />(Selçuk ext.)",
			["color"] = "DC3489",
			["left terminus"] = "Tepeköy",
			["right terminus"] = "Selçuk",
		},
	},
}

return p