Jump to content

Module:Adjacent stations/MÁV START

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 23:34, 31 December 2022 (Created page with 'local stn = "%1 station" local p = { ["system title"] = "MÁV START", ["system icon"] = "", ["station format"] = { "%1 railway station", ["Budapest Keleti"] = stn, }, ["lines"] = { ["Dráva"] = { ["title"] = "''Dráva''", ["color"] = "0000ff", ["left terminus"] = "Ljubljana", ["right terminus"] = "Budapest Keleti", }, }, } 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 stn = "%1 station"

local p = {
	["system title"] = "[[MÁV START]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Budapest Keleti"] = stn,
	},
	["lines"] = {
		["Dráva"] = {
			["title"] = "''[[InterCity#Hungary|Dráva]]''",
			["color"] = "0000ff",
			["left terminus"] = "Ljubljana",
			["right terminus"] = "Budapest Keleti",
		},
	},
}

return p