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

Jump to content

Module:Sandbox/Yaris678

From Wikipedia, the free encyclopedia
local z = {}

function z.test( frame )
    return "test:" .. frame.args[1]
end

function z.nowiki( frame )
    return mw.text.nowiki( frame.args[1] )
end

function z.wikilink( frame )
    return "[[" .. frame.args[1] .. "]]"
end

function z.italic1( frame )
    return "''" .. frame.args[1] .. "''"
end

function z.italic2( frame )
    return "<i>" .. frame.args[1] .. "</i>"
end

return z