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 19:13, 11 February 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}
local getArgs = require("Module:Arguments").getArgs
function p.main(frame)
local args = getArgs(frame)
return args[1] and ("{{#invoke:User:Wnt/Sandbox|main|" .. args[1] .. "<noinclude>")
end
return p