Jump to content

Module:Adjacent stations/Trenord

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:52, 27 June 2020 (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 p = {
	["system title"] = "[[Trenord]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["Regionale"] = {
			["title"] = "[[RegioExpress]]",
			["color"] = "",
			["types"] = {
				["4"] = {
					["title"] = "RE4",
					["left terminus"] = "Domodossola",
					["right terminus"] = "Milano Centrale"
				},
			},
		},
	},
}

return p