Module:Adjacent stations/Nordstetten Light Rail: Difference between revisions

From 1F616EMO Survival Server Wiki
(Created page with "local p = { ["system title"] = "Nordstetten Light Rail", ["system icon"] = "", ["station format"] = { "%1", }, ["lines"] = { ["1"] = { ["title"] = "Nordstetten Light Rail Line 1", ["color"] = "FF0000", ["left terminus"] = "Wörther Straße", ["right terminus"] = "Eulerstraße", } }, } return p")
 
mNo edit summary
Line 7: Line 7:
["lines"] = {
["lines"] = {
["1"] = {
["1"] = {
["title"] = "[[Nordstetten Light Rail Line 1]]",
["title"] = "[[Nordstetten Light Rail Line 1|1]]",
["color"] = "FF0000",
["color"] = "FF0000",
["left terminus"] = "Wörther Straße",
["left terminus"] = "Wörther Straße",

Revision as of 12:50, 8 April 2024

local p = {
	["system title"] = "[[Nordstetten Light Rail]]",
	["system icon"] = "",
	["station format"] = {
		"[[%1 LRT Station|%1]]",
	},
	["lines"] = {
		["1"] = {
			["title"] = "[[Nordstetten Light Rail Line 1|1]]",
			["color"] = "FF0000",
			["left terminus"] = "Wörther Straße",
			["right terminus"] = "Eulerstraße",
		}
	},
}

return p