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 14:18, 18 February 2014 (So far I'm finding no sign of what the "real" content is, or even how the link is redirected to a specific board. I don't really know if the Flow data is here or elsewhere). 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.message.newRawMessage("{{Wikipedia talk:Flow/Developer test page}}"):text()
return hexdump(page)
end
return p