Module:MD5: Difference between revisions

Content deleted Content added
Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs function p.main(frame) local args = getArgs(frame, { --we will only consider arguments that are pass..."
 
No edit summary
Line 3:
 
function p.main(frame)
local args = getArgs(frame, {)
--we will only consider arguments that are passed by the template itself in the invoke
frameOnly = true
})
-- let's make sure defaults are set
args.value = args.value or ""