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.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a240eaf14c31cf88

Jump to content

Module:Adjacent stations/ARL

From Wikipedia, the free encyclopedia

local y = "%1 station (Airport Rail Link)"
local rs = "%1 railway station"

local p = {
	["system title"] = "[[Airport Rail Link (Bangkok)|Airport Rail Link]]",
	["system icon"] = "[[File:ARLbangkok.svg|18px|link=Airport Rail Link (Bangkok)]]",
	["station format"] = {
		"%1 station",
		["Don Mueang"] = rs,
		["Hua Mak"] = y,
		["Krung Thep Aphiwat"] = "Krung Thep Aphiwat Central Terminal",
		["Makkasan"] = y,
		["Ramkhamhaeng"] = y,
		["Ratchaprarop"] = y,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Airport Rail Link (Bangkok)|Airport Rail Link]]",
			["color"] = "761f21",
		},
		["City"] = {
			["title"] = "[[Airport Rail Link (Bangkok)#City Line|City Line]]",
			["color"] = "00008B",
			["left terminus"] = "Phaya Thai",
			["right terminus"] = "Suvarnabhumi",
		},
	    ["Eastern HSR"] = {
			["title"] = "[[Don Mueang–Suvarnabhumi–U-Tapao high-speed railway|High-Speed Rail Linking Three Airports]]",
			["color"] = "ff0000",
			["left terminus"] = "Don Mueang",
			["right terminus"] = "U-Tapao",
		},
	},
}

return p