Jump to content

Module:Adjacent stations/Thessaloniki Regional Railway

From Wikipedia, the free encyclopedia

local s = "%1 station"

local p = {
	["system title"] = "[[Thessaloniki Suburban Railway|Regional Rail]]",
	["system icon"] = "[[File:Proastiakos icon (no text).svg|24px|link=Thessaloniki Suburban Railway|Thessaloniki Regional Railway]]",
	["system icon format"] = "route",
	["station format"] = {
	"%1 railway station",
	["Livadia"] = "[[Livadia railway station, Serres|Livadia]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Thessaloniki Suburban Railway|Line T%1]]",
			["color"] = "c10a27",
			["text color"] = "FFF"
		--	The default colour is red, which means the default text colour has to be white.
		},
		["1"] = {
			["short name"] = "T1",
			["color"] = "14b1e7",
			["left terminus"] = "Larissa",
			["right terminus"] = "Thessaloniki"
		},
		["2"] = {
			["short name"] = "T2",
			["color"] = "fbb040",
			["text color"] = "000",
			["left terminus"] = "Florina",
			["right terminus"] = "Thessaloniki"
		},
		["3"] = {
			["short name"] = "T3",
			["color"] = "43b75b",
			["left terminus"] = "Thessaloniki",
			["right terminus"] = "Drama"
		}
	},
	["aliases"] = {
		["t1"] = "1",
		["t2"] = "2",
		["t3"] = "3"
	}
}

return p