Jump to content

Module:Adjacent stations/Isfahan Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 07:03, 4 June 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Isfahan Metro]]",
	["system icon"] = "[[File:Esfahan Metro Logo.png|25px|link=Isfahan Metro]]",
	["system color"] = "",
	["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;",
	["station format"] = {
		"%1 Metro Station (Isfahan)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Isfahan Metro#%1|%1]]",
		},
		["Line 1"] = {
			["color"] = "1A988C",
			["left terminus"] = "Qods (Malek Shahr)",
			["right terminus"] = "Defa'-e Moqaddas"
		},
		["Baharestan Line"] = {
			["color"] = "1A988C",
		},
		["Shahinshahr Line"] = {
			["color"] = "1A988C",
		},
		["Line 2"] = {
			["color"] = "0E3B62",
			["left terminus"] = "Zeinabieh",
			["right terminus"] = "Khomeinishahr"
		},
		["Line 3"] = {
			["color"] = "BB9942",
		},
	},
	["aliases"] = {
		["North-South Line"] = "Line 1",
		["East-West Line"] = "Line 2",
		["Southwest Line"] = "Line 3",
		["1"] = "Line 1",
		["2"] = "Line 2",
		["3"] = "Line 3",
	}
}

return p