Jump to content

Module:Adjacent stations/Mashhad Urban Railway

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Mashhad Urban Railway]]",
	["system icon"] = "[[File:Mashhad Metro logo.png|25px|link=Mashhad Urban Railway]]",
	["system color"] = "",
	["name format"] = "font-size: 150%; padding: 5px; background-color: #002695; color: white; font-family: Helvetica, Arial, sans-serif; font-weight: bolder;",
	["station format"] = {
		"%1 Metro Station (Mashhad Metro)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Mashhad Urban Railway#Line %1|Line %1]]",
		},
		["1"] = {
			["color"] = "5CB8A1",
			["left terminus"] = "Vakil Abad",
			["right terminus"] = "Hasheminejad Airport",
		},
		["2"] = {
			["color"] = "002695",
			["left terminus"] = "Tabarsi",
			["right terminus"] = "Shahid Kaveh",
		},
		["3"] = {
			["color"] = "D40000",
		},
		["4"] = {
			["color"] = "F07D05",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
		["line 2"] = "2",
		["line 3"] = "3",
		["line 4"] = "4",
	}
}

return p