Jump to content

Module:Adjacent stations/GR Historic

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Minoa (talk | contribs) at 03:58, 22 September 2024 (Default colour added.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local m = "%1 metro station"

local p = {
	["system title"] = "Former railways",
	["system color"] =  "000",
	["station format"] = {
		"%1 railway station",
		["Irakleio"] = m,
		["Kifissia"] = m,
		["Lavrion"] = "[[Lavrio|Lavrion]]",
		["Lavrion Square"] = "[[Omonia metro station|Lavrion Square]]",
		["Strofyli"] = "[[Lavrion Square–Strofyli railway#Strofyli station|Strofyli]]",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000",
		},
		["Lavrion Square-Strofyli"] = {
			["title"] = "[[Lavrion Square–Strofyli railway|Lavrion Square–Strofyli Railway]]",
			["left terminus"] = "Lavrion Square",
			["right terminus"] = "Strofyli",
		},
		["Athens-Lavrion"] = {
			["title"] = "[[Athens–Lavrion Railway]]",
			["left terminus"] = "Lavrion Square",
			["right terminus"] = "Lavrion",
		},
	},
}

return p