Jump to content

Module:Adjacent stations/Thessaloniki Regional Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Minoa (talk | contribs) at 11:48, 31 March 2025 (Prototype for replacement template that corrects system name from a bad transliteration 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 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]]",
	["rail icon format"] = "title",
	["station format"] = {
	"%1 railway station",
	},
	["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"] = {
			["color"] = "14b1e7",
			["left terminus"] = "Thessaloniki",
			["right terminus"] = "Larissa"
		},
		["2"] = {
			["color"] = "fbb040",
			["text color"] = "000",
			["left terminus"] = "Thessaloniki",
			["right terminus"] = "Florina"
		},
		["3"] = {
			["color"] = "43b75b",
			["left terminus"] = "Thessaloniki",
			["right terminus"] = "Drama"
		}
	},
	["aliases"] = {
		["t1"] = "1",
		["t2"] = "2",
		["t3"] = "3"
	}
}

return p