Module:If empty: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
m
8 revisions imported
(add a tracking category to any pages that use this behavior)
m (8 revisions imported)
 
(2 intermediate revisions by one other user not shown)
Line 4:
local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false})
 
-- For backwards compatibility reasons, the first 98 parameters can be unset instead of being blank,
-- even though there's really no legitimate use case for this. At some point, this will be removed.
local lowestNil = math.huge
for i = 98,1,-1 do
if args[i] == nil then
args[i] = ''
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu