Jump to content

Module:Adjacent stations/Samara Metro: Difference between revisions

From Humanipedia
hp>WOSlinker
fix color
 
m 1 revision imported
 
(No difference)

Latest revision as of 21:33, 3 February 2025

This is a data module for Module:Adjacent stations. It supports services operated by Samara Metro.

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local p = {
	["system title"] = "[[Samara Metro]]",
	["station format"] = {
		"%1 (Samara Metro)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Samara Metro|First Line]]",
			["color"] = "FF0000",
		},
		["1"] = {
			["left terminus"] = "Alabinskaya",
			["right terminus"] = "Yungorodok",
		},
	},
	["aliases"] = {
		["first line"] = "1",
		["line 1"] = "1",
	}
}

return p