Jump to content

Module:Adjacent stations/Trams in Oslo

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 01:18, 26 November 2021 (save). 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 metro = "%1 metro station"
local stn = "%1 station"

local p = {
	["system title"] = "[[Trams in Oslo]]",
	["system icon"] = "[[File:Oslo_Tramway_Piktogram.svg|15px|link=Trams in Oslo]]",
	["station format"] = {
		"%1 tram stop",
		["Bekkestua"] = stn,
		["Carl Berners plass"] = stn,
		["Forskningsparken"] = stn,
		["Grefsen"] = stn,
		["Jar"] = stn,
		["Jernbanetorget"] = stn,
		["Majorstuen"] = stn,
		["Nationaltheatret"] = metro,
	},
	["lines"] = {
		["11"] = {
			["title"] = "[[Trams in Oslo#Line 11|Line 11]]",
			["color"] = "76B928",
			["text color"] = "FFFFFF",
			["left terminus"] = "Majorstuen",
			["right terminus"] = "Kjelsås",
		},
		["12"] = {
			["title"] = "[[Trams in Oslo#Line 12|Line 12]]",
			["color"] = "8B4F9C",
			["text color"] = "FFFFFF",
			["left terminus"] = "Majorstuen",
			["right terminus"] = "Kjelsås",
		},
		["13"] = {
			["title"] = "[[Trams in Oslo#Line 13|Line 13]]",
			["color"] = "21A654",
			["text color"] = "FFFFFF",
			["left terminus"] = "Bekkestua",
			["right terminus"] = "Ljabru",
		},
		["17"] = {
			["title"] = "[[Trams in Oslo#Line 17|Line 17]]",
			["color"] = "E22718",
			["text color"] = "FFFFFF",
			["left terminus"] = "Rikshospitalet",
			["right terminus"] = "Grefsen",
		},
		["18"] = {
			["title"] = "[[Trams in Oslo#Line 18|Line 18]]",
			["color"] = "F8A90D",
			["text color"] = "FFFFFF",
			["left terminus"] = "Rikshospitalet",
			["right terminus"] = "Grefsen",
		},
		["19"] = {
			["title"] = "[[Trams in Oslo#Line 19|Line 19]]",
			["color"] = "EF7E17",
			["text color"] = "FFFFFF",
			["left terminus"] = "Majorstuen",
			["right terminus"] = "Ljabru",
		},
	},
}

return p