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).
- 20:50, 18 February 2022 WikiDwarf talk contribs created page Module:Bharatpedia ads/data (Created page with "-- This module transforms Module:Bharatpedia ads/list into a format to be -- used by mw.loadData. local LIST_MODULE = 'Module:Bharatpedia ads/list' local list = require(LIST_MODULE) local ids = {} for i, t in ipairs(list) do assert(t.id, string.format( "no 'id' field in table %d in %s", i, LIST_MODULE )) ids[t.id] = t end return {list = list, ids = ids, noAds = #list}")