Jump to content

Module:Adjacent stations/Optima Tours

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Frietjes (talk | contribs) at 19:13, 20 June 2022. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

return p