Jump to content

Module:Adjacent stations/Cairo Metro

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jonesey95 (talk | contribs) at 17:11, 26 April 2022 (create based on Template:CM stations and Template:CM color and Template:CM lines and related templates as well as Cairo Metro. Very few station articles exist, so this will generate many red links at this time. Termini may not be accurate, and some branches are not yet accounted for. Corrections will be needed as articles are created.). 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"] = "[[Cairo Metro]]",
	["system icon"] = "",
	["system color"] = "",
	["station format"] = {
		"%1 (Cairo Metro)", 
	},
	["name format"] = {
		"font-size: 200%; font-family:sans-serif; font-weight: bolder; line-height: 100%; color:#0078AD; background-color:#FFFFFF; padding: 0.2em 0 0.2em 0;",
	},
	["header background color"] = "0078AD",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Cairo Metro Line %1|Line %1]]",
			["color"] = "ffffff",
		},
		["1"] = {
			["left terminus"] = "Helwan",
			["right terminus"] = "El-Marg",
			["color"] = "0000FF",
		},
		["2"] = {
			["left terminus"] = "El Mounib",
			["right terminus"] = "Shobra El Kheima",
			["color"] = "FF0000",
		},
		["3"] = {
			["left terminus"] = "Imbaba",
			["right terminus"] = "Airport",
			["color"] = "096A09",
		},
	},
}

return p