Content deleted Content added
pass arguments to the summary through from the frame object |
use Module:Arguments for the summary function |
||
Line 507:
-- Export the summary table function
function p.summary(frame)
local args = require('Module:Arguments').getArgs(frame, {
return makeSummaryTable(frame.args)▼
wrappers = 'Template:Sensitive IP addresses'
})
end
|