Module:Arguments/doc: Difference between revisions

Content deleted Content added
m Better to use an approximate edit count, especially with this many transclusions
the code is not working, p should be declared before
Line 54:
<source lang="lua">
local getArgs = require('Module:Arguments').getArgs
 
local p = {}
 
local function makeInvokeFunc(funcName)
Line 61 ⟶ 63:
end
end
 
local p = {}
 
p.func1 = makeInvokeFunc('_func1')