Module:If empty: Difference between revisions

From The Global Wiki
Jump to navigation Jump to search
en>Dinoguy1000
(update from sandbox, per Template talk:If empty#Backcompat)
m (1 revision imported)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
local p = {}
{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>
 
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

Latest revision as of 02:17, 18 January 2023

Script error: No such module "If empty".