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 17:47, 21 March 2014 (However, it DOESN'T foul up the sections in a single frame:preprocess). 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)
	local reflist = frame:preprocess("Some text<ref>Test One</ref><br /><references /><br />Another section with refs<ref>Test Two</ref><br /><references /><br />")
return reflist
end
return p