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