پودمان:Pages statistics: تفاوت میان نسخه‌ها

از امامت‌پدیا، دانشنامهٔ امامت و ولایت
بدون خلاصۀ ویرایش
جزبدون خلاصۀ ویرایش
خط ۲: خط ۲:


function p.hello( frame )
function p.hello( frame )
     local a1=frame:expandTemplate{ title = 'آمار مدخل‌ها', args = { '|' } }
     local h=frame:expandTemplate{ title = 'آمار مدخل‌ها', args = { '|' } }
     w = math.floor(a1 - 10)
     w = math.floor(h-10)
     return w
     return tostring(w)
end
end


return p
return p

نسخهٔ ‏۱۹ ژوئن ۲۰۱۹، ساعت ۱۰:۰۶


local p = {} -- p stands for package

function p.hello( frame )
    local h=frame:expandTemplate{ title = 'آمار مدخل‌ها', args = { '|' } }
    w = math.floor(h-10)
    return tostring(w)
end

return p