Jump to content

Module:Adjacent stations/SL

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Officialworks (talk | contribs) at 22:04, 27 September 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Storstockholms Lokaltrafik]]",
	["system icon"] = "[[File:SL_Rail_Symbol.svg|16px|link=Storstockholms Lokaltrafik|SL]]",
	["system color"] = "00afef",
	["line icon format"] = "route",
	["station format"] = {
		"%1 station",
		["T-Centralen"] = "[[T-Centralen]]"
	},
	["name format"] = "font-size: 150%; padding: 0.4em; border-bottom: 4px solid #ffde00; background-color: #000080; color: white; font-weight: normal; letter-spacing: 1px;",
	["header background color"] = "EEEEEE",
    ["header text color"] = "000000",

	["lines"] = {
		["_default"] = {
			["title"] = "[[Line %1 (SL)]]",
			["text color"] = "FFFFFF",
		},
		["7"] = {
			["title"] = "[[Spårväg City|Spårväg City<br>Line 7]]",
			["color"] = "818580",
			["left terminus"] = "T-Centralen", 
			["right terminus"] = "Waldemarsudde",
		},
		["12"] = {
			["title"] = "[[Nockebybanan|Line 12]]",
			["color"] = "728ca5",
			["left terminus"] = "Nockeby",
			["right terminus"] = "Alvik",
		},
		["21"] = {
			["title"] = "[[Lidingöbanan|Line 21]]",
			["color"] = "b66931",
			["left terminus"] = "Ropsten",
			["right terminus"] = "Gåshaga brygga",
		},
		["25"] = {
			["title"] = "[[Saltsjöbanan|Line 25]]",
			["color"] = "03aaae",
			["left terminus"] = "Slussen",
			["right terminus"] = "Saltsjöbaden",
		},
		["26"] = {
			["title"] = "[[Saltsjöbanan|Line 26]]",
			["color"] = "03aaae",
			["left terminus"] = "Igelboda",
			["right terminus"] = "Solsidan",
		},
		["27"] = {
			["title"] = "[[Roslagsbanan|Line 27]]",
			["color"] = "a25ea6",
			["left terminus"] = "Stockholms östra",
			["right terminus"] = "Kårsta",
		},
		["28"] = {
			["title"] = "[[Roslagsbanan|Line 28]]",
			["color"] = "a25ea6",
			["left terminus"] = "Stockholms östra",
			["right terminus"] = "Österskär",
		},
		["29"] = {
			["title"] = "[[Roslagsbanan|Line 29]]",
			["color"] = "a25ea6",
			["left terminus"] = "Stockholms östra",
			["right terminus"] = "Näsbypark",
		},
		["30"] = {
			["title"] = "[[Tvärbanan|Line 30]]",
			["color"] = "e3861e",
			["left terminus"] = "Sickla station",
			["right terminus"] = "Solna station",
		},
		["31"] = {
			["title"] = "[[Tvärbanan|Line 31]]",
			["color"] = "e3861e",
			["left terminus"] = "Alviks strand",
			["right terminus"] = "Bromma flygplats",
		}
	},

	["aliases"] = {
		["spårväg_city"] = "7",
		["nockebybanan"] = "12",
		["lidingöbanan"] = "21",
		["saltsjöbanan_25"] = "25",
		["saltsjöbanan_26"] = "26",
		["roslagsbanan_27"] = "27",
		["roslagsbanan_28"] = "28",
		["roslagsbanan_29"] = "29",
		["tvärbanan_30"] = "30",
		["tvärbanan_31"] = "31"
	}
}

return p