Module:If empty: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
mNo edit summary
Line 2:
 
function p.main(frame)
for _i=1,9,1 do
if frame.args[tostring(_i)] ~= nil and frame.args[tostring(i)] ~= '' then
return args[tostring(_i)]
end
end