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: a22d9dcfab40cf78

Jump to content

Module:Sandbox/PC-XT/Coordinates

From Wikipedia, the free encyclopedia
local sandbox = {};
function sandbox.test(frame)

frame:callParserFunction('#coordinates', {80, 30})
return "Passed"

end

function sandbox.empty(frame)

frame:callParserFunction('#coordinates', {})
return "Passed"

end

function sandbox.nameonly(frame)

frame:callParserFunction('#coordinates', {name='test'})
return "Passed"

end

function sandbox.nameglobeonly(frame)

frame:callParserFunction('#coordinates', {name='test',globe='pluto'})
return "Passed"

end

return sandbox