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 02:44, 30 May 2023 (note). 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"] = "[[Train categories in Europe#Czech Republic (České dráhy)|Os]]",
			["color"] = "0000CC",
			["types"] = {
				["Cranzahl–Chomutov"] = {
					["title"] = "",
					["note-mid"] = "Limited service",
					["left terminus"] = "Cranzahl",
					["right terminus"] = "Chomutov",
				},
			},
		},
		["R"] = {
			["color"] = "CC0000",
		},
		["EC"] = {
			["color"] = "00CC00",
		},
		["Supercity"] = {
			["color"] = "007777",
		},
	},
}

return p