Jump to content

Module:Adjacent stations/Tehran Commuter Railways

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 15:39, 21 September 2022 (Created page with 'local p = { ["system title"] = "Tehran Commuter Railways", ["station format"] = { "%1 railway station", ["Emamzadeh"] = "Emamzadeh (Pishva) railway station, Emamzadeh" }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "60A0D4" }, ["Tehran - Hashtgerd - Qazvin"] = { ["color"] = "EB145A", ["left terminus"] = "Tehran", ["right terminus"] = {"Hashtgerd", "Qazvin", "Takestan"} },...'). 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"] = "Tehran Commuter Railways",
	["station format"] = {
		"%1 railway station",
		["Emamzadeh"] = "Emamzadeh (Pishva) railway station, Emamzadeh"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Islamic Republic of Iran Railways|%1]]",
			["color"] = "60A0D4"
		},
		["Tehran - Hashtgerd - Qazvin"] = {
			["color"] = "EB145A",
			["left terminus"] = "Tehran",
			["right terminus"] = {"Hashtgerd", "Qazvin", "Takestan"}
		},
		["Tehran - Jamkaran"] = {
			["color"] = "EC7900",
			["left terminus"] = "Tehran",
			["right terminus"] = "Jamkaran"
		},
		["Tehran - Parand"] = {
			["color"] = "01963C",
			["left terminus"] = "Tehran",
			["right terminus"] = "Parand"
		},
		["Tehran - Pishva - Garmsar"] = {
			["color"] = "BBB103",
			["left terminus"] = "Tehran",
			["right terminus"] = {"Emamzadeh", "Garmsar"}
		},
		["Tehran - Qom"] = {
			["color"] = "EC7900",
			["left terminus"] = "Tehran",
			["right terminus"] = "Qom"
		}
	}
}

return p