Mandragora Wiki

Main public logs

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

Logs
  • 14:26, 13 May 2025 Scott talk contribs created page MediaWiki:Common.js (Created page with "// Load FSLightbox var script = document.createElement('script'); script.src = 'https://cdn.jsdelivr.net/npm/fslightbox/index.js'; document.body.appendChild(script); script.onload = function () { // Automatically enable lightbox on all image links document.querySelectorAll('a.image').forEach(function (el) { el.setAttribute('data-fslightbox', 'wiki-gallery'); }); };")