মডিউল:If empty: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অ test worked.. trying to simplify |
simpliy; just noticed the "preview page with this module" box... will no longer be doing weird tests XD |
||
২ নং লাইন: | ২ নং লাইন: | ||
function p.main(frame) | function p.main(frame) | ||
for | for _,v in ipairs(frame.args) do | ||
if | if v ~= '' then | ||
return | return v | ||
end | end | ||
end | end |