Module:Clickable button: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
function p.main(frame) |
function p.main(frame) |
||
local args = require('Module:Arguments').getArgs(frame, { |
local args = require('Module:Arguments').getArgs(frame, { |
||
wrappers = ' |
wrappers = 'Template:Clickable button 2' |
||
}) |
}) |
||
return p.luaMain(args) |
return p.luaMain(args) |
||