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 Blaixx (talk | contribs) at 01:11, 27 June 2022 (Init). 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"] = "[[České dráhy]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0000CC",
		},
		["Os"] = {
			["color"] = "0000CC",
		},
		["R"] = {
			["color"] = "CC0000",
		},
		["EC"] = {
			["color"] = "00CC00",
		},
		["Supercity"] = {
			["color"] = "007777",
		},
	},
}

return p