Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/Manila LRT

Permanently protected module
From Wikipedia, the free encyclopedia

local x = "%1 station (LRT)"
local s = "font-family: Arial, sans; background-color: #%s; font-size: 180%%; color: #%s; padding: 0.5em; line-height: 0.5; white-space: nowrap; margin: 0.25em; text-align: center;"
local c = { L1 = '007541', L2 = '6A0DAD', L6 = 'a9a9a9', SYS = 'a9a9a9', BL = '000000', WH = 'ffffff'}

local p = {
	["system title"] = "[[File:Lrtalogo.svg|LRTA_Logo|40px]]<br/>[[Manila Light Rail Transit System|Manila LRT]]",
	["system color"] = "a9a9a9",
	["name format"] = {
	  ["1"] = string.format(s, c.L1, c.WH),
	  ["2"] = string.format(s, c.L2, c.WH),
	  ["6"] = string.format(s, c.L6, c.BL)
	},
	["station format"] = {
		"%1 station",
		
		["5th Avenue"] = x,
		["Araneta Center–Cubao"] = "Araneta Center–Cubao station (LRT)",
		["Blumentritt"] = x,
		["Central"] = "Central Terminal (LRT)",
		["EDSA"] = x,
		["Gilmore"] = x,
		["North Triangle"] = "North Triangle Common Station",
		["Quirino"] = x,
		["Santolan"] = x,
		["Tayuman"] = x,
		["Tutuban"] = x,
		["United Nations"] = x,
		["Vito Cruz"] = x,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[LRT Line %1 (Metro Manila)|LRT Line %1]]",
			["color"] = c.SYS
		},
		["1"] = {
			["color"] = c.L1,
			["icon"] = "[[File:LRT Line 1 icon (Metro Manila).svg|20px|link=LRT Line 1 (Metro Manila)]]",
			["left terminus"] = "Fernando Poe Jr.",
			["right terminus"] = "Dr. Santos"
		},
		["2"] = {
			["color"] = c.L2,
			["icon"] = "[[File:Lrtalogo.svg|20px|link=LRT Line 2 (Metro Manila)]]",
			["left terminus"] = "Antipolo",
			["right terminus"] = "Recto"
		},
		["6"] = {
			["title"] = "[[LRT Line 6 (Cavite)|Line 6]]",
			["color"] = c.L6,
			["left terminus"] = "Niog",
			["right terminus"] = "Governor's Drive"
		}
	},
	["aliases"] = {
        ["gl"] = "1",
        ["pl"] = "2",
		["pw"] = "2"
	}
}

return p