মডিউল:If empty: সংশোধিত সংস্করণের মধ্যে পার্থক্য
অ since this isn't implemented yet... just a quick test... |
অ test |
||
২ নং লাইন: | ২ নং লাইন: | ||
function p.main(frame) | function p.main(frame) | ||
if table.len(frame.args) then return table.len(frame.args) end | if table.len(frame.args['2']) then return table.len(frame.args) end | ||
for i=1,9,1 do | for i=1,9,1 do | ||
if frame.args[tostring(i)] ~= nil and frame.args[tostring(i)] ~= '' then | if frame.args[tostring(i)] ~= nil and frame.args[tostring(i)] ~= '' then |