Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Arguments: Difference between revisions

Content added Content deleted
(fix bug where explicitly deleted args were still appearing when iterated over with pairs or ipairs - code courtesy of User:Jackmcbarn)
(mirror latest changes on WP)
Line 92: Line 92:
found = true
found = true
end
end

-- We test for false specifically here so that nil (the default) acts like true.
-- We test for false specifically here so that nil (the default) acts like true.
if found or options.frameOnly == false then
if found or options.frameOnly == false then
Cookies help us deliver our services. By using our services, you agree to our use of cookies.