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 14:32, 15 June 2023 (better link). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[České dráhy]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0000CC",
		},
		["Os"] = {
			["title"] = "[[Passenger train (category)|Os]]",
			["color"] = "0000CC",
			["types"] = {
				["Cranzahl–Chomutov"] = {
					["title"] = "",
					["note-mid"] = "Limited service",
					["left terminus"] = "Cranzahl",
					["right terminus"] = "Chomutov",
				},
				["Kadan–Děčín"] = {
					["title"] = "",
					["left terminus"] = "Kadan predmesti",
					["right terminus"] = "Děčín main",
				},
			},
		},
		["R"] = {
			["color"] = "CC0000",
		},
		["EC"] = {
			["color"] = "00CC00",
		},
		["Supercity"] = {
			["color"] = "007777",
		},
	},
}

return p