Jump to content

Module:Adjacent stations/Kyiv Light Rail

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 21:07, 19 March 2022 (Created page with 'local p = { ["system title"] = "Kyiv Light Rail", ["system icon"] = "15px|link=Kyiv Light Rail", ["station format"] = { "%1 (Kyiv Light Rail)", }, ["name format"] = { "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: #000000;", ["Livoberezhna"] = "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#FFFFFF; background-color:#F0AB00;", ["Prav...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Kyiv Light Rail]]",
	["system icon"] = "[[File:Kiev T logo.svg|15px|link=Kyiv Light Rail]]",
	["station format"] = {
		"%1 (Kyiv Light Rail)",
	},
	["name format"] = {
		"font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color: #000000;",
		["Livoberezhna"] = "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#FFFFFF; background-color:#F0AB00;",
		["Pravoberezhna"] = "font-size: 140%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color:#FFFFFF; background-color:#FF0000;",
	},
	["header background color"] = {
		"",
		["Livoberezhna"] = "F0AB00",
		["Pravoberezhna"] = "FF0000",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Trams in Kyiv#Routes|Line 1]]",
			["color"] = "FF0000",
			["left terminus"] = "Mykhailyvska Borshchavihka",
			["right terminus"] = "Starovokzalna",
		},
		["2"] = {
			["title"] = "[[Trams in Kyiv#Routes|Line 2]]",
			["color"] = "FF0000",
			["left terminus"] = "Mykhailyvska Borshchavihka",
			["right terminus"] = "Kiltseva Doroha",
		},
		["3"] = {
			["title"] = "[[Trams in Kyiv#Routes|Line 3]]",
			["color"] = "FF0000",
			["left terminus"] = "Kiltseva Doroha",
			["right terminus"] = "Starovokzalna",
		},
		["4"] = {
			["title"] = "[[Trams in Kyiv#Routes|Line 4]]",
			["color"] = "F0AB00",
			["left terminus"] = "Troieschyna-2",
			["right terminus"] = "Myloslavska",
		},
		["5"] = {
			["title"] = "[[Trams in Kyiv#Routes|Line 5]]",
			["color"] = "F0AB00",
			["left terminus"] = "Troieschyna-2",
			["right terminus"] = "Serzha Lyfaria Street",
		},
	},
}

return p