Jump to content

Module:Adjacent stations/Mashhad Urban Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 18:15, 3 June 2022 (Created page with 'local p = { ["system title"] = "Mashhad Urban Railway", ["system icon"] = "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 Railw...'). 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"] = "[[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