Module:Check for unknown parameters: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 26:
-- loop over the parent args, and make sure they are on the list
for k,v in pairs(pargs) do
if (knownargs[k] == nil and type(k) == 'string') then
local r = mw.ustring.gsub(unknown, '_VALUE_', k)
table.insert(res, r)
Anonymous user