Ad placeholder

Module:IfEmpty: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 4: Line 4:
function p.main(frame)
function p.main(frame)
local args = getArgs(frame, { wrappers = 'Template:IfEmpty' })
local args = getArgs(frame, { wrappers = 'Template:IfEmpty' })
p._main(args)
end
function p._main(args)
for i, v in ipairs(args) do
for i, v in ipairs(args) do
if v ~= '' then
if v ~= '' then

Navigation menu