local p = {} -- p stands for package function p.hello( frame ) local h = frame:expandTemplate{ title = 'آمار مدخلها' } return h end return p