Jump to content

Module:Adjacent stations/Shiraz Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WOSlinker (talk | contribs) at 17:33, 3 June 2022 (Created page with 'local p = { ["system title"] = "Shiraz Metro", ["system icon"] = "25px|link=Shiraz Metro", ["system color"] = "", ["name format"] = "background-color:white; font-size:160%; font-family:helvetica, Arial, sans-serif; font-weight:bolder; line-height:110%;", ["station format"] = { "%1 Metro Station (Shiraz)", }, ["lines"] = { ["_default"] = { ["title"] = "Line %1", }, ["1"] = { ["c...'). 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"] = "[[Shiraz Metro]]",
	["system icon"] = "[[File:Shiraz Metro Logo.png|25px|link=Shiraz Metro]]",
	["system color"] = "",
	["name format"] = "background-color:white; font-size:160%; font-family:helvetica, Arial, sans-serif; font-weight:bolder; line-height:110%;",
	["station format"] = {
		"%1 Metro Station (Shiraz)",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Shiraz Metro#Line %1|Line %1]]",
		},
		["1"] = {
			["color"] = "EE3C3C",
			["left terminus"] = "Ehsan",
			["right terminus"] = "Shahid Dastgheyb"
		},
		["2"] = {
			["color"] = "295EA4",
		},
		["3"] = {
			["color"] = "EE3C3C",
			["left terminus"] = "Mirza-ye Shirazi",
		},
		["4"] = {
			["color"] = "FFD502",
		},
		["5"] = {
			["color"] = "F39C12",
		},
		["6"] = {
			["color"] = "C39BD3",
		},
	},
	["aliases"] = {
		["line 1"] = "1",
		["line 2"] = "2",
		["line 3"] = "3",
		["line 4"] = "4",
		["line 5"] = "5",
		["line 6"] = "6",
	}
}

return p