All public logs
Combined display of all available logs of Bharatpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 19:02, 12 January 2022 WikiDwarf talk contribs created page Module:Biglist (Created page with "-- This module provides some functions to help avoid problems with templates -- that might exceed expand size or time and which might put the page in -- Category:Pages where template include size is exceeded or -- Category:Pages with script errors (time exceeding 10 seconds). local function collection() -- Return a table to hold items. return { n = 0, add = function (self, item) self.n = self.n + 1 self[self.n] = item end, join = function (self...")