Jump to content

Module:Adjacent stations/Arriva vlaky

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 16:42, 14 March 2024 (Created page with 'local p = { ["system title"] = "Arriva vlaky", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Praha hl.n."] = "Praha hlavní nádraží", }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "00becd", }, ["R26"] = { ["left terminus"] = "Praha hl.n.", ["right terminus"] = "České Budějovice", }, }, } return p'). 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"] = "[[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"] = "Praha hl.n.",
			["right terminus"] = "České Budějovice",
		},
	},
}

return p