Jump to content

Module:Adjacent stations/Arriva vlaky

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Mackensen (talk | contribs) at 09:42, 17 March 2024 (flip). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Arriva vlaky]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Praha hl.n."] = "Praha hlavní nádraží",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Arriva vlaky|%1]]",
			["color"] = "00becd",
		},
		["R26"] = {
			["left terminus"] = "České Budějovice",
			["right terminus"] = "Praha hl.n.",
		},
	},
}

return p