Module:MD5: Difference between revisions
Content deleted Content added
Johnrdorazio (talk | contribs) 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..." |
Johnrdorazio (talk | contribs) No edit summary |
||
Line 3:
function p.main(frame)
local args = getArgs(frame
-- let's make sure defaults are set
args.value = args.value or ""
|
Revision as of 00:34, September 10, 2020
Documentation for this module may be created at Module:MD5/doc