Jump to content

Module:Adjacent stations/Stuttgarter Historische Straßenbahnen

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 20:50, 30 March 2025 (Created page with 'local p = { ["system title"] = "Stuttgarter Historische Straßenbahnen", ["station format"] = { "%1 station" }, ["lines"] = { ["21"] = { ["title"] = "Oldtimerlinie 21", ["color"] = "F8D448", ["left terminus"] = "", ["right terminus"] = "Straßenbahnmuseum" }, }, } return p'). 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 p = {
	["system title"] = "Stuttgarter Historische Straßenbahnen",
	["station format"] = {
		"%1 station"
	},
	["lines"] = {
		["21"] = {
			["title"] = "Oldtimerlinie 21",
			["color"] = "F8D448",
			["left terminus"] = "",
			["right terminus"] = "Straßenbahnmuseum"
		},
	},
}

return p