Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

All public logs

Jump to navigation Jump to search

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

Logs
  • 14:59, 14 October 2025 XenoEngineer talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Load Mermaid.js from CDN mw.loader.load('https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js', null, true); // Initialize Mermaid after the page content is loaded mw.hook('wikipage.content').add(function() { // Check if mermaid is defined before attempting to initialize if (typeof mermaid !== 'undefined') { mermaid.initialize({ startOnLoad: true }); } else { /...")