Module:If empty

From wiki
Revision as of 07:02, 24 February 2023 by 1>Xiplus (自Module:If empty/sandbox合并Great Brightstar版本73762716)
Jump to navigation Jump to search

local p = {}

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

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

end

return p