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).

Logs
  • 14:34, 6 June 2025 Abhishek.it talk contribs created page Module:LatestArticles (Created page with "local p = {} function p.latest(frame) local limit = tonumber(frame.args[1]) or 10 local namespace = 0 -- Main namespace local dbr = mw.ext.externalData.getDBConnection() or mw.wikibase.getEntityObject() if not dbr then return "Database connection error." end local result = mw.ext.externalData.query{ tables = "page", fields = {"page_title", "page_id", "page_touched"}, where = string.format("page_namespace = %d", namespace), orderBy = "page_id DESC", l...")