Module:Adjacent stations/Cairo Metro

< Module:Adjacent stations
Revision as of 18:11, 26 April 2022 by imported>Jonesey95 (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.)
(diff) ← Older 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