Difference between revisions of "Module:Adjacent stations/Manila MRT"

From blackwiki
Jump to navigation Jump to search
blackwiki>McVahl
(Created page with 'local x = "%1 station (MRT)" local p = { ["system title"] = "Manila MRT", ["system color"] = "a9a9a9", ["line icon forma...')
 
blackwiki>McVahl
(+lines 5 and 9)
Line 1: Line 1:
 
local x = "%1 station (MRT)"
 
local x = "%1 station (MRT)"
 +
local y = "%1 station (Metro Manila Subway)"
 +
local z = "%1 station (Makati Intra-city Subway)"
 +
local n = "North Avenue Grand Central"
  
 
local p = {
 
local p = {
Line 11: Line 14:
 
["Buendia"] = x,
 
["Buendia"] = x,
 
["Guadalupe"] = x,
 
["Guadalupe"] = x,
 +
["Quirino"] = x,
 +
["Santolan"] = x,
 +
 +
["Anonas"] = y,
 +
["East Avenue"] = y,
 +
["Kalayaan"] = y,
 +
["Katipunan"] = y,
 +
 +
["Buendia"] = z,
 +
["EDSA"] = z,
 +
["Guadalupe"] = z,
 +
["Kalayaan"] = z,
 +
["Rockwell"] = z,
 +
 
["North Avenue"] = {
 
["North Avenue"] = {
 
["3"] = x,
 
["3"] = x,
["7"] = "North Avenue Grand Central"
+
["7"] = n,
 +
["9"] = n
 
},
 
},
["Quirino"] = x,
+
["Quezon Avenue"] = {
["Santolan"] = x,
+
["9"] = y
+
},
 +
["Tandang Sora"] = {
 +
["9"] = y
 +
}
 
},
 
},
 
["lines"] = {
 
["lines"] = {
Line 32: Line 53:
 
["left terminus"] = "Magsaysay Boulevard",
 
["left terminus"] = "Magsaysay Boulevard",
 
["right terminus"] = "Taytay"
 
["right terminus"] = "Taytay"
 +
},
 +
["5"] = {
 +
["left terminus"] = "EDSA",
 +
["right terminus"] = "Sampaguita"
 
},
 
},
 
["7"] = {
 
["7"] = {
Line 42: Line 67:
 
["right terminus"] = "Lerma"
 
["right terminus"] = "Lerma"
 
},
 
},
 +
["9"] = {
 +
["color"] = "800000",
 +
["left terminus"] = "Quirino Highway",
 +
["right terminus"] = {"FTI", "NAIA Terminal 3"}
 +
}
 +
},
 +
["aliases"] = {
 +
["makati subway"] = "5",
 +
["makati intra-city subway"] = "5",
 +
["mms"] = "9",
 +
["metro manila subway"] = "9"
 
}
 
}
 
}
 
}
  
 
return p
 
return p

Revision as of 08:41, 9 July 2020

local x = "%1 station (MRT)"
local y = "%1 station (Metro Manila Subway)"
local z = "%1 station (Makati Intra-city Subway)"
local n = "North Avenue Grand Central"

local p = {
	["system title"] = "[[Manila Metro Rail Transit System|Manila MRT]]",
	["system color"] = "a9a9a9",
	["line icon format"] = "link",
	["station format"] = {
		"%1 station",
		
		["Araneta Center–Cubao"] = x,
		["Buendia"] = x,
		["Guadalupe"] = x,
		["Quirino"] = x,
		["Santolan"] = x,
		
		["Anonas"] = y,
		["East Avenue"] = y,
		["Kalayaan"] = y,
		["Katipunan"] = y,
		
		["Buendia"] = z,
		["EDSA"] = z,
		["Guadalupe"] = z,
		["Kalayaan"] = z,
		["Rockwell"] = z,
		
		["North Avenue"] = {
			["3"] = x,
			["7"] = n,
			["9"] = n
		},
		["Quezon Avenue"] = {
			["9"] = y
		},
		["Tandang Sora"] = {
			["9"] = y
		}
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[MRT Line %1 (Metro Manila)|Line %1]]",
			["color"] = "a9a9a9"
		},
		["3"] = {
			["color"] = "ffcc00",
			["left terminus"] = "North Avenue",
			["right terminus"] = "Taft Avenue"
		},
		["4"] = {
			["left terminus"] = "Magsaysay Boulevard",
			["right terminus"] = "Taytay"
		},
		["5"] = {
			["left terminus"] = "EDSA",
			["right terminus"] = "Sampaguita"
		},
		["7"] = {
			["color"] = "dc241f",
			["left terminus"] = "San Jose del Monte",
			["right terminus"] = "North Avenue"
		},
		["8"] = {
			["left terminus"] = "University Avenue",
			["right terminus"] = "Lerma"
		},
		["9"] = {
			["color"] = "800000",
			["left terminus"] = "Quirino Highway",
			["right terminus"] = {"FTI", "NAIA Terminal 3"}
		}
	},
	["aliases"] = {
		["makati subway"] = "5",
		["makati intra-city subway"] = "5",
		["mms"] = "9",
		["metro manila subway"] = "9"
	}
}

return p