Content deleted Content added
←Replaced content with 'local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) return p._main(args) end function p._...' |
No edit summary |
||
Line 9:
function p._main(args)
-- Main module code goes here.
return "'''" .. args[1] .. "'''"
end
|