Jump to content

Module:Sandbox/Wnt

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wnt (talk | contribs) at 13:25, 18 February 2014 (Flow appears totally un-Lua-able). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
hexdump = require("Module:Hex")._hexdump
local p = {}
local getArgs = require("Module:Arguments").getArgs
function p.main(frame)
local args = getArgs(frame)
page = mw.title.new("Wikipedia talk:Flow/Developer test page")
return hexdump(page:getContent())
end
return p