Module:Sandbox/CAS222222221: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
require('Module:No globals')
local getArgs = require('Module:Arguments').getArgs
local InfoboxImage = require('Module:InfoboxImage').InfoboxImage
local p = {}
 
local function image(args)
return InfoboxImage{ args = { image = args[1] } }
end
 
function p.main(frame)
Line 14 ⟶ 10:
function p._main(args)
-- Main module code goes here.
return image(args)
end