Jump to content

Module:Adjacent stations/Rail Baltica

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SleepTrain456 (talk | contribs) at 23:42, 3 February 2025 (Page created.). 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 section = "%1#station"

local p = {
	["system title"] = "[[LTG Link]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Panevėžys"] = section,
		["Pärnu"] = "Pärnu railway station#Rail Baltica",
		["Riga"] = "[[Riga Central Station|Riga, Latvia]]",
		["Riga Airport"] = "Riga International Airport#Rail",
		["Jelgava"] = STN,
		["Jelgava, Latvia"] = "Jelgava Station",
		["Tallinn"] = "[[Tallinn Baltic Station|Tallinn, Estonia]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Rail Baltica]]",
			["short name"] = "Rail Baltica",
			["color"] = "46A0FF",
			["text color"] = "FFFFFF",
			["circular"] = true,
			["left terminus"] = "Warsaw",
			["right terminus"] = "Tallinn",
		},
	},
}

return p