Jump to content

Module:Adjacent stations/Manila MRT

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by McVahl (talk | contribs) at 08:11, 9 July 2020 (Created page with 'local x = "%1 station (MRT)" local p = { ["system title"] = "Manila MRT", ["system color"] = "a9a9a9", ["line icon forma...'). 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 x = "%1 station (MRT)"

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,
		["North Avenue"] = {
			["3"] = x,
			["7"] = "North Avenue Grand Central"
		},
		["Quirino"] = x,
		["Santolan"] = x,
		
	},
	["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"
		},
		["7"] = {
			["color"] = "dc241f",
			["left terminus"] = "San Jose del Monte",
			["right terminus"] = "North Avenue"
		},
		["8"] = {
			["left terminus"] = "University Avenue",
			["right terminus"] = "Lerma"
		},
	}
}

return p