Module:Check for unknown parameters: Difference between revisions

no edit summary
(test)
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
-- mw.ustring.gsub(unknown, '_VALUE_', tostring(k))
if (knownargs[k] == nil) then
-- local r = mw.ustring.gsub(unknown, '_VALUE_', tostring(k))
table.insert(res, kr)
end
end
Anonymous user