Module:Sandbox/CAS222222221: Difference between revisions

Content deleted Content added
No edit summary
Replace Module:No globals with require( "strict" )
 
(27 intermediate revisions by 2 users not shown)
Line 1:
require('strict')
local a = ('Module:InfoboxImage').InfoboxImage
 
local getArgs = require('Module:Arguments').getArgs
local p = {}
 
function p.main(frame)
local args = getArgs(frame)
return a
return p._main(args)
end
 
function p._main(args)
-- Main module code goes here.
end