Jump to content

Module:Adjacent stations/Trilex

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:35, 24 September 2022 (Created page with 'local hbf = "%1 Hbf" local p = { ["system title"] = "Trilex", ["system icon"] = "", ["station format"] = { "%1 station", ["Dresden"] = hbf, }, ["lines"] = { -- Regional-Express ["RE 2"] = { ["title"] = "RE 2", ["color"] = "E2001A", ["left terminus"] = "Dresden", ["right terminus"] = "Liberec", }, -- Regionalbahn ["RB 61"] = { ["title"] = "[[List o...'). 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 hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"

local p = {
	["system title"] = "[[Trilex]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Dresden"] = hbf,
	},
	["lines"] = {
		-- Regional-Express
		["RE 2"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RE 2]]",
			["color"] = "E2001A",
			["left terminus"] = "Dresden",
			["right terminus"] = "Liberec",
		},
		-- Regionalbahn
		["RB 61"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|RE 2]]",
			["color"] = "00519E",
			["left terminus"] = "Dresden",
			["right terminus"] = "Zittau",
		},
		-- L routes
		["L 7"] = {
			["title"] = "[[List of railway routes in Saxony#Die Länderbahn|L 7]]",
			["color"] = "00519E",
			["left terminus"] = "Seifhennersdorf",
			["right terminus"] = "Liberec",
		},		
	},
}

return p