Jump to content

Module:Adjacent stations/Dubai Metro

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by REEDriler (talk | contribs) at 17:06, 5 January 2023. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Dubai Metro]]",
	["system icon"] = "",
	["name format"] = "font-size: 140%; padding:5px; background-color:#006; color:#FFF; font-family: Helvetica, Arial, sans-serif; font-weight: normal;",
	["header background color"] = "EEEEEE",
	["line icon format"] = "route",
	["station format"] = {
		"%1 (Dubai Metro)",
		["DHC"] = "[[Dubai Healthcare City (Dubai Metro)|Dubai Healthcare City]]",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 Line (Dubai Metro)|%1 Line]]",
			["text color"] = "FFF"
		},
		["Red"] = {
			["color"] = "DC241F",
			["short name"] = "M1",
			["left terminus"] = "UAE Exchange",
			["right terminus"] = "Centrepoint",
		},
		["Green"] = {
			["color"] = "009530",
			["short name"] = "M2",
			["left terminus"] = "Creek",
			["right terminus"] = "Etisalat",
		},
		["Purple"] = {
			["color"] = "9016B2",
			["short name"] = "M3",
		},
		["Blue"] = {
			["color"] = "0354A6",
			["short name"] = "M4",
		},
		["Tram"] = {
			["title"] = "[[Dubai Tram]]",
			["color"] = "01A0B1",
			["short name"] = "T1",
		},
		["Trolley"] = {
			["title"] = "[[Dubai Trolley]]",
			["color"] = "800000",
			["short name"] = "T2",
		},
		["Monorail"] = {
			["title"] = "[[Palm Jumeirah Monorail]]",
			["color"] = "748477",
			["short name"] = "L1",
		},
		["Route 2020"] = {
			["color"] = "FF0000",
			["left terminus"] = "Expo 2020",
			["right terminus"] = "Jabal Ali",
		}
	},
	["aliases"] = {
		["red"] = "Red",
		["green"] = "Green",
		["purple"] = "Purple",
		["blue"] = "Blue",
		["tram"] = "Tram",
		["trolley"] = "Trolley",
		["monorail"] = "Monorail",
		
		["m1"] = "Red",
		["m2"] = "Green",
		["m3"] = "Purple",
		["m4"] = "Blue",
		["t1"] = "Tram",
		["t2"] = "Trolley",
		["l1"] = "Monorail",
	} 
}

return p