Main public logs
Combined display of all available logs of Chabadpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:59, 16 April 2025 Shia.k talk contribs created page Module:Sidebar or footer (Created page with "require('strict') local p = {} local Sidebar = require('Module:Sidebar') local Navbox = require('Module:Navbox') function p.main(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) local footer = args['footer'] local i, j, ni, k, v -- process the groups and lists local groups, lists, nums = {}, {}, {} for k,v in pairs(args) do if type(k) == 'string' and k:match('^list[0-9][0-9]*_[0-9][0-9]*$') then i = mw.ustring.gsub(k...")