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

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


function p.hello( frame )
function p.hello( frame )
     local h=frame:expandTemplate{ title = 'آمار مدخل‌ها' }
     local h=math.abs (frame:expandTemplate{ title = 'آمار مدخل‌ها' })
     local n= math.abs( 7 )
     local n= math.abs( 7 )
     return math.abs( h - n )
     return math.abs( h - n )

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


local p = {} -- p stands for package

function p.hello( frame )
    local h=math.abs (frame:expandTemplate{ title = 'آمار مدخل‌ها' })
    local n= math.abs( 7 )
    return math.abs( h - n )
end

return p