Jump to content

Module:Adjacent stations/České dráhy

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:32, 14 March 2024 (add three lines). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

-- standardized types
local Os = {
	["title"] = "[[Passenger train (category)|Os]]",
	["color"] = "0000CC",	
}

local R = {
	["title"] = "[[Express train|R]]",
	["color"] = "CC0000",
}

local Sp = {
	["title"] = "[[Eilzug|Sp]]",
	["color"] = "0000CC",
}

local p = {
	["system title"] = "[[České dráhy]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Praha hl.n."] = "Praha hlavní nádraží",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0000CC",
		},

		-- Os (Osobní vlak)
		["Os Bayerisch Eisenstein–Klatovy"] = {
			["title"] = Os.title,
			["color"] = Os.color,
			["left terminus"] = "Bayerisch Eisenstein",
			["right terminus"] = "Klatovy",
		},
		["Os Cranzahl–Chomutov"] = {
			["title"] = Os.title,
			["color"] = Os.color,
			["note-mid"] = "Limited service",
			["left terminus"] = "Cranzahl",
			["right terminus"] = "Chomutov",
		},
		["Os Kadan–Děčín"] = {
			["title"] = Os.title,
			["color"] = Os.color,
			["left terminus"] = "Kadan predmesti",
			["right terminus"] = "Děčín main",
		},
		["Os Strakonice–České Budějovice"] = {
			["title"] = Os.title,
			["color"] = Os.color,
			["left terminus"] = "Strakonice",
			["right terminus"] = "České Budějovice",
		},

		-- R (Rychlík)
		["R Berounka"] = {
			["title"] = R.title,
			["color"] = R.color,
			["left terminus"] = "Bayerisch Eisenstein",
			["right terminus"] = "Praha hl.n.",
		},
		["R Rožmberk"] = {
			["title"] = R.title,
			["color"] = R.color,
			["left terminus"] = "Plzeň main",
			["right terminus"] = "Brno main",
		},

		-- Sp (Spěšný vlak)
		["Sp Písek–České Budějovice"] = {
			["title"] = Sp.title,
			["color"] = Sp.color,
			["left terminus"] = "Písek",
			["right terminus"] = "České Budějovice",
		},

		["Sp Šumava"] = {
			["title"] = Sp.title,
			["color"] = Sp.color,
			["left terminus"] = "Bayerisch Eisenstein",
			["right terminus"] = "Plzeň main",
		},

		["EC"] = {
			["color"] = "00CC00",
		},
		["Supercity"] = {
			["color"] = "007777",
		},
	},
}

return p