Module:Adjacent stations/Nordstetten Light Rail

From 1F616EMO Survival Server Wiki
Revision as of 16:18, 12 September 2024 by Y5nw (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
local BHF = "[[%1 Station|%1]]"
local p = {
	["system title"] = "[[Nordstetten Light Rail]]",
	["system icon"] = "",
	["station format"] = {
		"[[%1 LRT station|%1]]",
		["Have Idea"] = BHF,
		["Wörther Straße"] = "[[Nordstetten Main Station|Wörther Straße]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Nordstetten LRT Line %1|Line %1]]"
		},
		["1"] = {
			["color"] = "268bd2",
			["left terminus"] = "Have Idea",
			["right terminus"] = "Apfelbühl",
		},
		["2"] = {
			["color"] = "dc322f",
			["left terminus"] = "Wörther Straße",
			["right terminus"] = "Apfelbühl",
		}
	},
}

return p