Main public logs

From Eli's Software Encyclopedia

Combined display of all available logs of Eli's Software Encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:35, January 24, 2026 WikiVisor talk contribs created page MediaWiki:Gadget-datatables.js (Created page with "* * Creating a datatable * @example <>: var selectors = [ 'table.publisherTitles' ]; var found = false; for (var i = 0; i < selectors.length; i++) { if (document.querySelector(selectors[i])) { found = true; break; } } if (found) { var dtsource = 'https://cdn.datatables.net/v/dt/dt-1.12.1/rg-1.2.0/b-2.2.2/b-colvis-2.2.2/b-print-2.2.2/cr-1.5.5/date-1.1.2/fc-4.0.2/fh-3.2.2/kt-2.6.4/r-2.2.9/sc-2.0.5/sb-1.3.2/sp-2.0.0/sl-1.3....")