এই মডিউলের জন্য মডিউল:EmailTracking/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে

local i = {}   function i.EmailTracking(frame)     local output = '';     local email = frame.args["email"] or '';     if mw.ustring.match(email,'@.*@') ~= nil then         output = '[[' .. 'Category:একাধিক ইমেইল ঠিকানা সহ তালিকাভুক্তকরণ]]<span class="phoneinfo" style="display:none;">একাধিক-ইমেইল</span>';     end     if mw.title.getCurrentTitle().namespace ~= 0 then         output = '';     end     return output; end   return i;