Jump to content

Module:Adjacent stations/Swiss Federal Railways

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:38, 26 December 2019 (Created page with 'local p = { ["system title"] = "Swiss Federal Railways", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["_default"] = { ["co...'). 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"] = "[[Swiss Federal Railways]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["_default"] = {
		["color"] = "ff0000",	
	},
	["lines"] = {
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["types"] = {
				["Zürich-Chur"] = {
					["left terminus"] = "Zürich Hauptbahnhof",
					["right terminus"] = "Chur",
				},
			},
		},
	},
}

return p