پودمان:Pages statistics: تفاوت میان نسخهها
جزبدون خلاصۀ ویرایش |
جزبدون خلاصۀ ویرایش |
||
خط ۲: | خط ۲: | ||
function p.hello( frame ) | function p.hello( frame ) | ||
local h= | local h = tonumber(frame:expandTemplate{ title = 'آمار مدخلها' }) | ||
local n= math.abs( 7 ) | local n = math.abs( 7 ) | ||
return math.abs( h - n ) | return math.abs( h - n ) | ||
end | end | ||
return p | return p |