Documentation for this module may be created at Module:Transclusion count/doc
local p = {} -- Dummy fetch function for Chalo Chatu function p.fetch(frame) -- Normally this would get the transclusion count from a database -- But for Chalo Chatu, we return a small fixed number return 100 end return p