Jump to content

Module:Adjacent stations/Lyon tramway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Conige (talk | contribs) at 08:15, 7 August 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Lyon tramway]]",
	["system icon"] = "[[File:Lyon tcl logo-tram-full.svg|x14px|link=Lyon tramway]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Lyon tramway#Line %1|Line %1]]",
			["color"] = "873F98"
		},
		["T1"] = {
			["icon"] = "[[File:Lyon tcl tram-1.svg|16px|alt=]]"
		},
		["T2"] = {
			["icon"] = "[[File:Lyon tcl tram-2.svg|16px|alt=]]"
		},
		["T3"] = {
			["icon"] = "[[File:Lyon tcl tram-3.svg|16px|alt=]]"
		},
		["T4"] = {
			["icon"] = "[[File:Lyon tcl tram-4.svg|16px|alt=]]"
		},
		["T5"] = {
			["icon"] = "[[File:Lyon tcl tram-5.svg|16px|alt=]]"
		},
		["T6"] = {
			["icon"] = "[[File:Lyon tcl tram-6.svg|16px|alt=]]"
		},
		["T7"] = {
			["icon"] = "[[File:Lyon tcl tram-7.svg|16px|alt=]]"
		},
		["RX"] = {
			["title"] = "[[Rhônexpress]]",
			["color"] = "981A34",
			["icon"] = "[[File:Lyon tcl logo-rx.svg|16px|alt=]]"
		},
	},
	["aliases"] = {
		["RX"] = "Rhônexpress"
	},
}

return p