Jump to content

Module:Adjacent stations/Tramways in Île-de-France

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 05:46, 17 June 2022 (put icon in defaults). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Tramways in Île-de-France]]",
	["system icon"] = "[[File:Paris transit icons - Tram.svg|16px|alt=]]",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Île-de-France tramway Line %1|T%1]]",
			["icon"] = "[[File:Paris transit icons - Tram %1.svg|16px|alt=]]",
		},
		["1"] = {
			["color"] = "0064B0",
		},
		["2"] = {
			["color"] = "C04191",
		},
		["3a"] = {
			["title"] = "[[Île-de-France tramway Lines 3a and 3b|T3a]]",
			["color"] = "F28E42",
		},
		["3b"] = {
			["title"] = "[[Île-de-France tramway Lines 3a and 3b|T3b]]",
			["color"] = "00814F",
		},
		["4"] = {
			["color"] = "E3B32A",
		},
		["5"] = {
			["color"] = "662483",
		},
		["6"] = {
			["color"] = "E3051C",
		},
		["7"] = {
			["color"] = "8D5E2A",
		},
		["8"] = {
			["color"] = "9F9825",
		},
		["9"] = {
			["color"] = "5291CE",
		},
		["10"] = {
			["color"] = "9F9825",
		},
		["11"] = {
			["title"] = "[[Île-de-France tramway Line 11 Express|T11]]",
			["color"] = "F28E42",
		},
		["12"] = {
			["title"] = "[[Île-de-France tramway Line 12 Express|T12]]",
			["color"] = "B90845",
		},
		["13"] = {
			["title"] = "[[Île-de-France tramway Line 13 Express|T13]]",
			["color"] = "8D5E2A",
		},
	},
	["aliases"] = {
		["t1"] = "1",
		["t2"] = "2",
		["t3"] = "3",
		["t3a"] = "3a",
		["t3b"] = "3b",
		["t4"] = "4",
		["t5"] = "5",
		["t6"] = "6",
		["t7"] = "7",
		["t8"] = "8",
		["t9"] = "9",
		["t10"] = "11",
		["t11"] = "11",
		["t12"] = "12",
		["t13"] = "13",
	}
}

return p