Jump to content

Module:Adjacent stations/Azerbaijan Commuter Railways

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Frietjes (talk | contribs) at 16:51, 21 September 2022 (Created page with 'local p = { ["system title"] = "Azerbaijan Commuter Railway", ["station format"] = { "%1 railway station" }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "60A0D4" }, ["Tabriz - Jolfa"] = { ["color"] = "BCB324", ["left terminus"] = "Tabriz", ["right terminus"] = "Jolfa" }, ["Tabriz - Salmas"] = { ["color"] = "138192", ["left terminus"] = "Tabriz", ["right terminus"]...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "Azerbaijan Commuter Railway",
	["station format"] = {
		"%1 railway station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Islamic Republic of Iran Railways|%1]]",
			["color"] = "60A0D4"
		},
		["Tabriz - Jolfa"] = {
			["color"] = "BCB324",
			["left terminus"] = "Tabriz",
			["right terminus"] = "Jolfa"
		},
		["Tabriz - Salmas"] = {
			["color"] = "138192",
			["left terminus"] = "Tabriz",
			["right terminus"] = "Salmas"
		},
		["Tabriz - Tarbiat-e Mo'allem"] = {
			["color"] = "149543",
			["left terminus"] = "Tabriz",
			["right terminus"] = "Tarbiat-e Mo'allem"
		}
	}
}

return p