Edge Rewrite
// 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: a403fde80f0c610f

Jump to content

Module:Module wikitext/demo

From Wikipedia, the free encyclopedia

require("Module:Module wikitext/sandbox"):addText("This is a demo page"):newLine()

local p = {}

p.main = function(frame)
	return "foo"
end

return package.loaded["Module:Module wikitext/sandbox"].wrapper(p)