Jump to content

Module:Adjacent stations/Optima Tours

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

local p = {
	["system title"] = "[[Optima Tours]]",
	["station format"] = {
		 "%1 railway station",
		 ["Villach"] = "[[Villach Hauptbahnhof|Villach Hbf]]"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[:de:%1|%1]]"
		},
		["Optima Express"] = {
			["color"] = "72191D",
			["left terminus"] = "Villach",
			["right terminus"] = "Edirne"
		}
	}
}

return p