Content deleted Content added
No edit summary |
No edit summary |
||
Line 103:
function p.main(frame)
local args = require('Module:Arguments').getArgs(frame, {frameOnly = true})
return p.luaMain(args[1], args.bracket, args.fulltext
end
|