Theme: iWiki Log in Register
Wiki page

Module:If empty

Last revised by LocalRoot - 3 Feb 2023, 04:17

local p = {}

function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false})

for k,v in ipairs(args) do if v ~= '' then return v end end

end

return p

Discussion log

Use comments for sourcing notes, corrections, and disputed details.

No comments yet.